diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-08 20:39:21 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-08 20:39:21 +0000 |
commit | 5a57bf71fb1d1cd1cd05cb5b3dfb989963125c91 (patch) | |
tree | 9895728217050a6ad62c68bdc1b99debb8942e87 /dev-perl/math-pari | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-5a57bf71fb1d1cd1cd05cb5b3dfb989963125c91.tar.gz gentoo-2-5a57bf71fb1d1cd1cd05cb5b3dfb989963125c91.tar.bz2 gentoo-2-5a57bf71fb1d1cd1cd05cb5b3dfb989963125c91.zip |
clean older ugly ebuild
Diffstat (limited to 'dev-perl/math-pari')
-rw-r--r-- | dev-perl/math-pari/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/math-pari/files/digest-math-pari-2.010500 | 2 | ||||
-rw-r--r-- | dev-perl/math-pari/math-pari-2.010500.ebuild | 20 |
3 files changed, 5 insertions, 23 deletions
diff --git a/dev-perl/math-pari/ChangeLog b/dev-perl/math-pari/ChangeLog index 2b97c39db8c6..9579609863ff 100644 --- a/dev-perl/math-pari/ChangeLog +++ b/dev-perl/math-pari/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/math-pari # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v 1.7 2004/04/20 05:56:25 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v 1.8 2004/06/08 20:39:21 mr_bones_ Exp $ + + 08 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> + math-pari-2.010500.ebuild: + clean older ugly ebuild 20 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> math-pari-2.010500-r1.ebuild: diff --git a/dev-perl/math-pari/files/digest-math-pari-2.010500 b/dev-perl/math-pari/files/digest-math-pari-2.010500 deleted file mode 100644 index d2d15dba5aa6..000000000000 --- a/dev-perl/math-pari/files/digest-math-pari-2.010500 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 6ae5d0b044984a4fdc7817e79922419e Math-Pari-2.010500.tar.gz 91295 -MD5 194e9d1cc11926e457028c6a7cba15f0 pari-2.1.5.tar.gz 1540679 diff --git a/dev-perl/math-pari/math-pari-2.010500.ebuild b/dev-perl/math-pari/math-pari-2.010500.ebuild deleted file mode 100644 index 35d3cb4d4e62..000000000000 --- a/dev-perl/math-pari/math-pari-2.010500.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/math-pari-2.010500.ebuild,v 1.4 2004/03/14 13:25:27 mr_bones_ Exp $ - -inherit perl-module - -MY_P="Math-Pari-${PV}" -S=${WORKDIR}/${MY_P} -DESCRIPTION="Perl interface to PARI" -PARI_VERSION=`best_version app-sci/pari` -SRC_URI="http://www.cpan.org/authors/id/I/IL/ILYAZ/modules/${MY_P}.tar.gz - http://www.gn-50uma.de/ftp/pari-2.1/pari-${PARI_VERSION}.tar.gz" -HOMEPAGE="http://www.cpan.org/authors/id/I/IL/ILYAZ/modules/${MY_P}.readme" - -SLOT="0" -LICENSE="Artistic | GPL-2" -KEYWORDS="x86 ~alpha ~ppc ~sparc" - -DEPEND="app-sci/pari" - |