diff options
Diffstat (limited to 'sci-mathematics/kalamaris')
-rw-r--r-- | sci-mathematics/kalamaris/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/kalamaris/Manifest | 14 | ||||
-rw-r--r-- | sci-mathematics/kalamaris/kalamaris-0.7.1.ebuild | 6 |
3 files changed, 10 insertions, 17 deletions
diff --git a/sci-mathematics/kalamaris/ChangeLog b/sci-mathematics/kalamaris/ChangeLog index d215f0fe726b..9676d1e74f87 100644 --- a/sci-mathematics/kalamaris/ChangeLog +++ b/sci-mathematics/kalamaris/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/kalamaris -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/kalamaris/ChangeLog,v 1.2 2004/12/28 20:10:49 swegener Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/kalamaris/ChangeLog,v 1.3 2005/07/10 01:01:52 weeve Exp $ + + 10 Jul 2005; Jason Wever <weeve@gentoo.org> kalamaris-0.7.1.ebuild: + Added ~sparc keyword. *kalamaris-0.7.1 (28 Dec 2004) diff --git a/sci-mathematics/kalamaris/Manifest b/sci-mathematics/kalamaris/Manifest index 8551a244aea4..52601a123124 100644 --- a/sci-mathematics/kalamaris/Manifest +++ b/sci-mathematics/kalamaris/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 ab69e918cd3abae48230f9dd9b7163f6 kalamaris-0.7.1.ebuild 670 -MD5 40897855597acd04863eb53825e8d98d ChangeLog 860 +MD5 a5c0e8d6d617d11b86d08fd387a1bd53 ChangeLog 952 +MD5 e28c09adfa3a09097b977476fd689af6 kalamaris-0.7.1.ebuild 674 MD5 0ffcd41aa96cf1bcffd8b539c27957db metadata.xml 157 MD5 428aa2f2615902e3e9c937a25a5c5cfd files/digest-kalamaris-0.7.1 68 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) - -iD8DBQFB0b3QI1lqEGTUzyQRAuhFAKCoKXcZmHpH1jVOH75zKd9WljCBZwCfVYso -ahYoYWIpgTk/IrfWFVL8IOQ= -=tFRD ------END PGP SIGNATURE----- diff --git a/sci-mathematics/kalamaris/kalamaris-0.7.1.ebuild b/sci-mathematics/kalamaris/kalamaris-0.7.1.ebuild index 44e58f7010bb..9d57c93fa944 100644 --- a/sci-mathematics/kalamaris/kalamaris-0.7.1.ebuild +++ b/sci-mathematics/kalamaris/kalamaris-0.7.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/kalamaris/kalamaris-0.7.1.ebuild,v 1.1 2004/12/28 14:24:42 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/kalamaris/kalamaris-0.7.1.ebuild,v 1.2 2005/07/10 01:01:52 weeve Exp $ inherit kde @@ -9,7 +9,7 @@ HOMEPAGE="http://developer.kde.org/~larrosa/kalamaris.html" SRC_URI="http://developer.kde.org/~larrosa/bin/${P}.tar.bz2" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc" +KEYWORDS="~ppc ~sparc x86" DEPEND="dev-libs/gmp" need-kde 3 |