diff options
author | Torsten Veller <tove@gentoo.org> | 2010-04-09 07:58:37 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-04-09 07:58:37 +0000 |
commit | 48fbb27a135b2ebc46226efd7d64f656e0786528 (patch) | |
tree | 8d00807cf4bc172396284d219987a96af6b395a3 /dev-perl | |
parent | Cleanup (diff) | |
download | gentoo-2-48fbb27a135b2ebc46226efd7d64f656e0786528.tar.gz gentoo-2-48fbb27a135b2ebc46226efd7d64f656e0786528.tar.bz2 gentoo-2-48fbb27a135b2ebc46226efd7d64f656e0786528.zip |
Cleanup
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/ExtUtils-XSpp/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.05.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.06.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.07.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.08.ebuild | 21 |
5 files changed, 6 insertions, 85 deletions
diff --git a/dev-perl/ExtUtils-XSpp/ChangeLog b/dev-perl/ExtUtils-XSpp/ChangeLog index 77885877e620..1c486e6f202e 100644 --- a/dev-perl/ExtUtils-XSpp/ChangeLog +++ b/dev-perl/ExtUtils-XSpp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/ExtUtils-XSpp # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ChangeLog,v 1.7 2010/02/11 11:25:29 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ChangeLog,v 1.8 2010/04/09 07:58:37 tove Exp $ + + 09 Apr 2010; Torsten Veller <tove@gentoo.org> -ExtUtils-XSpp-0.05.ebuild, + -ExtUtils-XSpp-0.06.ebuild, -ExtUtils-XSpp-0.07.ebuild, + -ExtUtils-XSpp-0.08.ebuild: + Cleanup *ExtUtils-XSpp-0.09 (11 Feb 2010) diff --git a/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.05.ebuild b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.05.ebuild deleted file mode 100644 index 2079c1b26666..000000000000 --- a/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.05.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2009 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.05.ebuild,v 1.1 2009/09/24 06:16:23 tove Exp $ - -EAPI=2 - -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="" - -SRC_TEST=do diff --git a/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.06.ebuild b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.06.ebuild deleted file mode 100644 index bbf0dfb1a9e8..000000000000 --- a/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.06.ebuild +++ /dev/null @@ -1,21 +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.06.ebuild,v 1.1 2010/01/17 10:35:03 tove Exp $ - -EAPI=2 - -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" - -SRC_TEST=do diff --git a/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.07.ebuild b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.07.ebuild deleted file mode 100644 index a2774b61b979..000000000000 --- a/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.07.ebuild +++ /dev/null @@ -1,21 +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.07.ebuild,v 1.1 2010/01/23 10:24:41 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=SMUELLER -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" - -SRC_TEST=do diff --git a/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.08.ebuild b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.08.ebuild deleted file mode 100644 index 43da67af6f9b..000000000000 --- a/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.08.ebuild +++ /dev/null @@ -1,21 +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.08.ebuild,v 1.1 2010/02/07 09:50:27 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=SMUELLER -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" - -SRC_TEST=do |