diff options
Diffstat (limited to 'dev-python/python-docs')
-rw-r--r-- | dev-python/python-docs/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/python-docs/python-docs-2.2.2.ebuild | 5 | ||||
-rw-r--r-- | dev-python/python-docs/python-docs-2.2.3.ebuild | 3 | ||||
-rw-r--r-- | dev-python/python-docs/python-docs-2.3.3-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-python/python-docs/python-docs-2.3.3.ebuild | 3 |
5 files changed, 15 insertions, 6 deletions
diff --git a/dev-python/python-docs/ChangeLog b/dev-python/python-docs/ChangeLog index 388b48c1b55f..c97f1e80969a 100644 --- a/dev-python/python-docs/ChangeLog +++ b/dev-python/python-docs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/python-docs # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.26 2004/03/29 22:43:41 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.27 2004/05/04 12:23:09 kloeri Exp $ + + 04 May 2004; Bryan Østergaard <kloeri@gentoo.org> python-docs-2.2.2.ebuild, + python-docs-2.2.3.ebuild, python-docs-2.3.3-r1.ebuild, + python-docs-2.3.3.ebuild: + Add missing IUSE. *python-docs-2.3.3-r1 (30 Mar 2004) diff --git a/dev-python/python-docs/python-docs-2.2.2.ebuild b/dev-python/python-docs/python-docs-2.2.2.ebuild index 4655cdea232d..1fadc8e837da 100644 --- a/dev-python/python-docs/python-docs-2.2.2.ebuild +++ b/dev-python/python-docs/python-docs-2.2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.2.2.ebuild,v 1.7 2003/09/06 23:32:28 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.2.2.ebuild,v 1.8 2004/05/04 12:23:09 kloeri Exp $ S=${WORKDIR}/${P} DESCRIPTION="HTML documentation for Python" @@ -11,6 +11,7 @@ RDEPEND="" SLOT="2.2" LICENSE="PSF-2.2" KEYWORDS="x86 ppc sparc alpha" +IUSE="" src_unpack() { mkdir ${S} diff --git a/dev-python/python-docs/python-docs-2.2.3.ebuild b/dev-python/python-docs/python-docs-2.2.3.ebuild index af53e9cdd02c..fd0927cceffa 100644 --- a/dev-python/python-docs/python-docs-2.2.3.ebuild +++ b/dev-python/python-docs/python-docs-2.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.2.3.ebuild,v 1.10 2004/03/14 21:04:08 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.2.3.ebuild,v 1.11 2004/05/04 12:23:09 kloeri Exp $ S=${WORKDIR}/${P} DESCRIPTION="HTML documentation for Python" @@ -11,6 +11,7 @@ RDEPEND="" SLOT="2.2" LICENSE="PSF-2.2" KEYWORDS="x86 ppc sparc alpha hppa ia64 amd64 mips s390 ppc64" +IUSE="" src_unpack() { mkdir ${S} diff --git a/dev-python/python-docs/python-docs-2.3.3-r1.ebuild b/dev-python/python-docs/python-docs-2.3.3-r1.ebuild index c0df4e6c13d1..2a3d2a540cf4 100644 --- a/dev-python/python-docs/python-docs-2.3.3-r1.ebuild +++ b/dev-python/python-docs/python-docs-2.3.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.3.3-r1.ebuild,v 1.1 2004/03/29 22:43:41 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.3.3-r1.ebuild,v 1.2 2004/05/04 12:23:09 kloeri Exp $ DESCRIPTION="HTML documentation for Python" HOMEPAGE="http://www.python.org/doc/2.3/" @@ -9,6 +9,7 @@ SRC_URI="http://www.python.org/ftp/python/doc/${PV}/html-${PV}.tar.bz2" LICENSE="PSF-2.2" SLOT="2.3" KEYWORDS="~x86" +IUSE="" DEPEND="" RDEPEND="" diff --git a/dev-python/python-docs/python-docs-2.3.3.ebuild b/dev-python/python-docs/python-docs-2.3.3.ebuild index 45e0d37336db..565b37f5e13c 100644 --- a/dev-python/python-docs/python-docs-2.3.3.ebuild +++ b/dev-python/python-docs/python-docs-2.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.3.3.ebuild,v 1.12 2004/03/10 15:41:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.3.3.ebuild,v 1.13 2004/05/04 12:23:09 kloeri Exp $ DESCRIPTION="HTML documentation for Python" HOMEPAGE="http://www.python.org/doc/2.3/" @@ -9,6 +9,7 @@ SRC_URI="http://www.python.org/ftp/python/doc/${PV}/html-${PV}.tar.bz2" LICENSE="PSF-2.2" SLOT="2.3" KEYWORDS="x86 ppc sparc hppa amd64 s390 alpha ia64" +IUSE="" DEPEND="" RDEPEND="" |