diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
commit | ed1835f95ac005061c92cae46366aa03deeb7aa6 (patch) | |
tree | bf4cd51e2a39ff64b8d4e986cbb7f9ecc8220b61 /dev-perl/text-template | |
parent | Version bump to latest release. (diff) | |
download | gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.tar.gz gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.tar.bz2 gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.zip |
Cleanup
(Portage version: 2.2.0_alpha52/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.45.ebuild | 22 |
2 files changed, 4 insertions, 23 deletions
diff --git a/dev-perl/text-template/ChangeLog b/dev-perl/text-template/ChangeLog index 51c38c88bb34..b2138e0a2f4c 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-template/ChangeLog,v 1.16 2011/09/01 14:05:54 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-template/ChangeLog,v 1.17 2011/09/04 11:23:04 tove Exp $ + + 04 Sep 2011; Torsten Veller <tove@gentoo.org> -text-template-1.45.ebuild: + Cleanup *text-template-1.450.0 (01 Sep 2011) diff --git a/dev-perl/text-template/text-template-1.45.ebuild b/dev-perl/text-template/text-template-1.45.ebuild deleted file mode 100644 index 9e12bd8cfce2..000000000000 --- a/dev-perl/text-template/text-template-1.45.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/text-template/text-template-1.45.ebuild,v 1.2 2010/10/29 06:28:20 grobian Exp $ - -MODULE_AUTHOR=MJD -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 ~ia64 ~ppc ~sparc ~x86 ~ppc-macos" -IUSE="" - -DEPEND="dev-lang/perl" - -SRC_TEST=do |