summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-28 07:11:38 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-28 07:11:38 +0000
commit7083de6fd11580cd4c50b17d56c2071140ffb56d (patch)
treede44fef2748a1d3c3d9dba79612e3785604ea1a9 /dev-perl/X11-Protocol
parentChange version scheme (diff)
downloadgentoo-2-7083de6fd11580cd4c50b17d56c2071140ffb56d.tar.gz
gentoo-2-7083de6fd11580cd4c50b17d56c2071140ffb56d.tar.bz2
gentoo-2-7083de6fd11580cd4c50b17d56c2071140ffb56d.zip
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/X11-Protocol')
-rw-r--r--dev-perl/X11-Protocol/ChangeLog9
-rw-r--r--dev-perl/X11-Protocol/X11-Protocol-0.560.0.ebuild20
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-perl/X11-Protocol/ChangeLog b/dev-perl/X11-Protocol/ChangeLog
index 2f65b4f65b4c..2ddc3296d0c1 100644
--- a/dev-perl/X11-Protocol/ChangeLog
+++ b/dev-perl/X11-Protocol/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/X11-Protocol
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/X11-Protocol/ChangeLog,v 1.45 2010/03/18 19:32:43 darkside Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/X11-Protocol/ChangeLog,v 1.46 2011/08/28 07:11:38 tove Exp $
+
+*X11-Protocol-0.560.0 (28 Aug 2011)
+
+ 28 Aug 2011; Torsten Veller <tove@gentoo.org> +X11-Protocol-0.560.0.ebuild:
+ Change version scheme
18 Mar 2010; Jeremy Olexa <darkside@gentoo.org> X11-Protocol-0.56.ebuild:
add ~x86-solaris ~sparc-solaris kw, as tested on bug 308683
diff --git a/dev-perl/X11-Protocol/X11-Protocol-0.560.0.ebuild b/dev-perl/X11-Protocol/X11-Protocol-0.560.0.ebuild
new file mode 100644
index 000000000000..07cfab8d7a57
--- /dev/null
+++ b/dev-perl/X11-Protocol/X11-Protocol-0.560.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/X11-Protocol/X11-Protocol-0.560.0.ebuild,v 1.1 2011/08/28 07:11:38 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=SMCCAM
+MODULE_VERSION=0.56
+inherit perl-module
+
+DESCRIPTION="Client-side interface to the X11 Protocol"
+
+LICENSE="${LICENSE} MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="x11-libs/libXrender
+ x11-libs/libXext"
+DEPEND="${RDEPEND}"