diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-11-02 06:55:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-11-02 06:55:21 +0000 |
commit | 06266ec6b8248ac4abb64da179320099bdf23b75 (patch) | |
tree | 5c636d8707dbeb9fa244644da20d543eb6af2a49 /sci-mathematics | |
parent | Removing eradicator as a maintainer since he was retired. (diff) | |
download | historical-06266ec6b8248ac4abb64da179320099bdf23b75.tar.gz historical-06266ec6b8248ac4abb64da179320099bdf23b75.tar.bz2 historical-06266ec6b8248ac4abb64da179320099bdf23b75.zip |
Add ppc/ppc64 love for KDE 4.
Package-Manager: portage-2.2_rc12/cvs/Linux 2.6.26.2 x86_64
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/gmm/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/gmm/Manifest | 14 | ||||
-rw-r--r-- | sci-mathematics/gmm/gmm-3.0.ebuild | 6 |
3 files changed, 19 insertions, 6 deletions
diff --git a/sci-mathematics/gmm/ChangeLog b/sci-mathematics/gmm/ChangeLog index 92e3f19ddbad..6f94df0905a0 100644 --- a/sci-mathematics/gmm/ChangeLog +++ b/sci-mathematics/gmm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/gmm # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmm/ChangeLog,v 1.1 2008/01/13 20:13:10 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmm/ChangeLog,v 1.2 2008/11/02 06:55:21 vapier Exp $ + + 02 Nov 2008; Mike Frysinger <vapier@gentoo.org> gmm-3.0.ebuild: + Add ppc/ppc64 love for KDE 4. *gmm-3.0 (13 Jan 2008) diff --git a/sci-mathematics/gmm/Manifest b/sci-mathematics/gmm/Manifest index bb6e2ee48295..0e51876cadd0 100644 --- a/sci-mathematics/gmm/Manifest +++ b/sci-mathematics/gmm/Manifest @@ -1,4 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + DIST gmm-3.0.tar.gz 462931 RMD160 424dd994d5104daeafbbd698868bb21f16f76821 SHA1 767969f5b476d5bed7ecb3efb49cf37a204344ab SHA256 f7fad050ce4641a43c2249fd691e514a0ee6afc09b4ec54c8c30038d0c2783d1 -EBUILD gmm-3.0.ebuild 615 RMD160 7ad6e3613c4b9c10d217e69d839d0e2b5fe7a867 SHA1 67623c450f0db5b370a53755a07cf50aabf9d5bd SHA256 c787dc4231b56ba63489084062a1e33be7cc559ef364f1d0937ecc0d7dcacf66 -MISC ChangeLog 774 RMD160 847577978b4bc257e6b513a185d1c465af1b2c84 SHA1 48f9679132c4d3c0e6aac8dba33ff0e1a4e881d9 SHA256 71c9bd33c35c256508968701541fa0655c338a297b6d37e0388faf4a509d5d17 +EBUILD gmm-3.0.ebuild 611 RMD160 ed17b23e8bda03425d56f5dc44b00ccfbf1f3472 SHA1 d7940673a36b1e2cfa8e76f4164bbe1c43c95002 SHA256 3cfa4af2ec95daa34fa10b6176bad82bc270a20f4605aa3e1ced038245f7c31c +MISC ChangeLog 869 RMD160 cefe884d2787d02a493c100f49b60e58b6835d4c SHA1 3f40a886a3863e9d74dd150d646644fe8cd5bfdc SHA256 daf2f6a40e2d038e7fcda58c1847ceb43a672a2fd883ffccd1ab78bae39e198f MISC metadata.xml 156 RMD160 ecce3b981f150c45ae1e84e2d208e678d6124259 SHA1 b64f7c0b4e5db816d82ad19848f72118af129d35 SHA256 2f4da28506b9d4185f320f67a6191d30c7a921217ed4447ed46ea0bc4aefc79a +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.9 (GNU/Linux) + +iEYEARECAAYFAkkNTt8ACgkQ67wieSYcaxeKzACcCMoNmV5Nsc6sfHS4dYsE/so/ +KmwAn3j7Xf/iNJqfBWhZSkyMGfut8bqG +=v2xC +-----END PGP SIGNATURE----- diff --git a/sci-mathematics/gmm/gmm-3.0.ebuild b/sci-mathematics/gmm/gmm-3.0.ebuild index e899a0bbb91f..c6d77a0990b9 100644 --- a/sci-mathematics/gmm/gmm-3.0.ebuild +++ b/sci-mathematics/gmm/gmm-3.0.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmm/gmm-3.0.ebuild,v 1.1 2008/01/13 20:13:10 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmm/gmm-3.0.ebuild,v 1.2 2008/11/02 06:55:21 vapier Exp $ inherit eutils -DESCRIPTION="GMM++ is a generic C++ template library for sparse, dense and skyline matrices." +DESCRIPTION="generic C++ template library for sparse, dense and skyline matrices" SRC_URI="http://download.gna.org/getfem/stable/${P}.tar.gz" HOMEPAGE="http://www-gmm.insa-toulouse.fr/getfem/" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" src_install() { |