diff options
author | Torsten Veller <tove@gentoo.org> | 2011-01-14 15:59:30 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-01-14 15:59:30 +0000 |
commit | 1d33b3d8abeeea1456eb124148d891af62dbcbe3 (patch) | |
tree | 58cc931f20719f2a7cb008100e3c24141f5f09a3 /dev-perl/XML-NamespaceSupport | |
parent | version bump - remove old (diff) | |
download | historical-1d33b3d8abeeea1456eb124148d891af62dbcbe3.tar.gz historical-1d33b3d8abeeea1456eb124148d891af62dbcbe3.tar.bz2 historical-1d33b3d8abeeea1456eb124148d891af62dbcbe3.zip |
Cleanup
Package-Manager: portage-2.2.0_alpha15/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/XML-NamespaceSupport')
3 files changed, 6 insertions, 37 deletions
diff --git a/dev-perl/XML-NamespaceSupport/ChangeLog b/dev-perl/XML-NamespaceSupport/ChangeLog index 59e890495dc3..b0f507bfb50b 100644 --- a/dev-perl/XML-NamespaceSupport/ChangeLog +++ b/dev-perl/XML-NamespaceSupport/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/XML-NamespaceSupport -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-NamespaceSupport/ChangeLog,v 1.48 2010/11/05 14:14:15 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-NamespaceSupport/ChangeLog,v 1.49 2011/01/14 15:40:36 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> + -XML-NamespaceSupport-1.09.ebuild, -XML-NamespaceSupport-1.10.ebuild: + Cleanup 05 Nov 2010; Samuli Suominen <ssuominen@gentoo.org> XML-NamespaceSupport-1.11.ebuild: diff --git a/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.09.ebuild b/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.09.ebuild deleted file mode 100644 index 2137f84b24af..000000000000 --- a/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.09.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.09.ebuild,v 1.18 2010/01/21 12:37:20 tove Exp $ - -inherit perl-module - -DESCRIPTION="A Perl module that offers a simple to process namespaced XML names" -HOMEPAGE="http://search.cpan.org/~rberjon/" -SRC_URI="mirror://cpan/authors/id/R/RB/RBERJON/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=dev-libs/libxml2-2.4.1 - dev-lang/perl" - -SRC_TEST="do" diff --git a/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.10.ebuild b/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.10.ebuild deleted file mode 100644 index 57e23471f42b..000000000000 --- a/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.10.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.10.ebuild,v 1.2 2010/01/14 18:09:09 grobian Exp $ - -EAPI=2 - -MODULE_AUTHOR=PERIGRIN -inherit perl-module - -DESCRIPTION="A Perl module that offers a simple to process namespaced XML names" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -SRC_TEST="do" |