diff options
author | Paul Varner <fuzzyray@gentoo.org> | 2013-09-04 22:24:11 +0000 |
---|---|---|
committer | Paul Varner <fuzzyray@gentoo.org> | 2013-09-04 22:24:11 +0000 |
commit | f9c04fcc8cb32e99d3c1f02f50c86967017350d7 (patch) | |
tree | 8d970cf50e33fe4bc058b15e9c094c81e96eb52e /app-portage | |
parent | Copy mariadb-5.5.32 from the overlay - thanks to Brian Evans <grknight AT lav... (diff) | |
download | gentoo-2-f9c04fcc8cb32e99d3c1f02f50c86967017350d7.tar.gz gentoo-2-f9c04fcc8cb32e99d3c1f02f50c86967017350d7.tar.bz2 gentoo-2-f9c04fcc8cb32e99d3c1f02f50c86967017350d7.zip |
Remove dosym calls for eclean-dist and eclean-pkg, since they are now actual files.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xDCB4A7FF)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gentoolkit/ChangeLog | 6 | ||||
-rw-r--r-- | app-portage/gentoolkit/gentoolkit-9999.ebuild | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/app-portage/gentoolkit/ChangeLog b/app-portage/gentoolkit/ChangeLog index b148f1e9b754..3843fdec16c4 100644 --- a/app-portage/gentoolkit/ChangeLog +++ b/app-portage/gentoolkit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-portage/gentoolkit # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/ChangeLog,v 1.295 2013/08/30 00:59:18 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/ChangeLog,v 1.296 2013/09/04 22:24:11 fuzzyray Exp $ + + 04 Sep 2013; Paul Varner <fuzzyray@gentoo.org> gentoolkit-9999.ebuild: + Remove dosym calls for eclean-dist and eclean-pkg, since they are now actual + files. 30 Aug 2013; Mike Gilbert <floppym@gentoo.org> gentoolkit-9999.ebuild: Call distutils-r1_python_prepare_all. diff --git a/app-portage/gentoolkit/gentoolkit-9999.ebuild b/app-portage/gentoolkit/gentoolkit-9999.ebuild index bb7d66ce2913..c8f08df754a8 100644 --- a/app-portage/gentoolkit/gentoolkit-9999.ebuild +++ b/app-portage/gentoolkit/gentoolkit-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-9999.ebuild,v 1.28 2013/08/30 00:59:18 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-9999.ebuild,v 1.29 2013/09/04 22:24:11 fuzzyray Exp $ EAPI="5" @@ -56,9 +56,6 @@ python_install_all() { rm -rf "${ED}"/etc/revdep-rebuild rm -rf "${ED}"/var fi - # Can distutils handle this? - dosym eclean /usr/bin/eclean-dist - dosym eclean /usr/bin/eclean-pkg } pkg_postinst() { |