diff options
author | 2008-10-25 15:08:14 +0000 | |
---|---|---|
committer | 2008-10-25 15:08:14 +0000 | |
commit | ecac8c93d1d331952906bb31268e7738312352ba (patch) | |
tree | 19e5231d05d8be6ddadbb34614175db26b0edc86 /dev-lang/python | |
parent | stable amd64, bug 244248 (diff) | |
download | gentoo-2-ecac8c93d1d331952906bb31268e7738312352ba.tar.gz gentoo-2-ecac8c93d1d331952906bb31268e7738312352ba.tar.bz2 gentoo-2-ecac8c93d1d331952906bb31268e7738312352ba.zip |
Revbump. Bump eselect-python DEPEND to fix bug 240149. Don't install empty directories.
(Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'dev-lang/python')
-rw-r--r-- | dev-lang/python/ChangeLog | 9 | ||||
-rw-r--r-- | dev-lang/python/python-2.6-r3.ebuild (renamed from dev-lang/python/python-2.6-r2.ebuild) | 7 |
2 files changed, 13 insertions, 3 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index 2f780c1003d2..f5346dd3bbd3 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-lang/python # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.349 2008/10/07 23:04:02 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.350 2008/10/25 15:08:14 hawking Exp $ + +*python-2.6-r3 (25 Oct 2008) + + 25 Oct 2008; Ali Polatel <hawking@gentoo.org> -python-2.6-r2.ebuild, + +python-2.6-r3.ebuild: + Revbump. Bump eselect-python DEPEND to fix bug 240149. Don't install empty + directories. *python-2.6-r2 (07 Oct 2008) diff --git a/dev-lang/python/python-2.6-r2.ebuild b/dev-lang/python/python-2.6-r3.ebuild index c33957c233b3..7a6732f3b291 100644 --- a/dev-lang/python/python-2.6-r2.ebuild +++ b/dev-lang/python/python-2.6-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6-r2.ebuild,v 1.1 2008/10/07 23:04:02 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6-r3.ebuild,v 1.1 2008/10/25 15:08:14 hawking Exp $ # NOTE about python-portage interactions : # - Do not add a pkg_setup() check for a certain version of portage @@ -32,7 +32,7 @@ IUSE="ncurses gdbm ssl readline tk berkdb bootstrap ipv6 build ucs2 sqlite doc + # NOTE: dev-python/{elementtree,celementtree,pysqlite,ctypes,cjkcodecs} # do not conflict with the ones in python proper. - liquidx -DEPEND=">=app-admin/eselect-python-20080630 +DEPEND=">=app-admin/eselect-python-20080925 >=sys-libs/zlib-1.1.3 !build? ( sqlite? ( >=dev-db/sqlite-3 ) @@ -205,6 +205,9 @@ src_install() { newinitd "${FILESDIR}/pydoc.init" pydoc-${SLOT} newconfd "${FILESDIR}/pydoc.conf" pydoc-${SLOT} + + # Installs empty directory. + rmdir "${D}"/usr/$(get_libdir)/${PN}${PV}/lib-old } pkg_postrm() { |