summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2008-01-17 17:57:35 +0000
committerFabian Groffen <grobian@gentoo.org>2008-01-17 17:57:35 +0000
commit4e8e33362b2aaf7b23bd88ea4369c67f74665b8e (patch)
tree9e3795a2aa1585998ae90ee7819fe1b8bebdce39 /dev-python
parentDropped ppc-macos keyword, see you in prefix (diff)
downloadgentoo-2-4e8e33362b2aaf7b23bd88ea4369c67f74665b8e.tar.gz
gentoo-2-4e8e33362b2aaf7b23bd88ea4369c67f74665b8e.tar.bz2
gentoo-2-4e8e33362b2aaf7b23bd88ea4369c67f74665b8e.zip
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/fpconst/ChangeLog8
-rw-r--r--dev-python/fpconst/fpconst-0.7.1.ebuild6
-rw-r--r--dev-python/fpconst/fpconst-0.7.2.ebuild6
-rw-r--r--dev-python/fpconst/fpconst-0.7.3.ebuild6
4 files changed, 15 insertions, 11 deletions
diff --git a/dev-python/fpconst/ChangeLog b/dev-python/fpconst/ChangeLog
index a7ff98aa8c5b..a75ee9ab327f 100644
--- a/dev-python/fpconst/ChangeLog
+++ b/dev-python/fpconst/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/fpconst
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.22 2007/06/17 15:00:37 armin76 Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.23 2008/01/17 17:57:35 grobian Exp $
+
+ 17 Jan 2008; Fabian Groffen <grobian@gentoo.org> fpconst-0.7.1.ebuild,
+ fpconst-0.7.2.ebuild, fpconst-0.7.3.ebuild:
+ Dropped ppc-macos keyword, see you in prefix
17 Jun 2007; Raúl Porcel <armin76@gentoo.org> fpconst-0.7.3.ebuild:
Add ~alpha wrt #172818
diff --git a/dev-python/fpconst/fpconst-0.7.1.ebuild b/dev-python/fpconst/fpconst-0.7.1.ebuild
index 4e1c15b7be9e..c6c1c01cca62 100644
--- a/dev-python/fpconst/fpconst-0.7.1.ebuild
+++ b/dev-python/fpconst/fpconst-0.7.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.1.ebuild,v 1.6 2007/07/11 06:19:47 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.1.ebuild,v 1.7 2008/01/17 17:57:35 grobian Exp $
inherit distutils
@@ -8,7 +8,7 @@ DESCRIPTION="Python Module for handling IEEE 754 floating point special values"
HOMEPAGE="http://research.warnes.net/projects/rzope/fpconst/"
SRC_URI="http://research.warnes.net/~warnes/fpconst/${P}.tar.gz"
-KEYWORDS="amd64 ppc ppc-macos ~sparc x86"
+KEYWORDS="amd64 ppc ~sparc x86"
SLOT="0"
LICENSE="GPL-2"
IUSE=""
diff --git a/dev-python/fpconst/fpconst-0.7.2.ebuild b/dev-python/fpconst/fpconst-0.7.2.ebuild
index acb8c834ac67..3bfd95dc5735 100644
--- a/dev-python/fpconst/fpconst-0.7.2.ebuild
+++ b/dev-python/fpconst/fpconst-0.7.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.2.ebuild,v 1.4 2007/07/11 06:19:47 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.2.ebuild,v 1.5 2008/01/17 17:57:35 grobian Exp $
inherit distutils
@@ -8,7 +8,7 @@ DESCRIPTION="Python Module for handling IEEE 754 floating point special values"
HOMEPAGE="http://research.warnes.net/~warnes/fpconst/"
SRC_URI="http://research.warnes.net:9090/~warnes/fpconst/${P}.tar.gz"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc-macos ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
SLOT="0"
LICENSE="GPL-2"
IUSE=""
diff --git a/dev-python/fpconst/fpconst-0.7.3.ebuild b/dev-python/fpconst/fpconst-0.7.3.ebuild
index a1965d4ab8d1..8462e0d37ab8 100644
--- a/dev-python/fpconst/fpconst-0.7.3.ebuild
+++ b/dev-python/fpconst/fpconst-0.7.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3.ebuild,v 1.4 2007/06/17 15:00:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3.ebuild,v 1.5 2008/01/17 17:57:35 grobian Exp $
inherit distutils
@@ -8,7 +8,7 @@ DESCRIPTION="Python Module for handling IEEE 754 floating point special values"
HOMEPAGE="http://chaco.bst.rochester.edu:8080/statcomp/projects/RStatServer/fpconst/"
SRC_URI="mirror://sourceforge/rsoap/${P}.tar.gz"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc-macos ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
SLOT="0"
LICENSE="GPL-2"
IUSE=""