diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-04-12 20:26:42 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-04-15 20:36:10 +1200 |
commit | 8803c0f1359bf553e4c76c4a9ea99c8e873f0874 (patch) | |
tree | af80b25189a8c65c65e2f70c0a3ee107970b3b12 /dev-perl | |
parent | dev-perl/DateTime-Event-Recurrence: Cleanup old (diff) | |
download | gentoo-8803c0f1359bf553e4c76c4a9ea99c8e873f0874.tar.gz gentoo-8803c0f1359bf553e4c76c4a9ea99c8e873f0874.tar.bz2 gentoo-8803c0f1359bf553e4c76c4a9ea99c8e873f0874.zip |
dev-perl/DateTime-HiRes: Cleanup old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/DateTime-HiRes/DateTime-HiRes-0.10.0.ebuild | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-perl/DateTime-HiRes/DateTime-HiRes-0.10.0.ebuild b/dev-perl/DateTime-HiRes/DateTime-HiRes-0.10.0.ebuild deleted file mode 100644 index 9edae177013e..000000000000 --- a/dev-perl/DateTime-HiRes/DateTime-HiRes-0.10.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=JHOBLITT -MODULE_VERSION=0.01 -inherit perl-module - -DESCRIPTION="Create DateTime objects with sub-second current time resolution" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-perl/DateTime" -DEPEND="${RDEPEND} - dev-perl/Module-Build" |