diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-06-24 10:29:36 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-06-24 10:29:36 +0000 |
commit | e91d7be981bf6d027e09a39924c18ce2817f715b (patch) | |
tree | 528ad79b8f1dae65115f229974516a0aafd9713d /dev-perl/math-pari | |
parent | stable for x86 (diff) | |
download | gentoo-2-e91d7be981bf6d027e09a39924c18ce2817f715b.tar.gz gentoo-2-e91d7be981bf6d027e09a39924c18ce2817f715b.tar.bz2 gentoo-2-e91d7be981bf6d027e09a39924c18ce2817f715b.zip |
Addresses bug 23357 - thanks Rigo
Diffstat (limited to 'dev-perl/math-pari')
-rw-r--r-- | dev-perl/math-pari/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/math-pari/math-pari-2.010500.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/math-pari/ChangeLog b/dev-perl/math-pari/ChangeLog index 589a75b79bf7..8d3c04239b2d 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-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v 1.1 2003/06/23 15:25:24 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v 1.2 2003/06/24 10:29:36 mcummings Exp $ + + 24 Jun 2003; Michael Cummings <mcummings@gentoo.org> + math-pari-2.010500.ebuild: + Addresses bug 23357 - thanks Rigo *math-pari-2.010500 (23 Jun 2003) diff --git a/dev-perl/math-pari/math-pari-2.010500.ebuild b/dev-perl/math-pari/math-pari-2.010500.ebuild index 83a7c6f90369..9f10b088a7df 100644 --- a/dev-perl/math-pari/math-pari-2.010500.ebuild +++ b/dev-perl/math-pari/math-pari-2.010500.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2003 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.2 2003/06/23 15:31:21 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/math-pari-2.010500.ebuild,v 1.3 2003/06/24 10:29:36 mcummings Exp $ inherit perl-module -MY_P=Math-Pari-${PV} +MY_P="Math-Pari-${PV}" S=${WORKDIR}/${MY_P} DESCRIPTION="Perl interface to PARI" PARI_VERSION=`best_version app-sci/pari` |