diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-11-20 13:20:50 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-11-20 13:20:50 +0000 |
commit | 40c4e6cad0d049ea5551dbe9012676d6cb16e700 (patch) | |
tree | 10e32004c37cfe117a9eacb917330fcacf10909c | |
parent | Version bump. (diff) | |
download | historical-40c4e6cad0d049ea5551dbe9012676d6cb16e700.tar.gz historical-40c4e6cad0d049ea5551dbe9012676d6cb16e700.tar.bz2 historical-40c4e6cad0d049ea5551dbe9012676d6cb16e700.zip |
Added ~ppc64 keyword
Package-Manager: portage-2.0.51.22-r3
-rw-r--r-- | sci-mathematics/calc/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/calc/Manifest | 14 | ||||
-rw-r--r-- | sci-mathematics/calc/calc-2.11.10.1.ebuild | 6 |
3 files changed, 9 insertions, 16 deletions
diff --git a/sci-mathematics/calc/ChangeLog b/sci-mathematics/calc/ChangeLog index efe0a4d9c05d..0e86d81739be 100644 --- a/sci-mathematics/calc/ChangeLog +++ b/sci-mathematics/calc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/calc # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/ChangeLog,v 1.4 2005/09/17 00:24:59 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/ChangeLog,v 1.5 2005/11/20 13:20:50 corsair Exp $ + + 20 Nov 2005; Markus Rothe <corsair@gentoo.org> calc-2.11.10.1.ebuild: + Added ~ppc64 keyword 17 Sep 2005; Ciaran McCreesh <ciaranm@gentoo.org> ChangeLog: Converted to UTF-8, fixed encoding screwups diff --git a/sci-mathematics/calc/Manifest b/sci-mathematics/calc/Manifest index 73f8ca830919..697c99969e52 100644 --- a/sci-mathematics/calc/Manifest +++ b/sci-mathematics/calc/Manifest @@ -1,16 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 af6f4c89a1a127d9bd7d89e84a25c5b5 ChangeLog 1510 +MD5 b0b031942c83c5f109a42564aa738673 calc-2.11.10.1.ebuild 1013 MD5 4c44ad810290371eb0123023fa0c0605 calc-2.11.9.3.ebuild 1004 -MD5 909067ce0e0b9afaaa6f7b8c9be6d9be calc-2.11.10.1.ebuild 1007 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 -MD5 0217bc96317083f835a7b92de7717c09 ChangeLog 1414 MD5 b25b154cc59b2f742c8a23d1cee01783 files/digest-calc-2.11.10.1 66 MD5 aedaccd22126ab6a17ed25191a32325d files/digest-calc-2.11.9.3 65 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFDK2KOLLFUmVNQ7rkRAiZ+AJwI7dgYYGzxl+2KG75je8w1iu85egCffxkV -S+V/24l1jYS3bxK+y1Uz9QY= -=560o ------END PGP SIGNATURE----- diff --git a/sci-mathematics/calc/calc-2.11.10.1.ebuild b/sci-mathematics/calc/calc-2.11.10.1.ebuild index a06089af60d4..f7755be459e2 100644 --- a/sci-mathematics/calc/calc-2.11.10.1.ebuild +++ b/sci-mathematics/calc/calc-2.11.10.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/calc/calc-2.11.10.1.ebuild,v 1.1 2004/12/28 05:00:44 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/calc-2.11.10.1.ebuild,v 1.2 2005/11/20 13:20:50 corsair Exp $ DESCRIPTION="An arbitrary precision C-like arithmetic system" HOMEPAGE="http://www.isthe.com/chongo/tech/comp/calc/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" SLOT="0" LICENSE="LGPL-2" -KEYWORDS="~x86 ~ppc ~amd64 ~alpha ~ppc-macos" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc-macos ~ppc64 ~x86" IUSE="" |