diff options
author | 2007-01-19 14:07:33 +0000 | |
---|---|---|
committer | 2007-01-19 14:07:33 +0000 | |
commit | 7eb89b4bce9f2be4637bd3d2f38a89f2a7610a13 (patch) | |
tree | ea61eed82cedb0dfb9466856bfe8646ef457c985 /dev-perl/mime-construct | |
parent | Ebuild maintenance (diff) | |
download | gentoo-2-7eb89b4bce9f2be4637bd3d2f38a89f2a7610a13.tar.gz gentoo-2-7eb89b4bce9f2be4637bd3d2f38a89f2a7610a13.tar.bz2 gentoo-2-7eb89b4bce9f2be4637bd3d2f38a89f2a7610a13.zip |
Version bump, thanks seemant
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/mime-construct')
-rw-r--r-- | dev-perl/mime-construct/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/mime-construct/mime-construct-1.9-r1.ebuild | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/dev-perl/mime-construct/ChangeLog b/dev-perl/mime-construct/ChangeLog index 35d5214e4243..be5d1bfcc3f7 100644 --- a/dev-perl/mime-construct/ChangeLog +++ b/dev-perl/mime-construct/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/mime-construct -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/mime-construct/ChangeLog,v 1.9 2006/08/18 02:13:58 mcummings Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/mime-construct/ChangeLog,v 1.10 2007/01/19 14:07:33 mcummings Exp $ + + 19 Jan 2007; Michael Cummings <mcummings@gentoo.org> + mime-construct-1.9-r1.ebuild: + Version bump, thanks seemant 18 Aug 2006; Michael Cummings <mcummings@gentoo.org> -mime-construct-1.9.ebuild, mime-construct-1.9-r1.ebuild: diff --git a/dev-perl/mime-construct/mime-construct-1.9-r1.ebuild b/dev-perl/mime-construct/mime-construct-1.9-r1.ebuild index 23097619b56f..aff75fb985a2 100644 --- a/dev-perl/mime-construct/mime-construct-1.9-r1.ebuild +++ b/dev-perl/mime-construct/mime-construct-1.9-r1.ebuild @@ -1,11 +1,11 @@ -# 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-construct/mime-construct-1.9-r1.ebuild,v 1.7 2006/08/18 02:13:58 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/mime-construct/mime-construct-1.9-r1.ebuild,v 1.8 2007/01/19 14:07:33 mcummings Exp $ inherit perl-module DESCRIPTION="construct and optionally mail MIME messages" -HOMEPAGE="http://search.cpan.org/~rosch/${P}/" +HOMEPAGE="http://search.cpan.org/~rosch/" SRC_URI="mirror://cpan/authors/id/R/RO/ROSCH/${P}.tar.gz" LICENSE="Artistic" @@ -18,5 +18,3 @@ SRC_TEST="do" DEPEND="dev-perl/MIME-Types dev-perl/Proc-WaitStat dev-lang/perl" -RDEPEND="${DEPEND}" - |