diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-03-23 15:26:19 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-03-23 15:26:19 +0000 |
commit | 8532425f23c2f5cd718e398fb863203acd2bb8fa (patch) | |
tree | 4cbe0be159172c68f9b09c0ab647905b608dba92 /x11-proto | |
parent | Version bump. (diff) | |
download | gentoo-2-8532425f23c2f5cd718e398fb863203acd2bb8fa.tar.gz gentoo-2-8532425f23c2f5cd718e398fb863203acd2bb8fa.tar.bz2 gentoo-2-8532425f23c2f5cd718e398fb863203acd2bb8fa.zip |
Version bump.
(Portage version: 2.2.0_alpha94/cvs/Linux x86_64)
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 + ) +} |