diff options
author | Torsten Veller <tove@gentoo.org> | 2012-03-31 07:43:24 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-03-31 07:43:24 +0000 |
commit | f2f41121bde927585b39258199a21282828bf859 (patch) | |
tree | 135606d9823ef45e9a66dfff320c35d0e5cbd1a0 /dev-perl/text-template | |
parent | Drop useless sed for unused SCons buildsystem (diff) | |
download | historical-f2f41121bde927585b39258199a21282828bf859.tar.gz historical-f2f41121bde927585b39258199a21282828bf859.tar.bz2 historical-f2f41121bde927585b39258199a21282828bf859.zip |
Cleanup
Package-Manager: portage-2.2.0_alpha96/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/text-template')
-rw-r--r-- | dev-perl/text-template/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/text-template/text-template-1.44.ebuild | 18 |
2 files changed, 4 insertions, 19 deletions
diff --git a/dev-perl/text-template/ChangeLog b/dev-perl/text-template/ChangeLog index 75b473028db6..870b97ebdc44 100644 --- a/dev-perl/text-template/ChangeLog +++ b/dev-perl/text-template/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/text-template # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-template/ChangeLog,v 1.22 2012/03/25 17:25:07 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-template/ChangeLog,v 1.23 2012/03/31 06:43:06 tove Exp $ + + 31 Mar 2012; Torsten Veller <tove@gentoo.org> -text-template-1.44.ebuild: + Cleanup 25 Mar 2012; Raúl Porcel <armin76@gentoo.org> text-template-1.44.ebuild, text-template-1.450.0.ebuild: diff --git a/dev-perl/text-template/text-template-1.44.ebuild b/dev-perl/text-template/text-template-1.44.ebuild deleted file mode 100644 index 3e2da105d68f..000000000000 --- a/dev-perl/text-template/text-template-1.44.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-template/text-template-1.44.ebuild,v 1.17 2012/03/25 17:25:07 armin76 Exp $ - -inherit perl-module - -MY_P=Text-Template-${PV} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="Expand template text with embedded Perl" -SRC_URI="mirror://cpan/authors/id/M/MJ/MJD/${MY_P}.tar.gz" -HOMEPAGE="http://www.cpan.org/authors/id/M/MJ/MJD/" -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 hppa ppc x86" -IUSE="" - -DEPEND="dev-lang/perl" |