diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2014-08-23 22:23:06 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2014-08-23 22:23:06 +0000 |
commit | f19d17fd0c1c1d7bd6d9299aee33afdd5366e916 (patch) | |
tree | e9810abfbf91b680013722b2e9c4ea9dd90b8379 /dev-perl/HTML-Format/HTML-Format-2.100.0.ebuild | |
parent | bumped EAPI to 5; committed directly to stable as no other changes present an... (diff) | |
download | gentoo-2-f19d17fd0c1c1d7bd6d9299aee33afdd5366e916.tar.gz gentoo-2-f19d17fd0c1c1d7bd6d9299aee33afdd5366e916.tar.bz2 gentoo-2-f19d17fd0c1c1d7bd6d9299aee33afdd5366e916.zip |
bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'dev-perl/HTML-Format/HTML-Format-2.100.0.ebuild')
-rw-r--r-- | dev-perl/HTML-Format/HTML-Format-2.100.0.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-perl/HTML-Format/HTML-Format-2.100.0.ebuild b/dev-perl/HTML-Format/HTML-Format-2.100.0.ebuild deleted file mode 100644 index 79a428a3381d..000000000000 --- a/dev-perl/HTML-Format/HTML-Format-2.100.0.ebuild +++ /dev/null @@ -1,27 +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/HTML-Format/HTML-Format-2.100.0.ebuild,v 1.5 2012/03/25 15:22:55 armin76 Exp $ - -EAPI=4 - -MODULE_AUTHOR=NIGELM -MODULE_VERSION=2.10 -inherit perl-module - -DESCRIPTION="HTML Formatter" - -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="test" - -RDEPEND=" - dev-perl/File-Slurp - dev-perl/Font-AFM - dev-perl/HTML-Tree" -DEPEND="${RDEPEND} - virtual/perl-Module-Build - test? ( - >=virtual/perl-Test-Simple-0.96 - )" - -SRC_TEST="do" |