diff options
author | Torsten Veller <tove@gentoo.org> | 2011-04-03 06:58:09 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-04-03 06:58:09 +0000 |
commit | aa9bbecb4e2ca1d002dde016659d37d3cc25091d (patch) | |
tree | e723f2c52b8f348590ef477bbea40a154bd6b02e /dev-perl/ExtUtils-XSpp | |
parent | Moved from Sunrise (diff) | |
download | historical-aa9bbecb4e2ca1d002dde016659d37d3cc25091d.tar.gz historical-aa9bbecb4e2ca1d002dde016659d37d3cc25091d.tar.bz2 historical-aa9bbecb4e2ca1d002dde016659d37d3cc25091d.zip |
Cleanup
Package-Manager: portage-2.2.0_alpha29/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/ExtUtils-XSpp')
-rw-r--r-- | dev-perl/ExtUtils-XSpp/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.15.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.160.0.ebuild | 22 |
3 files changed, 5 insertions, 45 deletions
diff --git a/dev-perl/ExtUtils-XSpp/ChangeLog b/dev-perl/ExtUtils-XSpp/ChangeLog index e658f7f74d47..25954a24544f 100644 --- a/dev-perl/ExtUtils-XSpp/ChangeLog +++ b/dev-perl/ExtUtils-XSpp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/ExtUtils-XSpp # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ChangeLog,v 1.18 2011/03/13 07:38:33 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ChangeLog,v 1.19 2011/04/03 06:34:57 tove Exp $ + + 03 Apr 2011; Torsten Veller <tove@gentoo.org> -ExtUtils-XSpp-0.15.ebuild, + -ExtUtils-XSpp-0.160.0.ebuild: + Cleanup *ExtUtils-XSpp-0.160.100 (13 Mar 2011) diff --git a/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.15.ebuild b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.15.ebuild deleted file mode 100644 index c8d0e66f95e3..000000000000 --- a/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.15.ebuild +++ /dev/null @@ -1,22 +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/ExtUtils-XSpp/ExtUtils-XSpp-0.15.ebuild,v 1.1 2010/08/17 08:30:39 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=SMUELLER -MODULE_AUTHOR=MBARBON -inherit perl-module - -DESCRIPTION="XS for C++" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -DEPEND="virtual/perl-Module-Build - test? ( dev-perl/Test-Differences - dev-perl/Test-Base )" -RDEPEND=">=virtual/perl-ExtUtils-ParseXS-2.22.02" - -SRC_TEST=do diff --git a/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.160.0.ebuild b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.160.0.ebuild deleted file mode 100644 index d5f6e34403fe..000000000000 --- a/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.160.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.160.0.ebuild,v 1.1 2011/03/12 07:40:51 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=MBARBON -MODULE_VERSION=0.16 -inherit perl-module - -DESCRIPTION="XS for C++" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -DEPEND="virtual/perl-Module-Build - test? ( dev-perl/Test-Differences - dev-perl/Test-Base )" -RDEPEND=">=virtual/perl-ExtUtils-ParseXS-2.22.02" - -SRC_TEST=do |