diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-02-02 13:35:17 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-02-02 13:35:17 +0000 |
commit | 1f6f3a7ec8bd65773191e145b6c50cbcec8a7ed7 (patch) | |
tree | 058dd22dcca5604bf470ea1d111ace22aa56926a /dev-perl | |
parent | Version bump (diff) | |
download | gentoo-2-1f6f3a7ec8bd65773191e145b6c50cbcec8a7ed7.tar.gz gentoo-2-1f6f3a7ec8bd65773191e145b6c50cbcec8a7ed7.tar.bz2 gentoo-2-1f6f3a7ec8bd65773191e145b6c50cbcec8a7ed7.zip |
ppc64 stable wrt bug #492134; Drop old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl')
3 files changed, 8 insertions, 31 deletions
diff --git a/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog b/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog index 8371109b8cec..20a06f9b2bcf 100644 --- a/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog +++ b/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Email-MIME-Attachment-Stripper # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog,v 1.37 2014/02/02 10:56:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog,v 1.38 2014/02/02 13:35:17 zlogene Exp $ + + 02 Feb 2014; Mikle Kolyada <zlogene@gentoo.org> + -Email-MIME-Attachment-Stripper-1.316.0.ebuild, + Email-MIME-Attachment-Stripper-1.317.0.ebuild: + ppc64 stable wrt bug #492134; Drop old. 02 Feb 2014; Agostino Sarubbo <ago@gentoo.org> Email-MIME-Attachment-Stripper-1.317.0.ebuild: diff --git a/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.316.0.ebuild b/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.316.0.ebuild deleted file mode 100644 index 97dfbce59113..000000000000 --- a/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.316.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2012 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.316.0.ebuild,v 1.8 2012/06/17 14:17:08 armin76 Exp $ - -EAPI=4 - -MODULE_AUTHOR=RJBS -MODULE_VERSION=1.316 -inherit perl-module - -DESCRIPTION="Strip the attachments from a mail" - -LICENSE="|| ( GPL-2 GPL-3 )" # GPL-2+ -# under the same terms as Tony's original module -# Mail::Message::Attachment::Stripper -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="test" - -RDEPEND=">=dev-perl/Email-MIME-1.900 - >=dev-perl/Email-MIME-ContentType-1.012" -DEPEND="${RDEPEND} - test? ( - dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage - )" - -SRC_TEST="do" diff --git a/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0.ebuild b/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0.ebuild index 4041da0ae338..a69343de1859 100644 --- a/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0.ebuild +++ b/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.317.0.ebuild,v 1.5 2014/02/02 10:56:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0.ebuild,v 1.6 2014/02/02 13:35:17 zlogene Exp $ EAPI=4 @@ -14,7 +14,7 @@ LICENSE="|| ( GPL-2 GPL-3 )" # GPL-2+ # under the same terms as Tony's original module # Mail::Message::Attachment::Stripper SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 x86" +KEYWORDS="amd64 ppc ppc64 x86" IUSE="test" RDEPEND=">=dev-perl/Email-MIME-1.900 |