diff options
author | Guy Martin <gmsoft@gentoo.org> | 2005-06-01 08:28:27 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2005-06-01 08:28:27 +0000 |
commit | 179fd5f5ef3087eb3940eecc544544280e0c06ad (patch) | |
tree | 7f039820bbb9899851112d5a4ca584e691af0d50 /dev-perl | |
parent | modifying metadata.xml to reflect new management :) (diff) | |
download | historical-179fd5f5ef3087eb3940eecc544544280e0c06ad.tar.gz historical-179fd5f5ef3087eb3940eecc544544280e0c06ad.tar.bz2 historical-179fd5f5ef3087eb3940eecc544544280e0c06ad.zip |
Optimized and marked stable on hppa.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/math-pari/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/math-pari/Manifest | 15 | ||||
-rw-r--r-- | dev-perl/math-pari/files/math-pari-hppa.patch | 12 | ||||
-rw-r--r-- | dev-perl/math-pari/math-pari-2.010603.ebuild | 11 |
4 files changed, 28 insertions, 16 deletions
diff --git a/dev-perl/math-pari/ChangeLog b/dev-perl/math-pari/ChangeLog index aa6fc5157e1d..aff3843d6a5c 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v 1.13 2005/05/18 17:19:04 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v 1.14 2005/06/01 08:28:27 gmsoft Exp $ + + 01 Jun 2005; Guy Martin <gmsoft@gentoo.org> +files/math-pari-hppa.patch, + math-pari-2.010603.ebuild: + Optimized and marked stable on hppa. 18 May 2005; Michael Cummings <mcummings@gentoo.org> math-pari-2.010603.ebuild: diff --git a/dev-perl/math-pari/Manifest b/dev-perl/math-pari/Manifest index 0d1bef107016..228e1ff30fc5 100644 --- a/dev-perl/math-pari/Manifest +++ b/dev-perl/math-pari/Manifest @@ -1,16 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 191a7e66341e41b28c28897ef1b9df9d ChangeLog 2188 +MD5 1f536abeca46e3675afa09ab7996b23e ChangeLog 2329 MD5 508e2511c5d0a49e2945dcced2bf6c6c math-pari-2.010500-r1.ebuild 895 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 -MD5 9e5b5a72d054a616392acb0ab5a0e005 math-pari-2.010603.ebuild 911 +MD5 b8c2e82114e5d2edc753977a28f41c66 math-pari-2.010603.ebuild 983 MD5 c2c4ec5a0ec34e3f7744f2f8220fbf86 files/digest-math-pari-2.010500-r1 132 MD5 2946e7c9e5bbdb5a6d5a592cf5d7c523 files/digest-math-pari-2.010603 130 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFCi3kktG5z4I8BtQoRAjjHAKCGJ1wE2UTKDCPpCeJ6s5KP4BAP5gCbBFjt -O74K0OlgXzHs9YQ7wRmNnZM= -=HtZ4 ------END PGP SIGNATURE----- +MD5 0796c30582a5a757aaf98a324261e176 files/math-pari-hppa.patch 637 diff --git a/dev-perl/math-pari/files/math-pari-hppa.patch b/dev-perl/math-pari/files/math-pari-hppa.patch new file mode 100644 index 000000000000..acf602c7a50b --- /dev/null +++ b/dev-perl/math-pari/files/math-pari-hppa.patch @@ -0,0 +1,12 @@ +diff -uNr Math-Pari-2.010603.old/utils/Math/PariBuild.pm Math-Pari-2.010603/utils/Math/PariBuild.pm +--- Math-Pari-2.010603.old/utils/Math/PariBuild.pm 2005-06-01 09:54:01.000000000 +0200 ++++ Math-Pari-2.010603/utils/Math/PariBuild.pm 2005-06-01 09:54:33.000000000 +0200 +@@ -712,6 +712,8 @@ + } elsif ($os eq 'linux') { + chomp($machine = `uname -m`); + $machine = 'sparcv9' if $machine eq 'sparc64'; ++ $machine = 'hppa' if $machine eq 'parisc'; ++ $machine = 'hppa' if $machine eq 'parisc64'; + if (-e '/proc/cpuinfo') { + open IN, '/proc/cpuinfo' or die "open /proc/cpuinfo: $!"; + local $/ = undef; # Needed? diff --git a/dev-perl/math-pari/math-pari-2.010603.ebuild b/dev-perl/math-pari/math-pari-2.010603.ebuild index e3ebed9db7a8..32e108fe86a2 100644 --- a/dev-perl/math-pari/math-pari-2.010603.ebuild +++ b/dev-perl/math-pari/math-pari-2.010603.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/math-pari-2.010603.ebuild,v 1.3 2005/05/18 17:19:05 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/math-pari-2.010603.ebuild,v 1.4 2005/06/01 08:28:27 gmsoft Exp $ -inherit perl-module +inherit perl-module eutils MY_P="Math-Pari-${PV}" S=${WORKDIR}/${MY_P} @@ -13,7 +13,7 @@ SRC_URI="mirror://cpan/authors/id/I/IL/ILYAZ/modules/${MY_P}.tar.gz LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="x86 ~ppc ~alpha ~hppa ~amd64 ~mips" +KEYWORDS="x86 ~ppc ~alpha hppa ~amd64 ~mips" IUSE="" SRC_TEST="do" @@ -23,3 +23,8 @@ SRC_TEST="do" # it does need to be the same version as is installed, hence the hard # DEPEND below DEPEND="~sci-mathematics/pari-2.1.6" + +src_unpack () { + unpack ${A} + epatch ${FILESDIR}/${PN}-hppa.patch +} |