diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 14:08:08 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 14:08:08 +0000 |
commit | 3ac755a194d4986c39429f66abc90a3837fc05b0 (patch) | |
tree | 19f1272b3d4c512e5c1b5cd0f24ed6d845d6b8ca /dev-perl/MIME-Lite | |
parent | Version bump, thanks seemant (diff) | |
download | gentoo-2-3ac755a194d4986c39429f66abc90a3837fc05b0.tar.gz gentoo-2-3ac755a194d4986c39429f66abc90a3837fc05b0.tar.bz2 gentoo-2-3ac755a194d4986c39429f66abc90a3837fc05b0.zip |
Ebuild maintenance
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/MIME-Lite')
-rw-r--r-- | dev-perl/MIME-Lite/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/MIME-Lite/MIME-Lite-3.01.ebuild | 12 |
2 files changed, 11 insertions, 9 deletions
diff --git a/dev-perl/MIME-Lite/ChangeLog b/dev-perl/MIME-Lite/ChangeLog index 1a2bde747de5..778b801d8bd2 100644 --- a/dev-perl/MIME-Lite/ChangeLog +++ b/dev-perl/MIME-Lite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/MIME-Lite -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Lite/ChangeLog,v 1.13 2006/08/05 13:39:45 mcummings Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Lite/ChangeLog,v 1.14 2007/01/19 14:08:08 mcummings Exp $ + + 19 Jan 2007; Michael Cummings <mcummings@gentoo.org> + MIME-Lite-3.01.ebuild: + Ebuild maintenance 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> MIME-Lite-3.01.ebuild: diff --git a/dev-perl/MIME-Lite/MIME-Lite-3.01.ebuild b/dev-perl/MIME-Lite/MIME-Lite-3.01.ebuild index 662bfde412ce..9603d6fa15c9 100644 --- a/dev-perl/MIME-Lite/MIME-Lite-3.01.ebuild +++ b/dev-perl/MIME-Lite/MIME-Lite-3.01.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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.12 2006/08/05 13:39:45 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Lite/MIME-Lite-3.01.ebuild,v 1.13 2007/01/19 14:08:08 mcummings Exp $ IUSE="" @@ -8,12 +8,14 @@ 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/${P}/" +HOMEPAGE="http://search.cpan.org/author/ERYQ/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="alpha amd64 ia64 ppc sparc x86" +DEPEND="dev-lang/perl" + src_install() { perl-module_src_install eval `perl '-V:installvendorlib'` @@ -21,7 +23,3 @@ src_install() { cd ${S} cp ${S}/contrib/*.pm ${BUILD_VENDOR_LIB}/ } - - -DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" |