summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-10-31 12:40:32 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-10-31 12:40:32 +0000
commit17beab87a9da641108ce6db3c180b9ef9d55d5aa (patch)
tree9cafcd60c1d5ef88d35c079d410459b631a1f97c /x11-proto
parentAdded more blockers to php-ext-*r1.eclass (diff)
downloadgentoo-2-17beab87a9da641108ce6db3c180b9ef9d55d5aa.tar.gz
gentoo-2-17beab87a9da641108ce6db3c180b9ef9d55d5aa.tar.bz2
gentoo-2-17beab87a9da641108ce6db3c180b9ef9d55d5aa.zip
Version bump
(Portage version: 2.2_rc98/cvs/Linux x86_64)
Diffstat (limited to 'x11-proto')
-rw-r--r--x11-proto/fixesproto/ChangeLog8
-rw-r--r--x11-proto/fixesproto/fixesproto-4.1.2.ebuild14
2 files changed, 21 insertions, 1 deletions
diff --git a/x11-proto/fixesproto/ChangeLog b/x11-proto/fixesproto/ChangeLog
index 707c8427befd..3b1259a9110d 100644
--- a/x11-proto/fixesproto/ChangeLog
+++ b/x11-proto/fixesproto/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-proto/fixesproto
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/fixesproto/ChangeLog,v 1.37 2010/09/10 17:54:11 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/fixesproto/ChangeLog,v 1.38 2010/10/31 12:40:32 scarabeus Exp $
+
+*fixesproto-4.1.2 (31 Oct 2010)
+
+ 31 Oct 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ +fixesproto-4.1.2.ebuild:
+ Version bump
10 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org>
-fixesproto-4.0.ebuild:
diff --git a/x11-proto/fixesproto/fixesproto-4.1.2.ebuild b/x11-proto/fixesproto/fixesproto-4.1.2.ebuild
new file mode 100644
index 000000000000..879674898bbb
--- /dev/null
+++ b/x11-proto/fixesproto/fixesproto-4.1.2.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/fixesproto/fixesproto-4.1.2.ebuild,v 1.1 2010/10/31 12:40:32 scarabeus Exp $
+
+EAPI=3
+inherit xorg-2
+
+DESCRIPTION="X.Org Fixes protocol headers"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+IUSE=""
+
+RDEPEND=">=x11-proto/xextproto-7.0.99.1"
+DEPEND="${RDEPEND}"