summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-16 23:33:18 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-16 23:33:18 +0000
commitedaf305d93ffb89028c2337f2d9ffcb96014f69c (patch)
tree026c24cbf241c8e5c039670f44d36cca6d99c049 /x11-proto
parentversion bump and fix bug 402909 (diff)
downloadgentoo-2-edaf305d93ffb89028c2337f2d9ffcb96014f69c.tar.gz
gentoo-2-edaf305d93ffb89028c2337f2d9ffcb96014f69c.tar.bz2
gentoo-2-edaf305d93ffb89028c2337f2d9ffcb96014f69c.zip
Version bump.
(Portage version: 2.2.0_alpha90/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.23.ebuild25
2 files changed, 32 insertions, 1 deletions
diff --git a/x11-proto/xproto/ChangeLog b/x11-proto/xproto/ChangeLog
index 3c60a816335f..e8af882c1944 100644
--- a/x11-proto/xproto/ChangeLog
+++ b/x11-proto/xproto/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-proto/xproto
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/ChangeLog,v 1.133 2012/02/23 18:52:12 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/ChangeLog,v 1.134 2012/03/16 23:33:18 chithanh Exp $
+
+*xproto-7.0.23 (16 Mar 2012)
+
+ 16 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xproto-7.0.23.ebuild:
+ Version bump.
23 Feb 2012; Tomáš Chvátal <scarabeus@gentoo.org> -xproto-7.0.20.ebuild,
-xproto-7.0.21.ebuild:
diff --git a/x11-proto/xproto/xproto-7.0.23.ebuild b/x11-proto/xproto/xproto-7.0.23.ebuild
new file mode 100644
index 000000000000..a1fe77a3b1a6
--- /dev/null
+++ b/x11-proto/xproto/xproto-7.0.23.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/xproto-7.0.23.ebuild,v 1.1 2012/03/16 23:33:18 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
+ )
+}