diff options
author | Torsten Veller <tove@gentoo.org> | 2011-01-04 19:08:32 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-01-04 19:08:32 +0000 |
commit | 8b3b03f0bc3e7bbaf2d07a6e68a0d6bb8a75868e (patch) | |
tree | d56ee87e774089b466c915813076601516347fec /dev-perl | |
parent | marked stable amd64, x86 (diff) | |
download | gentoo-2-8b3b03f0bc3e7bbaf2d07a6e68a0d6bb8a75868e.tar.gz gentoo-2-8b3b03f0bc3e7bbaf2d07a6e68a0d6bb8a75868e.tar.bz2 gentoo-2-8b3b03f0bc3e7bbaf2d07a6e68a0d6bb8a75868e.zip |
Cleanup
(Portage version: 2.2.0_alpha12/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/MIME-Lite/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/MIME-Lite/MIME-Lite-3.01.ebuild | 25 |
2 files changed, 5 insertions, 27 deletions
diff --git a/dev-perl/MIME-Lite/ChangeLog b/dev-perl/MIME-Lite/ChangeLog index fd811186ac8e..f14b0c70a83a 100644 --- a/dev-perl/MIME-Lite/ChangeLog +++ b/dev-perl/MIME-Lite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/MIME-Lite -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Lite/ChangeLog,v 1.33 2010/11/05 14:08:27 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Lite/ChangeLog,v 1.34 2011/01/04 19:08:31 tove Exp $ + + 04 Jan 2011; Torsten Veller <tove@gentoo.org> -MIME-Lite-3.01.ebuild: + Cleanup 05 Nov 2010; Samuli Suominen <ssuominen@gentoo.org> MIME-Lite-3.027.ebuild: diff --git a/dev-perl/MIME-Lite/MIME-Lite-3.01.ebuild b/dev-perl/MIME-Lite/MIME-Lite-3.01.ebuild deleted file mode 100644 index b85c09266864..000000000000 --- a/dev-perl/MIME-Lite/MIME-Lite-3.01.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Lite/MIME-Lite-3.01.ebuild,v 1.15 2007/12/04 20:39:43 corsair Exp $ - -IUSE="" - -inherit perl-module - -DESCRIPTION="low-calorie MIME generator" -SRC_URI="mirror://cpan/authors/id/Y/YV/YVES/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/author/ERYQ/" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" - -DEPEND="dev-lang/perl" - -src_install() { - perl-module_src_install - eval `perl '-V:installvendorlib'` - BUILD_VENDOR_LIB=${D}/${installvendorlib} - cd ${S} - cp ${S}/contrib/*.pm ${BUILD_VENDOR_LIB}/ -} |