summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/cheetah/ChangeLog7
-rw-r--r--dev-python/cheetah/cheetah-0.9.15.ebuild6
-rw-r--r--dev-python/docutils/ChangeLog5
-rw-r--r--dev-python/docutils/docutils-0.3.5.ebuild4
-rw-r--r--dev-python/medusa/ChangeLog7
-rw-r--r--dev-python/medusa/medusa-0.5.2.ebuild4
-rw-r--r--dev-python/medusa/medusa-0.5.3.ebuild4
-rw-r--r--dev-python/medusa/medusa-0.5.4.ebuild6
-rw-r--r--dev-python/quixote/ChangeLog7
-rw-r--r--dev-python/quixote/quixote-0.6.1.ebuild4
-rw-r--r--dev-python/quixote/quixote-1.0.ebuild6
11 files changed, 36 insertions, 24 deletions
diff --git a/dev-python/cheetah/ChangeLog b/dev-python/cheetah/ChangeLog
index 37681d588b78..1a4819c02667 100644
--- a/dev-python/cheetah/ChangeLog
+++ b/dev-python/cheetah/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/cheetah
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.8 2004/12/30 21:17:24 ciaranm Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.9 2005/01/20 03:05:54 gongloo Exp $
+
+ 19 Jan 2005; <gongloo@gentoo.org> cheetah-0.9.15.ebuild:
+ Keyworded ~ppc-macos.
30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
diff --git a/dev-python/cheetah/cheetah-0.9.15.ebuild b/dev-python/cheetah/cheetah-0.9.15.ebuild
index 50833e19d556..efcf0cf87f26 100644
--- a/dev-python/cheetah/cheetah-0.9.15.ebuild
+++ b/dev-python/cheetah/cheetah-0.9.15.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/dev-python/cheetah/cheetah-0.9.15.ebuild,v 1.6 2004/06/25 01:26:57 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-0.9.15.ebuild,v 1.7 2005/01/20 03:05:54 gongloo Exp $
inherit distutils
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/cheetahtemplate/${MY_P}.tar.gz"
LICENSE="PSF-2.2"
IUSE=""
-KEYWORDS="x86 sparc alpha ~ppc"
+KEYWORDS="x86 sparc alpha ~ppc ~ppc-macos"
SLOT="0"
DEPEND=">=dev-lang/python-2.2"
diff --git a/dev-python/docutils/ChangeLog b/dev-python/docutils/ChangeLog
index c1b73bec00a1..988039bcacce 100644
--- a/dev-python/docutils/ChangeLog
+++ b/dev-python/docutils/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/docutils
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/ChangeLog,v 1.20 2005/01/09 23:50:29 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/ChangeLog,v 1.21 2005/01/20 03:04:22 gongloo Exp $
+
+ 19 Jan 2005; <gongloo@gentoo.org> docutils-0.3.5.ebuild:
+ Keyworded ~ppc-macos.
09 Jan 2005; Jason Wever <weeve@gentoo.org> docutils-0.3.5.ebuild:
Added ~sparc keyword as it went missing in the version bump.
diff --git a/dev-python/docutils/docutils-0.3.5.ebuild b/dev-python/docutils/docutils-0.3.5.ebuild
index 6c16f68f9d3b..c503954ca1ae 100644
--- a/dev-python/docutils/docutils-0.3.5.ebuild
+++ b/dev-python/docutils/docutils-0.3.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/docutils-0.3.5.ebuild,v 1.3 2005/01/09 23:50:29 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/docutils-0.3.5.ebuild,v 1.4 2005/01/20 03:04:22 gongloo Exp $
inherit distutils eutils
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/docutils/${P}.tar.gz
LICENSE="public-domain PYTHON BSD"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~alpha ~sparc"
+KEYWORDS="~x86 ~ppc ~alpha ~sparc ~ppc-macos"
IUSE="glep"
DEPEND=">=dev-lang/python-2.1"
diff --git a/dev-python/medusa/ChangeLog b/dev-python/medusa/ChangeLog
index a171cabb39fb..062be3aaed3e 100644
--- a/dev-python/medusa/ChangeLog
+++ b/dev-python/medusa/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/medusa
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/medusa/ChangeLog,v 1.10 2004/12/30 22:30:55 ciaranm Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/medusa/ChangeLog,v 1.11 2005/01/20 03:02:56 gongloo Exp $
+
+ 19 Jan 2005; <gongloo@gentoo.org> medusa-0.5.4.ebuild:
+ Keyworded ~ppc-macos.
30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
diff --git a/dev-python/medusa/medusa-0.5.2.ebuild b/dev-python/medusa/medusa-0.5.2.ebuild
index 8608a7c6aa6f..2ad1c40928c3 100644
--- a/dev-python/medusa/medusa-0.5.2.ebuild
+++ b/dev-python/medusa/medusa-0.5.2.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/dev-python/medusa/medusa-0.5.2.ebuild,v 1.9 2004/07/14 21:46:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/medusa/medusa-0.5.2.ebuild,v 1.10 2005/01/20 03:02:56 gongloo Exp $
inherit distutils
diff --git a/dev-python/medusa/medusa-0.5.3.ebuild b/dev-python/medusa/medusa-0.5.3.ebuild
index af09ea266297..fe87c0320d97 100644
--- a/dev-python/medusa/medusa-0.5.3.ebuild
+++ b/dev-python/medusa/medusa-0.5.3.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/dev-python/medusa/medusa-0.5.3.ebuild,v 1.9 2004/06/25 01:33:50 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/medusa/medusa-0.5.3.ebuild,v 1.10 2005/01/20 03:02:56 gongloo Exp $
inherit distutils
diff --git a/dev-python/medusa/medusa-0.5.4.ebuild b/dev-python/medusa/medusa-0.5.4.ebuild
index 5db9d99d504f..4bf9bffc5b35 100644
--- a/dev-python/medusa/medusa-0.5.4.ebuild
+++ b/dev-python/medusa/medusa-0.5.4.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/dev-python/medusa/medusa-0.5.4.ebuild,v 1.5 2004/10/22 03:00:59 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/medusa/medusa-0.5.4.ebuild,v 1.6 2005/01/20 03:02:56 gongloo Exp $
inherit distutils
@@ -13,7 +13,7 @@ SRC_URI="http://www.amk.ca/files/python/${P}.tar.gz"
IUSE=""
LICENSE="PYTHON"
SLOT="0"
-KEYWORDS="x86 ~sparc ppc"
+KEYWORDS="x86 ~sparc ppc ~ppc-macos"
src_install() {
DOCS="CHANGES.txt LICENSE.txt README.txt docs/*.txt"
diff --git a/dev-python/quixote/ChangeLog b/dev-python/quixote/ChangeLog
index 667ea1f6ed4c..e9c30fce3517 100644
--- a/dev-python/quixote/ChangeLog
+++ b/dev-python/quixote/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/quixote
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v 1.11 2004/07/03 16:45:42 dholm Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v 1.12 2005/01/20 02:59:36 gongloo Exp $
+
+ 19 Jan 2005; <gongloo@gentoo.org> quixote-1.0.ebuild:
+ Keyworded ~ppc-macos.
03 Jul 2004; David Holm <dholm@gentoo.org> quixote-1.0.ebuild:
Added to ~ppc.
diff --git a/dev-python/quixote/quixote-0.6.1.ebuild b/dev-python/quixote/quixote-0.6.1.ebuild
index d8f13785d1a1..73e7d1cf88d0 100644
--- a/dev-python/quixote/quixote-0.6.1.ebuild
+++ b/dev-python/quixote/quixote-0.6.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/dev-python/quixote/quixote-0.6.1.ebuild,v 1.4 2004/06/25 01:48:48 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-0.6.1.ebuild,v 1.5 2005/01/20 02:59:36 gongloo Exp $
PN0="Quixote"
DESCRIPTION="Python HTML templating framework for developing web applications."
diff --git a/dev-python/quixote/quixote-1.0.ebuild b/dev-python/quixote/quixote-1.0.ebuild
index f12afaf14232..ae324c92e103 100644
--- a/dev-python/quixote/quixote-1.0.ebuild
+++ b/dev-python/quixote/quixote-1.0.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/dev-python/quixote/quixote-1.0.ebuild,v 1.2 2004/07/03 16:45:42 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-1.0.ebuild,v 1.3 2005/01/20 02:59:36 gongloo Exp $
MY_P=${P/q/Q}
DESCRIPTION="Python HTML templating framework for developing web applications."
@@ -9,7 +9,7 @@ SRC_URI="http://www.mems-exchange.org/software/files/${PN}/${MY_P}.tar.gz"
LICENSE="CNRI"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="~x86 ~ppc ~ppc-macos"
IUSE=""
inherit distutils