summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-10-31 11:23:10 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-10-31 11:23:10 +0000
commit484906fdf8e72b0bbb2e169d35fffe375bad83de (patch)
tree60277dd2a45089d7c167f77dacd0178ed6dee96d /x11-proto
parentVersion bump (diff)
downloadgentoo-2-484906fdf8e72b0bbb2e169d35fffe375bad83de.tar.gz
gentoo-2-484906fdf8e72b0bbb2e169d35fffe375bad83de.tar.bz2
gentoo-2-484906fdf8e72b0bbb2e169d35fffe375bad83de.zip
Version bump
(Portage version: 2.2_rc98/cvs/Linux x86_64)
Diffstat (limited to 'x11-proto')
-rw-r--r--x11-proto/bigreqsproto/ChangeLog8
-rw-r--r--x11-proto/bigreqsproto/bigreqsproto-1.1.1.ebuild23
2 files changed, 30 insertions, 1 deletions
diff --git a/x11-proto/bigreqsproto/ChangeLog b/x11-proto/bigreqsproto/ChangeLog
index 7d5d8996abbc..56293cf9acb8 100644
--- a/x11-proto/bigreqsproto/ChangeLog
+++ b/x11-proto/bigreqsproto/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-proto/bigreqsproto
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v 1.40 2010/09/10 17:33:27 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v 1.41 2010/10/31 11:23:10 scarabeus Exp $
+
+*bigreqsproto-1.1.1 (31 Oct 2010)
+
+ 31 Oct 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ +bigreqsproto-1.1.1.ebuild:
+ Version bump
10 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org>
-bigreqsproto-1.0.2.ebuild, bigreqsproto-1.1.0.ebuild:
diff --git a/x11-proto/bigreqsproto/bigreqsproto-1.1.1.ebuild b/x11-proto/bigreqsproto/bigreqsproto-1.1.1.ebuild
new file mode 100644
index 000000000000..7f5428c554dc
--- /dev/null
+++ b/x11-proto/bigreqsproto/bigreqsproto-1.1.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/bigreqsproto-1.1.1.ebuild,v 1.1 2010/10/31 11:23:10 scarabeus Exp $
+
+EAPI=3
+inherit xorg-2
+
+DESCRIPTION="X.Org BigReqs protocol headers"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ doc? ( app-text/xmlto )"
+
+pkg_setup() {
+ xorg-2_pkg_setup
+
+ CONFIGURE_OPTIONS="$(use_enable doc specs)
+ $(use_with doc xmlto)
+ --without-fop"
+}