diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-01-29 10:57:03 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-01-29 10:57:03 +0000 |
commit | aecc238f02d8873028d85b6c7cdc5128cfd88365 (patch) | |
tree | 3288e6bdae8d570a3bbe5f2f2a90df306cf6a674 /sci-mathematics | |
parent | Fix building with LDFLAGS. (diff) | |
download | historical-aecc238f02d8873028d85b6c7cdc5128cfd88365.tar.gz historical-aecc238f02d8873028d85b6c7cdc5128cfd88365.tar.bz2 historical-aecc238f02d8873028d85b6c7cdc5128cfd88365.zip |
Stable on ppc64
Package-Manager: portage-2.0.54
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/calc/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/calc/Manifest | 6 | ||||
-rw-r--r-- | sci-mathematics/calc/calc-2.11.10.1.ebuild | 6 |
3 files changed, 11 insertions, 8 deletions
diff --git a/sci-mathematics/calc/ChangeLog b/sci-mathematics/calc/ChangeLog index 0e86d81739be..9cfd9b534af4 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.5 2005/11/20 13:20:50 corsair Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/ChangeLog,v 1.6 2006/01/29 10:57:03 corsair Exp $ + + 29 Jan 2006; Markus Rothe <corsair@gentoo.org> calc-2.11.10.1.ebuild: + Stable on ppc64 20 Nov 2005; Markus Rothe <corsair@gentoo.org> calc-2.11.10.1.ebuild: Added ~ppc64 keyword diff --git a/sci-mathematics/calc/Manifest b/sci-mathematics/calc/Manifest index 697c99969e52..6d9e902b31a8 100644 --- a/sci-mathematics/calc/Manifest +++ b/sci-mathematics/calc/Manifest @@ -1,6 +1,6 @@ -MD5 af6f4c89a1a127d9bd7d89e84a25c5b5 ChangeLog 1510 -MD5 b0b031942c83c5f109a42564aa738673 calc-2.11.10.1.ebuild 1013 +MD5 31f608f5b5fc1354370b35ab4aa45582 ChangeLog 1601 +MD5 d87d5b02b0cac7ee2f5ade91500b2e61 calc-2.11.10.1.ebuild 1012 MD5 4c44ad810290371eb0123023fa0c0605 calc-2.11.9.3.ebuild 1004 -MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 b25b154cc59b2f742c8a23d1cee01783 files/digest-calc-2.11.10.1 66 MD5 aedaccd22126ab6a17ed25191a32325d files/digest-calc-2.11.9.3 65 +MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 diff --git a/sci-mathematics/calc/calc-2.11.10.1.ebuild b/sci-mathematics/calc/calc-2.11.10.1.ebuild index f7755be459e2..a9ae5ee2232d 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-2005 Gentoo Foundation +# Copyright 1999-2006 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.2 2005/11/20 13:20:50 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/calc-2.11.10.1.ebuild,v 1.3 2006/01/29 10:57:03 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="~alpha ~amd64 ~ppc ~ppc-macos ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc-macos ppc64 ~x86" IUSE="" |