diff options
author | Karol Wojtaszek <sekretarz@gentoo.org> | 2005-01-04 20:38:53 +0000 |
---|---|---|
committer | Karol Wojtaszek <sekretarz@gentoo.org> | 2005-01-04 20:38:53 +0000 |
commit | eee71310dbad1cb81b8d102b260920555d0122ce (patch) | |
tree | 5d73bf174e48d9d5b05858d7bb7bec50d7251819 /sci-mathematics | |
parent | Changelog update (diff) | |
download | gentoo-2-eee71310dbad1cb81b8d102b260920555d0122ce.tar.gz gentoo-2-eee71310dbad1cb81b8d102b260920555d0122ce.tar.bz2 gentoo-2-eee71310dbad1cb81b8d102b260920555d0122ce.zip |
Added to ~amd64, bug #76320
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/gimps/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/gimps/gimps-23.5.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/gimps/gimps-23.9-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/gimps/gimps-24.6.ebuild | 6 |
4 files changed, 12 insertions, 9 deletions
diff --git a/sci-mathematics/gimps/ChangeLog b/sci-mathematics/gimps/ChangeLog index 54bcca7f2fd1..acfbe39bd08f 100644 --- a/sci-mathematics/gimps/ChangeLog +++ b/sci-mathematics/gimps/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/gimps -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.3 2004/12/28 20:08:12 swegener Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.4 2005/01/04 20:38:53 sekretarz Exp $ + + 04 Jan 2005; Karol Wojtaszek <sekretarz@gentoo.org> gimps-24.6.ebuild: + Added to ~amd64, bug #76320 *gimps-24.6 (28 Dec 2004) diff --git a/sci-mathematics/gimps/gimps-23.5.ebuild b/sci-mathematics/gimps/gimps-23.5.ebuild index 598f53afe756..b06729d42679 100644 --- a/sci-mathematics/gimps/gimps-23.5.ebuild +++ b/sci-mathematics/gimps/gimps-23.5.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/gimps/gimps-23.5.ebuild,v 1.1 2004/12/28 05:30:36 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-23.5.ebuild,v 1.2 2005/01/04 20:38:53 sekretarz Exp $ IUSE="" DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search" diff --git a/sci-mathematics/gimps/gimps-23.9-r1.ebuild b/sci-mathematics/gimps/gimps-23.9-r1.ebuild index e8b422e940ac..84f8c6a509f7 100644 --- a/sci-mathematics/gimps/gimps-23.9-r1.ebuild +++ b/sci-mathematics/gimps/gimps-23.9-r1.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/gimps/gimps-23.9-r1.ebuild,v 1.1 2004/12/28 05:30:36 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-23.9-r1.ebuild,v 1.2 2005/01/04 20:38:53 sekretarz Exp $ IUSE="" DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search" diff --git a/sci-mathematics/gimps/gimps-24.6.ebuild b/sci-mathematics/gimps/gimps-24.6.ebuild index fff9db8a93a6..2714351c7e0e 100644 --- a/sci-mathematics/gimps/gimps-24.6.ebuild +++ b/sci-mathematics/gimps/gimps-24.6.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/gimps/gimps-24.6.ebuild,v 1.1 2004/12/28 16:10:55 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-24.6.ebuild,v 1.2 2005/01/04 20:38:53 sekretarz Exp $ IUSE="" DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search" @@ -11,7 +11,7 @@ DEPEND=">=sys-apps/baselayout-1.8.0 >=sys-libs/glibc-2.1" SLOT="0" LICENSE="as-is" -KEYWORDS="-* ~x86" +KEYWORDS="-* ~x86 ~amd64" S="${WORKDIR}" I="/opt/gimps" |