diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-08-31 11:51:37 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-08-31 11:51:37 +0000 |
commit | 9254c684a10db3266fdfc0c56a49a849de1c6dd4 (patch) | |
tree | f1672ff1c55dff1f36cb43df0a3d022cf47943c1 /dev-perl/Olson-Abbreviations | |
parent | cleanup old (diff) | |
download | gentoo-2-9254c684a10db3266fdfc0c56a49a849de1c6dd4.tar.gz gentoo-2-9254c684a10db3266fdfc0c56a49a849de1c6dd4.tar.bz2 gentoo-2-9254c684a10db3266fdfc0c56a49a849de1c6dd4.zip |
Drop old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/Olson-Abbreviations')
-rw-r--r-- | dev-perl/Olson-Abbreviations/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.20.0.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.30.0.ebuild | 33 |
3 files changed, 6 insertions, 58 deletions
diff --git a/dev-perl/Olson-Abbreviations/ChangeLog b/dev-perl/Olson-Abbreviations/ChangeLog index 955a4c1e0256..d99fa756e9a5 100644 --- a/dev-perl/Olson-Abbreviations/ChangeLog +++ b/dev-perl/Olson-Abbreviations/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Olson-Abbreviations -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Olson-Abbreviations/ChangeLog,v 1.7 2013/03/18 08:35:59 tove Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Olson-Abbreviations/ChangeLog,v 1.8 2014/08/31 11:51:37 zlogene Exp $ + + 31 Aug 2014; Mikle Kolyada <zlogene@gentoo.org> + -Olson-Abbreviations-0.20.0.ebuild, -Olson-Abbreviations-0.30.0.ebuild: + Drop old. *Olson-Abbreviations-0.40.0 (18 Mar 2013) diff --git a/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.20.0.ebuild b/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.20.0.ebuild deleted file mode 100644 index e4890815640e..000000000000 --- a/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.20.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.20.0.ebuild,v 1.1 2011/08/29 11:11:21 tove Exp $ - -EAPI=4 - -MODULE_AUTHOR=ECARROLL -MODULE_VERSION=0.02 -inherit perl-module - -DESCRIPTION="globally unique timezones abbreviation handling" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND="dev-perl/Moose - dev-perl/MooseX-AttributeHelpers - dev-perl/MooseX-ClassAttribute" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod )" - -SRC_TEST=do diff --git a/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.30.0.ebuild b/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.30.0.ebuild deleted file mode 100644 index 0af16ae3c80f..000000000000 --- a/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.30.0.ebuild +++ /dev/null @@ -1,33 +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/Olson-Abbreviations/Olson-Abbreviations-0.30.0.ebuild,v 1.1 2012/11/18 19:23:31 tove Exp $ - -EAPI=4 - -MODULE_AUTHOR=ECARROLL -MODULE_VERSION=0.03 -inherit perl-module - -DESCRIPTION="Globally unique timezones abbreviation handling" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - dev-perl/Moose - >=dev-perl/MooseX-ClassAttribute-0.250.0 - dev-perl/namespace-autoclean -" -DEPEND="${RDEPEND} - test? ( - dev-perl/Test-Pod - ) -" - -SRC_TEST=do - -src_prepare() { - mv t/pod-coverage.t{,.disable} - perl-module_src_prepare -} |