diff options
author | 2004-09-03 16:54:47 +0000 | |
---|---|---|
committer | 2004-09-03 16:54:47 +0000 | |
commit | 6c47bddcb842c5b3ee891ac172d983c0cea7b77f (patch) | |
tree | ca5e10105616a1e6a5e1b62b51d3f02f2b77680e | |
parent | ppc stable profile update (diff) | |
download | historical-6c47bddcb842c5b3ee891ac172d983c0cea7b77f.tar.gz historical-6c47bddcb842c5b3ee891ac172d983c0cea7b77f.tar.bz2 historical-6c47bddcb842c5b3ee891ac172d983c0cea7b77f.zip |
ppc stable profile update
-rw-r--r-- | dev-python/docutils/docutils-0.3-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/docutils/docutils-0.3.3-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/docutils/docutils-0.3_pre20030530-r3.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-0.4.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-0.4.3.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-0.5.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-0.5.1.ebuild | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/dev-python/docutils/docutils-0.3-r1.ebuild b/dev-python/docutils/docutils-0.3-r1.ebuild index a02794386cc4..de5ff2be167c 100644 --- a/dev-python/docutils/docutils-0.3-r1.ebuild +++ b/dev-python/docutils/docutils-0.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/docutils-0.3-r1.ebuild,v 1.7 2004/06/25 01:28:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/docutils-0.3-r1.ebuild,v 1.8 2004/09/03 16:54:47 pvdabeel Exp $ inherit distutils eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/docutils/${P}.tar.gz" LICENSE="public-domain PYTHON BSD" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ppc" IUSE="" DEPEND=">=dev-lang/python-2.1" diff --git a/dev-python/docutils/docutils-0.3.3-r1.ebuild b/dev-python/docutils/docutils-0.3.3-r1.ebuild index b26999769b76..8a0085bc7854 100644 --- a/dev-python/docutils/docutils-0.3.3-r1.ebuild +++ b/dev-python/docutils/docutils-0.3.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/docutils-0.3.3-r1.ebuild,v 1.1 2004/07/20 18:23:59 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/docutils-0.3.3-r1.ebuild,v 1.2 2004/09/03 16:54:47 pvdabeel Exp $ inherit distutils eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/docutils/${P}-alpha.tar.gz" LICENSE="public-domain PYTHON BSD" SLOT="0" -KEYWORDS="~x86 ~ppc ~alpha" +KEYWORDS="~x86 ppc ~alpha" IUSE="" DEPEND=">=dev-lang/python-2.1" diff --git a/dev-python/docutils/docutils-0.3_pre20030530-r3.ebuild b/dev-python/docutils/docutils-0.3_pre20030530-r3.ebuild index 6984103a534f..55a489f19102 100644 --- a/dev-python/docutils/docutils-0.3_pre20030530-r3.ebuild +++ b/dev-python/docutils/docutils-0.3_pre20030530-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/docutils-0.3_pre20030530-r3.ebuild,v 1.6 2004/06/25 01:28:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/docutils-0.3_pre20030530-r3.ebuild,v 1.7 2004/09/03 16:54:47 pvdabeel Exp $ DESCRIPTION="Set of python tools for processing plaintext docs into HTML, XML, etc." HOMEPAGE="http://docutils.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://gentoo/${P}.tgz" LICENSE="public-domain PYTHON BSD" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ~ppc" IUSE="" inherit distutils diff --git a/dev-python/pysqlite/pysqlite-0.4.1.ebuild b/dev-python/pysqlite/pysqlite-0.4.1.ebuild index 9da0860455f6..d3f38755615a 100644 --- a/dev-python/pysqlite/pysqlite-0.4.1.ebuild +++ b/dev-python/pysqlite/pysqlite-0.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.4.1.ebuild,v 1.7 2004/08/05 23:31:05 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.4.1.ebuild,v 1.8 2004/09/03 16:51:04 pvdabeel Exp $ inherit distutils @@ -9,7 +9,7 @@ DESCRIPTION="Python wrapper for the local database Sqlite" SRC_URI="mirror://sourceforge/pysqlite/pysqlite-${PV}.tar.gz" HOMEPAGE="http://pysqlite.sourceforge.net/" -KEYWORDS="x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ppc ~sparc ~alpha" LICENSE="pysqlite" SLOT="0" diff --git a/dev-python/pysqlite/pysqlite-0.4.3.ebuild b/dev-python/pysqlite/pysqlite-0.4.3.ebuild index e4e4919999ab..cf5a148ee687 100644 --- a/dev-python/pysqlite/pysqlite-0.4.3.ebuild +++ b/dev-python/pysqlite/pysqlite-0.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.4.3.ebuild,v 1.6 2004/08/05 23:31:05 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.4.3.ebuild,v 1.7 2004/09/03 16:51:04 pvdabeel Exp $ inherit distutils @@ -9,7 +9,7 @@ DESCRIPTION="Python wrapper for the local database Sqlite" SRC_URI="mirror://sourceforge/pysqlite/pysqlite-${PV}.tar.gz" HOMEPAGE="http://pysqlite.sourceforge.net/" -KEYWORDS="x86 ~ppc sparc ~alpha" +KEYWORDS="x86 ppc sparc ~alpha" LICENSE="pysqlite" SLOT="0" diff --git a/dev-python/pysqlite/pysqlite-0.5.0.ebuild b/dev-python/pysqlite/pysqlite-0.5.0.ebuild index f8f2fde51ea6..212712822261 100644 --- a/dev-python/pysqlite/pysqlite-0.5.0.ebuild +++ b/dev-python/pysqlite/pysqlite-0.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.5.0.ebuild,v 1.7 2004/08/05 23:31:05 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.5.0.ebuild,v 1.8 2004/09/03 16:51:04 pvdabeel Exp $ inherit distutils @@ -9,7 +9,7 @@ DESCRIPTION="Python wrapper for the local database Sqlite" SRC_URI="mirror://sourceforge/pysqlite/pysqlite-${PV}.tar.gz" HOMEPAGE="http://pysqlite.sourceforge.net/" -KEYWORDS="x86 alpha amd64" +KEYWORDS="x86 alpha amd64 ppc" LICENSE="pysqlite" SLOT="0" diff --git a/dev-python/pysqlite/pysqlite-0.5.1.ebuild b/dev-python/pysqlite/pysqlite-0.5.1.ebuild index a9d5aa9fb9ac..9576c668fe75 100644 --- a/dev-python/pysqlite/pysqlite-0.5.1.ebuild +++ b/dev-python/pysqlite/pysqlite-0.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.5.1.ebuild,v 1.2 2004/08/05 23:31:05 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.5.1.ebuild,v 1.3 2004/09/03 16:51:04 pvdabeel Exp $ inherit distutils @@ -9,7 +9,7 @@ DESCRIPTION="Python wrapper for the local database Sqlite" SRC_URI="mirror://sourceforge/pysqlite/pysqlite-${PV}.tar.gz" HOMEPAGE="http://pysqlite.sourceforge.net/" -KEYWORDS="~x86 ~alpha ~amd64" +KEYWORDS="~x86 ~alpha ~amd64 ppc" LICENSE="pysqlite" SLOT="0" |