summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-08-24 02:00:05 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-08-24 02:00:05 +0000
commit978f0508b739dcba308827e2d670c67395eb0647 (patch)
tree8988bf2608daee499d0d3750dc2b945349cb6f3f /dev-python/python-docs
parentUpdate calls to 'eselect python update'. (diff)
downloadgentoo-2-978f0508b739dcba308827e2d670c67395eb0647.tar.gz
gentoo-2-978f0508b739dcba308827e2d670c67395eb0647.tar.bz2
gentoo-2-978f0508b739dcba308827e2d670c67395eb0647.zip
Version bump.
(Portage version: 14134-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/python-docs')
-rw-r--r--dev-python/python-docs/ChangeLog9
-rw-r--r--dev-python/python-docs/python-docs-2.5.1.ebuild37
-rw-r--r--dev-python/python-docs/python-docs-2.6.2.ebuild34
-rw-r--r--dev-python/python-docs/python-docs-3.1.1.ebuild (renamed from dev-python/python-docs/python-docs-3.1.ebuild)6
4 files changed, 11 insertions, 75 deletions
diff --git a/dev-python/python-docs/ChangeLog b/dev-python/python-docs/ChangeLog
index 84e8665c86ee..42926b40675c 100644
--- a/dev-python/python-docs/ChangeLog
+++ b/dev-python/python-docs/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-python/python-docs
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.122 2009/08/16 08:20:49 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.123 2009/08/24 02:00:05 arfrever Exp $
+
+*python-docs-3.1.1 (24 Aug 2009)
+
+ 24 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -python-docs-2.5.1.ebuild, -python-docs-2.6.2.ebuild,
+ -python-docs-3.1.ebuild, +python-docs-3.1.1.ebuild:
+ Version bump.
16 Aug 2009; Christian Faulhammer <fauli@gentoo.org>
python-docs-2.6.2-r1.ebuild:
diff --git a/dev-python/python-docs/python-docs-2.5.1.ebuild b/dev-python/python-docs/python-docs-2.5.1.ebuild
deleted file mode 100644
index ed781004a166..000000000000
--- a/dev-python/python-docs/python-docs-2.5.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2009 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.1.ebuild,v 1.11 2009/05/22 22:39:24 arfrever 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_postinst() {
- echo "PYTHONDOCS=/usr/share/doc/${PF}/html/lib" > "${ROOT}etc/env.d/50python-docs"
-}
-
-pkg_postrm() {
- if ! has_version "<dev-python/python-docs-2.5" && ! has_version ">=dev-python/python-docs-2.6"; then
- rm -f "${ROOT}etc/env.d/50python-docs"
- fi
-}
diff --git a/dev-python/python-docs/python-docs-2.6.2.ebuild b/dev-python/python-docs/python-docs-2.6.2.ebuild
deleted file mode 100644
index 5ca5d71ba2c1..000000000000
--- a/dev-python/python-docs/python-docs-2.6.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2009 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.2.ebuild,v 1.2 2009/05/22 22:39:24 arfrever 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-${PV}-docs-html"
-
-src_install() {
- docinto html
- cp -R [a-z]* _static "${D}/usr/share/doc/${PF}/html"
-}
-
-pkg_postinst() {
- echo "PYTHONDOCS=/usr/share/doc/${PF}/html/library" > "${ROOT}etc/env.d/50python-docs"
-}
-
-pkg_postrm() {
- if ! has_version "<dev-python/python-docs-2.6" && ! has_version ">=dev-python/python-docs-2.7"; then
- rm -f "${ROOT}etc/env.d/50python-docs"
- fi
-}
diff --git a/dev-python/python-docs/python-docs-3.1.ebuild b/dev-python/python-docs/python-docs-3.1.1.ebuild
index 0130be09f8b0..849e74c11224 100644
--- a/dev-python/python-docs/python-docs-3.1.ebuild
+++ b/dev-python/python-docs/python-docs-3.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.1.ebuild,v 1.1 2009/08/01 21:45:26 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.1.1.ebuild,v 1.1 2009/08/24 02:00:05 arfrever Exp $
DESCRIPTION="HTML documentation for Python"
HOMEPAGE="http://www.python.org/doc/"
@@ -26,11 +26,11 @@ src_install() {
pkg_postinst() {
:
-# eselect python update --ignore 3.0 --ignore 3.1
+# eselect python update --ignore 3.0 --ignore 3.1 --ignore 3.2
}
pkg_postrm() {
-# eselect python update --ignore 3.0 --ignore 3.1
+# eselect python update --ignore 3.0 --ignore 3.1 --ignore 3.2
if ! has_version "<dev-python/python-docs-${SLOT}_alpha" && ! has_version ">=dev-python/python-docs-${SLOT%.*}.$((${SLOT#*.}+1))_alpha"; then
rm -f "${ROOT}etc/env.d/65python-docs"