diff options
author | Yuval Yaari <yuval@gentoo.org> | 2008-04-29 06:10:16 +0000 |
---|---|---|
committer | Yuval Yaari <yuval@gentoo.org> | 2008-04-29 06:10:16 +0000 |
commit | e4dfda94fb1fa1fae3a57b84920443c00fc60fc7 (patch) | |
tree | 44807c683bd885717f43451389bbf2ee541b703a /dev-perl/Email-MIME-Attachment-Stripper | |
parent | Version bump (diff) | |
download | gentoo-2-e4dfda94fb1fa1fae3a57b84920443c00fc60fc7.tar.gz gentoo-2-e4dfda94fb1fa1fae3a57b84920443c00fc60fc7.tar.bz2 gentoo-2-e4dfda94fb1fa1fae3a57b84920443c00fc60fc7.zip |
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-perl/Email-MIME-Attachment-Stripper')
-rw-r--r-- | dev-perl/Email-MIME-Attachment-Stripper/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.314.ebuild | 22 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog b/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog index e02ae653ad58..04fc639666d6 100644 --- a/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog +++ b/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Email-MIME-Attachment-Stripper -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog,v 1.12 2007/12/08 16:06:36 armin76 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog,v 1.13 2008/04/29 06:10:16 yuval Exp $ + +*Email-MIME-Attachment-Stripper-1.314 (29 Apr 2008) + + 29 Apr 2008; Yuval Yaari <yuval@gentoo.org> + +Email-MIME-Attachment-Stripper-1.314.ebuild: + Version bump 08 Dec 2007; Raúl Porcel <armin76@gentoo.org> Email-MIME-Attachment-Stripper-1.313.ebuild: diff --git a/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.314.ebuild b/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.314.ebuild new file mode 100644 index 000000000000..e435aece24da --- /dev/null +++ b/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.314.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.314.ebuild,v 1.1 2008/04/29 06:10:16 yuval Exp $ + +inherit perl-module + +DESCRIPTION="Strip the attachments from a mail" +HOMEPAGE="http://search.cpan.org/~rjbs/" +SRC_URI="mirror://cpan/authors/id/R/RJ/RJBS/${P}.tar.gz" + +IUSE="" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +DEPEND=">=dev-perl/Email-MIME-1.857 + >=dev-perl/Email-MIME-Modifier-1.441 + >=dev-perl/Email-MIME-ContentType-1.012 + dev-lang/perl" + +SRC_TEST="do" |