diff options
author | Torsten Veller <tove@gentoo.org> | 2010-06-11 06:38:36 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-06-11 06:38:36 +0000 |
commit | 786e01d8558a85c257f53bf3b3b935eb92cb637d (patch) | |
tree | 5505554140a23abb581492dbfbf9995f065064fe /dev-perl/ExtUtils-XSpp | |
parent | Cleanup (diff) | |
download | historical-786e01d8558a85c257f53bf3b3b935eb92cb637d.tar.gz historical-786e01d8558a85c257f53bf3b3b935eb92cb637d.tar.bz2 historical-786e01d8558a85c257f53bf3b3b935eb92cb637d.zip |
Cleanup
Package-Manager: portage-2.2_rc67/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.09.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.10.ebuild | 21 |
3 files changed, 5 insertions, 43 deletions
diff --git a/dev-perl/ExtUtils-XSpp/ChangeLog b/dev-perl/ExtUtils-XSpp/ChangeLog index d2a2f51432b1..79f359f79e5e 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ChangeLog,v 1.10 2010/05/04 18:59:50 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ChangeLog,v 1.11 2010/06/11 06:15:22 tove Exp $ + + 11 Jun 2010; Torsten Veller <tove@gentoo.org> -ExtUtils-XSpp-0.09.ebuild, + -ExtUtils-XSpp-0.10.ebuild: + Cleanup *ExtUtils-XSpp-0.11 (04 May 2010) diff --git a/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.09.ebuild b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.09.ebuild deleted file mode 100644 index edb44cfc1131..000000000000 --- a/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.09.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.09.ebuild,v 1.1 2010/02/11 11:25:29 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.10.ebuild b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.10.ebuild deleted file mode 100644 index c3c1aec1d546..000000000000 --- a/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.10.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.10.ebuild,v 1.1 2010/04/15 06:24: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.02" - -SRC_TEST=do |