idella4 14/09/08 08:14:18
Modified: ChangeLog
Added: python-docs-2.7.8.ebuild python-docs-2.7.7.ebuild
python-docs-3.4.1.ebuild
Removed: python-docs-2.5.4-r1.ebuild
python-docs-3.1.5.ebuild
python-docs-2.4.4-r1.ebuild
python-docs-2.6.9.ebuild python-docs-3.2.5.ebuild
python-docs-2.6.8.ebuild python-docs-3.2.4.ebuild
python-docs-3.2.3.ebuild
Log:
bumps; rm some very old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
0xB8072B0D)
Revision Changes Path
1.195 dev-python/python-docs/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/ChangeLog?rev=1.195&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/ChangeLog?rev=1.195&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/ChangeLog?r1=1.194&r2=1.195
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -r1.194 -r1.195
--- ChangeLog 4 Sep 2014 03:11:17 -0000 1.194
+++ ChangeLog 8 Sep 2014 08:14:18 -0000 1.195
@@ -1,6 +1,18 @@
# ChangeLog for dev-python/python-docs
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.194
2014/09/04 03:11:17 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.195
2014/09/08 08:14:18 idella4 Exp $
+
+*python-docs-3.4.1 (08 Sep 2014)
+*python-docs-2.7.7 (08 Sep 2014)
+*python-docs-2.7.8 (08 Sep 2014)
+
+ 08 Sep 2014; Ian Delaney <[email protected]> +python-docs-2.7.7.ebuild,
+ +python-docs-2.7.8.ebuild, +python-docs-3.4.1.ebuild,
+ -python-docs-2.4.4-r1.ebuild, -python-docs-2.5.4-r1.ebuild,
+ -python-docs-2.6.8.ebuild, -python-docs-2.6.9.ebuild,
+ -python-docs-3.1.5.ebuild, -python-docs-3.2.3.ebuild,
+ -python-docs-3.2.4.ebuild, -python-docs-3.2.5.ebuild:
+ bumps; rm some very old
*python-docs-3.4.0-r1 (04 Sep 2014)
*python-docs-2.7.6-r1 (04 Sep 2014)
1.1 dev-python/python-docs/python-docs-2.7.8.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-2.7.8.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-2.7.8.ebuild?rev=1.1&content-type=text/plain
Index: python-docs-2.7.8.ebuild
===================================================================
# Copyright 1999-2014 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.7.8.ebuild,v 1.1
2014/09/08 08:14:18 idella4 Exp $
EAPI="5"
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"
SLOT="2.7"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux
~ppc-macos ~x64-macos ~x86-macos"
IUSE=""
DEPEND=""
RDEPEND=""
S="${WORKDIR}/python-${PV}-docs-html"
src_install() {
dohtml -A xml -A inv -r ./
echo
"PYTHONDOCS_${SLOT//./_}=\"${EPREFIX}/usr/share/doc/${PF}/html/library\"" >
"60python-docs-${SLOT}"
doenvd "60python-docs-${SLOT}"
}
pkg_postrm() {
if ! has_version "<dev-python/python-docs-${SLOT}_alpha" && !
has_version ">=dev-python/python-docs-${SLOT%.*}.$((${SLOT#*.}+1))_alpha"; then
rm -f "${EROOT}etc/env.d/65python-docs"
fi
}
1.1 dev-python/python-docs/python-docs-2.7.7.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-2.7.7.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-2.7.7.ebuild?rev=1.1&content-type=text/plain
Index: python-docs-2.7.7.ebuild
===================================================================
# Copyright 1999-2014 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.7.7.ebuild,v 1.1
2014/09/08 08:14:18 idella4 Exp $
EAPI="5"
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"
SLOT="2.7"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux
~ppc-macos ~x64-macos ~x86-macos"
IUSE=""
DEPEND=""
RDEPEND=""
S="${WORKDIR}/python-${PV}-docs-html"
src_install() {
dohtml -A xml -A inv -r ./
echo
"PYTHONDOCS_${SLOT//./_}=\"${EPREFIX}/usr/share/doc/${PF}/html/library\"" >
"60python-docs-${SLOT}"
doenvd "60python-docs-${SLOT}"
}
pkg_postrm() {
if ! has_version "<dev-python/python-docs-${SLOT}_alpha" && !
has_version ">=dev-python/python-docs-${SLOT%.*}.$((${SLOT#*.}+1))_alpha"; then
rm -f "${EROOT}etc/env.d/65python-docs"
fi
}
1.1 dev-python/python-docs/python-docs-3.4.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-3.4.1.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-3.4.1.ebuild?rev=1.1&content-type=text/plain
Index: python-docs-3.4.1.ebuild
===================================================================
# Copyright 1999-2014 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.4.1.ebuild,v 1.1
2014/09/08 08:14:18 idella4 Exp $
EAPI="5"
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"
SLOT="3.4"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux
~ppc-macos ~x64-macos ~x86-macos"
IUSE=""
DEPEND=""
RDEPEND=""
S="${WORKDIR}/python-${PV}-docs-html"
pkg_setup() {
# Compatibility with Arfrever's pre-release ebuilds.
# Remove this in python-docs-3.4.1.
if has_version "=dev-lang/python-3.4_pre*[doc]"; then
rm -f "${EROOT}etc/env.d/60python-docs-3.4"
fi
}
src_install() {
dohtml -A xml -A inv -r ./
echo
"PYTHONDOCS_${SLOT//./_}=\"${EPREFIX}/usr/share/doc/${PF}/html/library\"" >
"60python-docs-${SLOT}"
doenvd "60python-docs-${SLOT}"
}
pkg_postrm() {
if ! has_version "<dev-python/python-docs-${SLOT}_alpha" && !
has_version ">=dev-python/python-docs-${SLOT%.*}.$((${SLOT#*.}+1))_alpha"; then
rm -f "${EROOT}etc/env.d/65python-docs"
fi
}