diff options
Diffstat (limited to 'dev-util/scons')
-rw-r--r-- | dev-util/scons/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/scons/scons-2.3.0.ebuild | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-util/scons/ChangeLog b/dev-util/scons/ChangeLog index a25ad4682114..ea3a37069a85 100644 --- a/dev-util/scons/ChangeLog +++ b/dev-util/scons/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/scons # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.132 2013/09/07 19:28:59 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.133 2013/09/07 19:34:59 floppym Exp $ + + 07 Sep 2013; Mike Gilbert <floppym@gentoo.org> scons-2.3.0.ebuild: + Revert previous change; wrong shebangs get installed. 07 Sep 2013; Mike Gilbert <floppym@gentoo.org> +files/scons-install-scripts.patch, scons-2.3.0.ebuild: diff --git a/dev-util/scons/scons-2.3.0.ebuild b/dev-util/scons/scons-2.3.0.ebuild index 1117d28ed3f5..a96fcbf116d0 100644 --- a/dev-util/scons/scons-2.3.0.ebuild +++ b/dev-util/scons/scons-2.3.0.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/dev-util/scons/scons-2.3.0.ebuild,v 1.2 2013/09/07 19:28:59 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.3.0.ebuild,v 1.3 2013/09/07 19:34:59 floppym Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -23,10 +23,6 @@ python_prepare_all() { local PATCHES=( "${FILESDIR}/scons-1.2.0-popen.patch" "${FILESDIR}/${PN}-2.1.0-jython.patch" - - # Build system does not use build_scripts properly. - # http://scons.tigris.org/issues/show_bug.cgi?id=2891 - "${FILESDIR}/scons-install-scripts.patch" ) # https://bugs.gentoo.org/show_bug.cgi?id=361061 @@ -49,4 +45,8 @@ python_install_all() { distutils-r1_python_install_all use doc && dodoc "${DISTDIR}"/${P}-user.{pdf,html} + + # Build system does not use build_scripts properly. + # http://scons.tigris.org/issues/show_bug.cgi?id=2891 + python_replicate_script "${ED}"usr/bin/scons{,ign,-time} } |