diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-05-22 15:36:57 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-05-22 15:36:57 +0000 |
commit | c613220682a92ee6cf00bbf0ba082f0f90db2ab9 (patch) | |
tree | 599126c79b64a703ca2e691eac5b9c9c3f728dc0 /dev-python | |
parent | whitespace (diff) | |
download | gentoo-2-c613220682a92ee6cf00bbf0ba082f0f90db2ab9.tar.gz gentoo-2-c613220682a92ee6cf00bbf0ba082f0f90db2ab9.tar.bz2 gentoo-2-c613220682a92ee6cf00bbf0ba082f0f90db2ab9.zip |
Remove older versions.
(Portage version: 13625-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/python-docs/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/python-docs/python-docs-2.2.3.ebuild | 26 | ||||
-rw-r--r-- | dev-python/python-docs/python-docs-2.3.5.ebuild | 27 | ||||
-rw-r--r-- | dev-python/python-docs/python-docs-2.4.3.ebuild | 37 | ||||
-rw-r--r-- | dev-python/python-docs/python-docs-2.5.2.ebuild | 32 | ||||
-rw-r--r-- | dev-python/python-docs/python-docs-2.5.ebuild | 30 | ||||
-rw-r--r-- | dev-python/python-docs/python-docs-2.6.1.ebuild | 29 |
7 files changed, 8 insertions, 183 deletions
diff --git a/dev-python/python-docs/ChangeLog b/dev-python/python-docs/ChangeLog index 4a666463ef8c..e52c7e61809c 100644 --- a/dev-python/python-docs/ChangeLog +++ b/dev-python/python-docs/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/python-docs -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.108 2009/04/18 20:06:12 arfrever Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.109 2009/05/22 15:36:57 arfrever Exp $ + + 22 May 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -python-docs-2.2.3.ebuild, -python-docs-2.3.5.ebuild, + -python-docs-2.4.3.ebuild, -python-docs-2.5.ebuild, + -python-docs-2.5.2.ebuild, -python-docs-2.6.1.ebuild: + Remove older versions. *python-docs-2.6.2 (18 Apr 2009) diff --git a/dev-python/python-docs/python-docs-2.2.3.ebuild b/dev-python/python-docs/python-docs-2.2.3.ebuild deleted file mode 100644 index 34b0024bca5e..000000000000 --- a/dev-python/python-docs/python-docs-2.2.3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# 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.15 2007/07/11 06:19:47 mr_bones_ Exp $ - -DESCRIPTION="HTML documentation for Python" -SRC_URI="http://www.python.org/ftp/python/doc/${PV}/html-${PV}.tar.bz2" -HOMEPAGE="http://www.python.org/doc/2.2/" -DEPEND="" -RDEPEND="" -SLOT="2.2" -LICENSE="PSF-2.2" -KEYWORDS="x86 ppc sparc alpha hppa ia64 amd64 mips s390 ppc64" -IUSE="" - -src_unpack() { - mkdir ${S} - cd ${S} - unpack ${A} -} - -src_install() { - docinto html - cp -R ${S}/* ${D}/usr/share/doc/${PF}/html - dodir /etc/env.d - echo "PYTHONDOCS=/usr/share/doc/${PF}/html" > ${D}/etc/env.d/50python-docs -} diff --git a/dev-python/python-docs/python-docs-2.3.5.ebuild b/dev-python/python-docs/python-docs-2.3.5.ebuild deleted file mode 100644 index ce34bea4fb8c..000000000000 --- a/dev-python/python-docs/python-docs-2.3.5.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.3.5.ebuild,v 1.12 2007/05/07 12:46:26 kloeri Exp $ - -DESCRIPTION="HTML documentation for Python" -HOMEPAGE="http://www.python.org/doc/2.3/" -SRC_URI="http://www.python.org/ftp/python/doc/${PV}/html-${PV}.tar.bz2" - -LICENSE="PSF-2.2" -SLOT="2.3" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -S=${WORKDIR} - -src_install() { - docinto html - cp -R ${S}/Python-Docs-${PV}/* ${D}/usr/share/doc/${PF}/html -} - -pkg_preinst() { - dodir /etc/env.d - echo "PYTHONDOCS=/usr/share/doc/${PF}/html/lib" > ${D}/etc/env.d/50python-docs -} diff --git a/dev-python/python-docs/python-docs-2.4.3.ebuild b/dev-python/python-docs/python-docs-2.4.3.ebuild deleted file mode 100644 index feb047d9cca2..000000000000 --- a/dev-python/python-docs/python-docs-2.4.3.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.4.3.ebuild,v 1.10 2006/10/18 11:04:34 uberlord Exp $ - -DESCRIPTION="HTML documentation for Python" -HOMEPAGE="http://www.python.org/doc/${PV}/" -SRC_URI="http://www.python.org/ftp/python/doc/${PV}/html-${PV}.tar.bz2 -http://www.python.org/ftp/python/doc/${PV}/info-${PV}.tar.bz2" - -LICENSE="PSF-2.2" -SLOT="2.4" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="" - -DEPEND="" -RDEPEND="" - -S=${WORKDIR} - -src_unpack() { - unpack html-${PV}.tar.bz2 - mkdir ${S}/info - cd ${S}/info - unpack info-${PV}.tar.bz2 - rm -f README python.dir -} - -src_install() { - docinto html - cp -R ${S}/Python-Docs-${PV}/* ${D}/usr/share/doc/${PF}/html - - insinto /usr/share/info - doins ${S}/info/* - - dodir /etc/env.d - echo "PYTHONDOCS=/usr/share/doc/${PF}/html" > ${D}/etc/env.d/50python-docs -} diff --git a/dev-python/python-docs/python-docs-2.5.2.ebuild b/dev-python/python-docs/python-docs-2.5.2.ebuild deleted file mode 100644 index f48498f04028..000000000000 --- a/dev-python/python-docs/python-docs-2.5.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.5.2.ebuild,v 1.1 2008/08/07 00:23:39 jer Exp $ - -DESCRIPTION="HTML documentation for Python" -HOMEPAGE="http://www.python.org/doc/${PV}/" -SRC_URI="http://www.python.org/ftp/python/doc/${PV}/html-${PV}.tar.bz2" - -LICENSE="PSF-2.2" -SLOT="2.5" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" -IUSE="" - -DEPEND="" -RDEPEND="" - -S=${WORKDIR} - -src_unpack() { - unpack html-${PV}.tar.bz2 - rm -f README python.dir -} - -src_install() { - docinto html - cp -R "${S}"/Python-Docs-${PV}/* ${D}/usr/share/doc/${PF}/html -} - -pkg_preinst() { - dodir /etc/env.d - echo "PYTHONDOCS=/usr/share/doc/${PF}/html/lib" > ${D}/etc/env.d/50python-docs -} diff --git a/dev-python/python-docs/python-docs-2.5.ebuild b/dev-python/python-docs/python-docs-2.5.ebuild deleted file mode 100644 index 0c4c04dee1cb..000000000000 --- a/dev-python/python-docs/python-docs-2.5.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.5.ebuild,v 1.3 2006/10/18 11:04:34 uberlord Exp $ - -DESCRIPTION="HTML documentation for Python" -HOMEPAGE="http://www.python.org/doc/${PV}/" -SRC_URI="http://www.python.org/ftp/python/doc/${PV}/html-${PV}.tar.bz2" - -LICENSE="PSF-2.2" -SLOT="2.5" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" -IUSE="" - -DEPEND="" -RDEPEND="" - -S=${WORKDIR} - -src_unpack() { - unpack html-${PV}.tar.bz2 - rm -f README python.dir -} - -src_install() { - docinto html - cp -R ${S}/Python-Docs-${PV}/* ${D}/usr/share/doc/${PF}/html - - dodir /etc/env.d - echo "PYTHONDOCS=/usr/share/doc/${PF}/html" > ${D}/etc/env.d/50python-docs -} diff --git a/dev-python/python-docs/python-docs-2.6.1.ebuild b/dev-python/python-docs/python-docs-2.6.1.ebuild deleted file mode 100644 index 5f33011bb1c3..000000000000 --- a/dev-python/python-docs/python-docs-2.6.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.6.1.ebuild,v 1.1 2008/12/24 20:28:56 neurogeek Exp $ - -EAPI="2" - -DESCRIPTION="HTML documentation for Python" -HOMEPAGE="http://www.python.org/doc/" -SRC_URI="http://www.python.org/ftp/python/doc/${PV}/python-${PV}-docs-html.tar.bz2" - -LICENSE="PSF-2.2" -SLOT="2.6" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" -IUSE="" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}/python-docs-html" - -src_install() { - docinto html - cp -R [a-z]* _static "${D}/usr/share/doc/${PF}/html" -} - -pkg_preinst() { - dodir /etc/env.d - echo "PYTHONDOCS=/usr/share/doc/${PF}/html/library" > "${D}/etc/env.d/50python-docs" -} |