summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2011-06-29 12:47:24 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2011-06-29 12:47:24 +0000
commit808042fabef6b188e5ef3d294b117a4fe9ab5080 (patch)
tree2707c832117f7946baf0c855f287d3a8aba064bd /x11-proto
parentx86 stable per bug 372785 (diff)
downloadgentoo-2-808042fabef6b188e5ef3d294b117a4fe9ab5080.tar.gz
gentoo-2-808042fabef6b188e5ef3d294b117a4fe9ab5080.tar.bz2
gentoo-2-808042fabef6b188e5ef3d294b117a4fe9ab5080.zip
Version bump.
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'x11-proto')
-rw-r--r--x11-proto/xproto/ChangeLog8
-rw-r--r--x11-proto/xproto/xproto-7.0.22.ebuild25
2 files changed, 32 insertions, 1 deletions
diff --git a/x11-proto/xproto/ChangeLog b/x11-proto/xproto/ChangeLog
index 3cb73440839a..0ab7efce185c 100644
--- a/x11-proto/xproto/ChangeLog
+++ b/x11-proto/xproto/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-proto/xproto
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/ChangeLog,v 1.124 2011/06/28 20:08:56 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/ChangeLog,v 1.125 2011/06/29 12:47:24 chithanh Exp $
+
+*xproto-7.0.22 (29 Jun 2011)
+
+ 29 Jun 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xproto-7.0.22.ebuild:
+ Version bump.
28 Jun 2011; Brent Baude <ranger@gentoo.org> xproto-7.0.21.ebuild:
Marking xproto-7.0.21 ppc stable for bug 363965
diff --git a/x11-proto/xproto/xproto-7.0.22.ebuild b/x11-proto/xproto/xproto-7.0.22.ebuild
new file mode 100644
index 000000000000..2294dfc2d7c6
--- /dev/null
+++ b/x11-proto/xproto/xproto-7.0.22.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/xproto-7.0.22.ebuild,v 1.1 2011/06/29 12:47:24 chithanh Exp $
+
+EAPI=4
+
+XORG_DOC=doc
+inherit xorg-2
+
+DESCRIPTION="X.Org xproto protocol headers"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+ xorg-2_pkg_setup
+
+ XORG_CONFIGURE_OPTIONS=(
+ $(use_enable doc specs)
+ $(use_with doc xmlto)
+ --without-fop
+ )
+}