diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-03-23 15:25:53 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-03-23 15:25:53 +0000 |
commit | b43b91becfeb9bcd0074ec98b6cd8234fe3d9e2b (patch) | |
tree | eb09f15c61c737ff3b8a1a23c4550352e000d121 /x11-proto | |
parent | Version bump. (diff) | |
download | gentoo-2-b43b91becfeb9bcd0074ec98b6cd8234fe3d9e2b.tar.gz gentoo-2-b43b91becfeb9bcd0074ec98b6cd8234fe3d9e2b.tar.bz2 gentoo-2-b43b91becfeb9bcd0074ec98b6cd8234fe3d9e2b.zip |
Version bump.
(Portage version: 2.2.0_alpha94/cvs/Linux x86_64)
Diffstat (limited to 'x11-proto')
-rw-r--r-- | x11-proto/recordproto/ChangeLog | 10 | ||||
-rw-r--r-- | x11-proto/recordproto/recordproto-1.14.2.ebuild | 26 |
2 files changed, 34 insertions, 2 deletions
diff --git a/x11-proto/recordproto/ChangeLog b/x11-proto/recordproto/ChangeLog index 8b9ea4653df3..3e6cb2c765a6 100644 --- a/x11-proto/recordproto/ChangeLog +++ b/x11-proto/recordproto/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-proto/recordproto -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/recordproto/ChangeLog,v 1.47 2011/02/14 14:21:28 xarthisius Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/recordproto/ChangeLog,v 1.48 2012/03/23 15:25:53 chithanh Exp $ + +*recordproto-1.14.2 (23 Mar 2012) + + 23 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +recordproto-1.14.2.ebuild: + Version bump. 14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> recordproto-1.14.1.ebuild: diff --git a/x11-proto/recordproto/recordproto-1.14.2.ebuild b/x11-proto/recordproto/recordproto-1.14.2.ebuild new file mode 100644 index 000000000000..5f507715c196 --- /dev/null +++ b/x11-proto/recordproto/recordproto-1.14.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/recordproto/recordproto-1.14.2.ebuild,v 1.1 2012/03/23 15:25:53 chithanh Exp $ + +EAPI=4 + +XORG_DOC=doc +inherit xorg-2 + +DESCRIPTION="X.Org Record protocol headers" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +IUSE="" + +RDEPEND="!<x11-libs/libXtst-1.0.99.2" +DEPEND="${RDEPEND}" + +pkg_setup() { + xorg-2_pkg_setup + + XORG_CONFIGURE_OPTIONS=( + $(use_enable doc specs) + $(use_with doc xmlto) + --without-fop + ) +} |