diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-01-25 20:38:47 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-01-25 20:38:47 +0000 |
commit | 20703417942d5be170ba65093f169f3d27072dd1 (patch) | |
tree | 80f461016418be1b2ec319a0d78f30f18c013608 /dev-perl | |
parent | Raise mdds version dep. (diff) | |
download | gentoo-2-20703417942d5be170ba65093f169f3d27072dd1.tar.gz gentoo-2-20703417942d5be170ba65093f169f3d27072dd1.tar.bz2 gentoo-2-20703417942d5be170ba65093f169f3d27072dd1.zip |
alpha/amd64/arm/ia64/ppc/ppc64/sparc/x86 stable wrt bug #492118; 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, 10 insertions, 27 deletions
diff --git a/dev-perl/DateTime-Format-Mail/ChangeLog b/dev-perl/DateTime-Format-Mail/ChangeLog index d4aa62be48bf..9be33fa73253 100644 --- a/dev-perl/DateTime-Format-Mail/ChangeLog +++ b/dev-perl/DateTime-Format-Mail/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/DateTime-Format-Mail -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Mail/ChangeLog,v 1.24 2013/09/12 14:56:10 idella4 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Mail/ChangeLog,v 1.25 2014/01/25 20:38:47 zlogene Exp $ + + 25 Jan 2014; Mikle Kolyada <zlogene@gentoo.org> + -DateTime-Format-Mail-0.300.100.ebuild, + DateTime-Format-Mail-0.300.100-r1.ebuild: + alpha/amd64/arm/ia64/ppc/ppc64/sparc/x86 stable wrt bug #492118; Drop old. *DateTime-Format-Mail-0.300.100-r1 (12 Sep 2013) diff --git a/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.300.100-r1.ebuild b/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.300.100-r1.ebuild index 589fab01b284..fbca98801da2 100644 --- a/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.300.100-r1.ebuild +++ b/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.300.100-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.300.100-r1.ebuild,v 1.1 2013/09/12 14:56:10 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.300.100-r1.ebuild,v 1.2 2014/01/25 20:38:47 zlogene Exp $ EAPI=5 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Convert between DateTime and RFC2822/822 formats" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-solaris" +KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-solaris" IUSE="" RDEPEND=">=dev-perl/Params-Validate-0.67 diff --git a/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.300.100.ebuild b/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.300.100.ebuild deleted file mode 100644 index 98031b89fa5f..000000000000 --- a/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.300.100.ebuild +++ /dev/null @@ -1,22 +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/DateTime-Format-Mail/DateTime-Format-Mail-0.300.100.ebuild,v 1.3 2012/10/09 01:25:11 blueness Exp $ - -EAPI=3 - -MODULE_AUTHOR=DROLSKY -MODULE_VERSION=0.3001 -inherit perl-module - -DESCRIPTION="Convert between DateTime and RFC2822/822 formats" - -SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-solaris" -IUSE="" - -RDEPEND=">=dev-perl/Params-Validate-0.67 - >=dev-perl/DateTime-0.17" -DEPEND="${RDEPEND} - virtual/perl-Module-Build" - -SRC_TEST="do" |