diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
commit | ed1835f95ac005061c92cae46366aa03deeb7aa6 (patch) | |
tree | bf4cd51e2a39ff64b8d4e986cbb7f9ecc8220b61 /dev-perl/Math-Derivative | |
parent | Version bump to latest release. (diff) | |
download | gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.tar.gz gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.tar.bz2 gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.zip |
Cleanup
(Portage version: 2.2.0_alpha52/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Math-Derivative')
-rw-r--r-- | dev-perl/Math-Derivative/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Math-Derivative/Math-Derivative-0.01.ebuild | 18 |
2 files changed, 4 insertions, 19 deletions
diff --git a/dev-perl/Math-Derivative/ChangeLog b/dev-perl/Math-Derivative/ChangeLog index 5572525ee6bf..8bd1bd7e662b 100644 --- a/dev-perl/Math-Derivative/ChangeLog +++ b/dev-perl/Math-Derivative/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Math-Derivative # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Derivative/ChangeLog,v 1.5 2011/09/03 21:04:45 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Derivative/ChangeLog,v 1.6 2011/09/04 11:21:19 tove Exp $ + + 04 Sep 2011; Torsten Veller <tove@gentoo.org> -Math-Derivative-0.01.ebuild: + Cleanup 03 Sep 2011; Torsten Veller <tove@gentoo.org> Math-Derivative-0.10.0.ebuild: Merge stable keywords from former version scheme ebuild diff --git a/dev-perl/Math-Derivative/Math-Derivative-0.01.ebuild b/dev-perl/Math-Derivative/Math-Derivative-0.01.ebuild deleted file mode 100644 index 6b2435936869..000000000000 --- a/dev-perl/Math-Derivative/Math-Derivative-0.01.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2009 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.01.ebuild,v 1.4 2009/05/13 16:23:49 ken69267 Exp $ - -EAPI=2 - -MODULE_AUTHOR=JARW -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}"/${PV}-pod-1.diff ) |