diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2014-08-22 18:36:08 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2014-08-22 18:36:08 +0000 |
commit | ff8a5984a1236057e7cb01e05749733bd98f3697 (patch) | |
tree | 409e209da8e5fa7c0046dca57e25c427a3c52f76 /dev-perl/Math-Derivative/Math-Derivative-0.10.0.ebuild | |
parent | bumped current stable ebuild(s) EAPI to 5; committed directly to stable as no... (diff) | |
download | historical-ff8a5984a1236057e7cb01e05749733bd98f3697.tar.gz historical-ff8a5984a1236057e7cb01e05749733bd98f3697.tar.bz2 historical-ff8a5984a1236057e7cb01e05749733bd98f3697.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
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64
RepoMan-Options: --force
Manifest-Sign-Key: 0x2B6559ED
Diffstat (limited to 'dev-perl/Math-Derivative/Math-Derivative-0.10.0.ebuild')
-rw-r--r-- | dev-perl/Math-Derivative/Math-Derivative-0.10.0.ebuild | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-perl/Math-Derivative/Math-Derivative-0.10.0.ebuild b/dev-perl/Math-Derivative/Math-Derivative-0.10.0.ebuild deleted file mode 100644 index 7312bbf04992..000000000000 --- a/dev-perl/Math-Derivative/Math-Derivative-0.10.0.ebuild +++ /dev/null @@ -1,19 +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/Math-Derivative/Math-Derivative-0.10.0.ebuild,v 1.2 2011/09/03 21:04:46 tove Exp $ - -EAPI=4 - -MODULE_AUTHOR=JARW -MODULE_VERSION=0.01 -inherit perl-module - -DESCRIPTION="1st and 2nd order differentiation of data" - -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -# distribution without tests -SRC_TEST="no" -PATCHES=( "${FILESDIR}"/0.01-pod-1.diff ) |