summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-06-08 20:39:21 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-06-08 20:39:21 +0000
commitc8ffd73f6d836c9802313a087c474ca12f253406 (patch)
tree9ff8f6ba393a68ac69b255988e55670a1f009307 /dev-perl
parent(no commit message) (diff)
downloadhistorical-c8ffd73f6d836c9802313a087c474ca12f253406.tar.gz
historical-c8ffd73f6d836c9802313a087c474ca12f253406.tar.bz2
historical-c8ffd73f6d836c9802313a087c474ca12f253406.zip
clean older ugly ebuild
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/math-pari/ChangeLog6
-rw-r--r--dev-perl/math-pari/Manifest4
-rw-r--r--dev-perl/math-pari/files/digest-math-pari-2.0105002
-rw-r--r--dev-perl/math-pari/math-pari-2.010500.ebuild20
4 files changed, 6 insertions, 26 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/Manifest b/dev-perl/math-pari/Manifest
index 24bf8e4665ae..bd580cdc7f18 100644
--- a/dev-perl/math-pari/Manifest
+++ b/dev-perl/math-pari/Manifest
@@ -1,5 +1,3 @@
+MD5 8169a8cc99be8b8e72f5862bd4d0a54d ChangeLog 1583
MD5 0dd7e88c500c3779585d30c197dd1249 math-pari-2.010500-r1.ebuild 892
-MD5 51bb6b4a052b92baaba7468b389adef9 ChangeLog 1472
-MD5 bc5022e82d5349658fd5ab79da1160ef math-pari-2.010500.ebuild 694
MD5 c2c4ec5a0ec34e3f7744f2f8220fbf86 files/digest-math-pari-2.010500-r1 132
-MD5 c2c4ec5a0ec34e3f7744f2f8220fbf86 files/digest-math-pari-2.010500 132
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"
-