diff options
Diffstat (limited to 'x11-proto')
-rw-r--r-- | x11-proto/scrnsaverproto/ChangeLog | 10 | ||||
-rw-r--r-- | x11-proto/scrnsaverproto/scrnsaverproto-1.2.2.ebuild | 26 |
2 files changed, 34 insertions, 2 deletions
diff --git a/x11-proto/scrnsaverproto/ChangeLog b/x11-proto/scrnsaverproto/ChangeLog index 2e8acb3b5b8e..71f5014033c3 100644 --- a/x11-proto/scrnsaverproto/ChangeLog +++ b/x11-proto/scrnsaverproto/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-proto/scrnsaverproto -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/scrnsaverproto/ChangeLog,v 1.45 2011/02/14 14:22:51 xarthisius Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/scrnsaverproto/ChangeLog,v 1.46 2012/03/23 15:26:19 chithanh Exp $ + +*scrnsaverproto-1.2.2 (23 Mar 2012) + + 23 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +scrnsaverproto-1.2.2.ebuild: + Version bump. 14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> scrnsaverproto-1.2.1.ebuild: diff --git a/x11-proto/scrnsaverproto/scrnsaverproto-1.2.2.ebuild b/x11-proto/scrnsaverproto/scrnsaverproto-1.2.2.ebuild new file mode 100644 index 000000000000..dd859537cb19 --- /dev/null +++ b/x11-proto/scrnsaverproto/scrnsaverproto-1.2.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/scrnsaverproto/scrnsaverproto-1.2.2.ebuild,v 1.1 2012/03/23 15:26:19 chithanh Exp $ + +EAPI=4 + +XORG_DOC=doc +inherit xorg-2 + +DESCRIPTION="X.Org ScrnSaver protocol headers" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="!<x11-libs/libXScrnSaver-1.2" +DEPEND="${RDEPEND}" + +pkg_setup() { + xorg-2_pkg_setup + + XORG_CONFIGURE_OPTIONS=( + $(use_enable doc specs) + $(use_with doc xmlto) + --without-fop + ) +} |