diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-05-01 22:20:21 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-05-01 22:20:21 +0000 |
commit | 00a1ae546ce9597d27aef1858592baebb921b9cd (patch) | |
tree | be7fba1f6da543435bf775552b0a4fe209e30399 | |
parent | Version bump (diff) | |
download | historical-00a1ae546ce9597d27aef1858592baebb921b9cd.tar.gz historical-00a1ae546ce9597d27aef1858592baebb921b9cd.tar.bz2 historical-00a1ae546ce9597d27aef1858592baebb921b9cd.zip |
Cleaning up
Package-Manager: portage-2.1_pre10-r2
-rw-r--r-- | dev-perl/X11-Protocol/ChangeLog | 13 | ||||
-rw-r--r-- | dev-perl/X11-Protocol/X11-Protocol-0.53.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/X11-Protocol/X11-Protocol-0.55.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/X11-Protocol/files/digest-X11-Protocol-0.55 | 3 |
4 files changed, 37 insertions, 3 deletions
diff --git a/dev-perl/X11-Protocol/ChangeLog b/dev-perl/X11-Protocol/ChangeLog index db763f8b8849..bc0e60d469cd 100644 --- a/dev-perl/X11-Protocol/ChangeLog +++ b/dev-perl/X11-Protocol/ChangeLog @@ -1,6 +1,17 @@ # ChangeLog for dev-perl/X11-Protocol # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/X11-Protocol/ChangeLog,v 1.19 2006/01/13 17:01:26 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/X11-Protocol/ChangeLog,v 1.20 2006/05/01 22:20:20 mcummings Exp $ + +*X11-Protocol-0.55 (01 May 2006) + + 01 May 2006; <mcumming@gentoo.org> -X11-Protocol-0.52.ebuild, + +X11-Protocol-0.55.ebuild: + Cleaning up + +*X11-Protocol-0.55 (01 May 2006) + + 01 May 2006; <mcumming@gentoo.org> +X11-Protocol-0.55.ebuild: + Version bump *X11-Protocol-0.54 (13 Jan 2006) diff --git a/dev-perl/X11-Protocol/X11-Protocol-0.53.ebuild b/dev-perl/X11-Protocol/X11-Protocol-0.53.ebuild index 6b43ef00e123..89d2007f15e9 100644 --- a/dev-perl/X11-Protocol/X11-Protocol-0.53.ebuild +++ b/dev-perl/X11-Protocol/X11-Protocol-0.53.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 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.53.ebuild,v 1.11 2005/12/12 08:49:36 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/X11-Protocol/X11-Protocol-0.53.ebuild,v 1.12 2006/05/01 22:20:21 mcummings Exp $ inherit perl-module eutils diff --git a/dev-perl/X11-Protocol/X11-Protocol-0.55.ebuild b/dev-perl/X11-Protocol/X11-Protocol-0.55.ebuild new file mode 100644 index 000000000000..d76806cf8d4a --- /dev/null +++ b/dev-perl/X11-Protocol/X11-Protocol-0.55.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2006 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.55.ebuild,v 1.1 2006/05/01 22:20:21 mcummings Exp $ + +inherit perl-module eutils + +DESCRIPTION="Client-side interface to the X11 Protocol" +HOMEPAGE="http://www.cpan.org/modules/by-module/X11/${P}.readme" +SRC_URI="mirror://cpan/authors/id/S/SM/SMCCAM/${P}.tar.gz" + +LICENSE="Artistic X11" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="|| ( ( x11-libs/libXrender + x11-libs/libXext + ) + virtual/x11 + )" diff --git a/dev-perl/X11-Protocol/files/digest-X11-Protocol-0.55 b/dev-perl/X11-Protocol/files/digest-X11-Protocol-0.55 new file mode 100644 index 000000000000..2fa4fad52f93 --- /dev/null +++ b/dev-perl/X11-Protocol/files/digest-X11-Protocol-0.55 @@ -0,0 +1,3 @@ +MD5 3d914cb8945105a8b96ec1497dee47e2 X11-Protocol-0.55.tar.gz 100774 +RMD160 fdc3b387eed6b94e818d1ac9d8d29517136f62e7 X11-Protocol-0.55.tar.gz 100774 +SHA256 e8bffbeb6f2c9edf59ea9ffc3b9e4ee67f114057e071ae9dc7d62db2b96b9027 X11-Protocol-0.55.tar.gz 100774 |