diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2015-05-16 06:05:45 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2015-05-16 06:05:45 +0000 |
commit | d518f36057ab86ba5e2847b3761ea6bd308619a9 (patch) | |
tree | 1cec918f741ce39038e0468ac79c1800a6698dc6 /dev-vcs | |
parent | look in both places for old and new udev package locations of udevadm (bug #5... (diff) | |
download | gentoo-2-d518f36057ab86ba5e2847b3761ea6bd308619a9.tar.gz gentoo-2-d518f36057ab86ba5e2847b3761ea6bd308619a9.tar.bz2 gentoo-2-d518f36057ab86ba5e2847b3761ea6bd308619a9.zip |
distutils_pkg_postinst() is now gone (bug #549554, thanks to Toralf Förster).
(Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 0x18E5B6F2D8D5EC8D)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/bzr-fastimport/ChangeLog | 7 | ||||
-rw-r--r-- | dev-vcs/bzr-fastimport/bzr-fastimport-0.13.0.ebuild | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-vcs/bzr-fastimport/ChangeLog b/dev-vcs/bzr-fastimport/ChangeLog index 69f23df11a0a..31ab1d7b5c84 100644 --- a/dev-vcs/bzr-fastimport/ChangeLog +++ b/dev-vcs/bzr-fastimport/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-vcs/bzr-fastimport # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-fastimport/ChangeLog,v 1.10 2015/04/08 17:53:03 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-fastimport/ChangeLog,v 1.11 2015/05/16 06:05:45 tetromino Exp $ + + 16 May 2015; Alexandre Rostovtsev <tetromino@gentoo.org> + bzr-fastimport-0.13.0.ebuild: + distutils_pkg_postinst() is now gone (bug #549554, thanks to Toralf + Förster). 08 Apr 2015; Michał Górny <mgorny@gentoo.org> bzr-fastimport-0.13.0.ebuild: Drop old Python implementations diff --git a/dev-vcs/bzr-fastimport/bzr-fastimport-0.13.0.ebuild b/dev-vcs/bzr-fastimport/bzr-fastimport-0.13.0.ebuild index beb3feb9561b..6786c3cad8d0 100644 --- a/dev-vcs/bzr-fastimport/bzr-fastimport-0.13.0.ebuild +++ b/dev-vcs/bzr-fastimport/bzr-fastimport-0.13.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-fastimport/bzr-fastimport-0.13.0.ebuild,v 1.6 2015/04/08 17:53:03 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-fastimport/bzr-fastimport-0.13.0.ebuild,v 1.7 2015/05/16 06:05:45 tetromino Exp $ EAPI="5" @@ -24,7 +24,6 @@ DEPEND="" DOCS=( NEWS README.txt doc/notes.txt ) pkg_postinst() { - distutils_pkg_postinst elog "These commands need additional dependencies:" elog elog "bzr fast-export-from-darcs: dev-vcs/darcs" |