# HG changeset patch # User Binki # Date 2009-08-05 09:10:50 # Node ID 65865800e5e88288d55a2a2735030f34c413d21c # Parent e45537ddbbcb565b91b2eea394ae20102b924e21 dev-util/scons: deleted, newer version in Portage diff --git a/dev-util/scons/ChangeLog b/dev-util/scons/ChangeLog deleted file mode 100644 --- a/dev-util/scons/ChangeLog +++ /dev/null @@ -1,46 +0,0 @@ -# ChangeLog for dev-util/scons -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.64 2008/10/27 00:03:55 jer Exp $ - - 08 Nov 2008; Nathan Brink (not Gentoo dev) - Version bump according to Gentoo bug #242532. - -*scons-1.1.0 (07 Nov 2008) - - 27 Oct 2008; Jeroen Roovers scons-1.0.0.ebuild: - Stable for HPPA (bug #242766). - - 25 Oct 2008; nixnut scons-1.0.0.ebuild: - Stable on ppc wrt bug 242766 - - 21 Oct 2008; Raúl Porcel scons-1.0.0.ebuild: - alpha/ia64/sparc stable wrt #242766 - - 19 Oct 2008; Markus Meier scons-1.0.0.ebuild: - amd64/x86 stable, bug #242766 - -*scons-1.0.0 (19 Aug 2008) - - 19 Aug 2008; Jesus Rivero scons-0.97.ebuild, - -scons-0.98.3.ebuild, -scons-0.98.4.ebuild, -scons-0.98.5.ebuild, - +scons-1.0.0.ebuild: - Version bump. Removed old versions. Fixed 0.97 ebuild and this closes bug - #107013 - -*scons-0.98.5 (19 Jul 2008) - - 19 Jul 2008; Ali Polatel +scons-0.98.5.ebuild: - Version bump. - - 14 Jun 2008; Zac Medico scons-0.97.ebuild, - scons-0.98.3.ebuild, scons-0.98.4.ebuild: - Bug #226505 - For compatibity with phase execution order in - >=portage-2.1.5, call has_version inside pkg_preinst instead of - pkg_postinst. - -*scons-0.98.4 (29 May 2008) - - 29 May 2008; Ali Polatel -scons-0.96.1.ebuild, - -scons-0.96.94.ebuild, +scons-0.98.4.ebuild: - Version bump. Drop old. - diff --git a/dev-util/scons/Manifest b/dev-util/scons/Manifest deleted file mode 100644 --- a/dev-util/scons/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST scons-1.1.0.tar.gz 558557 RMD160 c89fbe94484695b79256b89b76b9ba3030f029c9 SHA1 bb34a048e907f9a0c20f84ecc21a6ea0479fab99 SHA256 e041a4696392ea3eb06bf9e7ef1bd838882a4754003fe1d5bd650d2e2a7befb9 -EBUILD scons-1.1.0.ebuild 1145 RMD160 ff9e6be7abb11262b2f08434efc7f03d4eb7a1f2 SHA1 ed628fb7f0a3894a5afc38d5d4e85f7f2bc02fa1 SHA256 1619839418c7b27df908eda170572190584eaab10378977cb947a166946219cf -MISC ChangeLog 1578 RMD160 1791933aa3add91d826c4021319708b4681a3a69 SHA1 afd2d1e53895b6dd5999fa72c066c63cc0fd7b03 SHA256 6fddc6df9aa16eaf302d0b3e952743b0ef275ffffccc931d635877cacf799970 -MISC metadata.xml 259 RMD160 e07f81006af8091709da130bf7766960545d08b1 SHA1 d68efa412545d069a60b0e13c20b910a5680eeaa SHA256 d20eefe0b0976cc928c0e17b9e5ba6c670f30ebb49086955e6f6b335fbb597ef diff --git a/dev-util/scons/metadata.xml b/dev-util/scons/metadata.xml deleted file mode 100644 --- a/dev-util/scons/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - python - - python@gentoo.org - Python Project Team - - diff --git a/dev-util/scons/scons-1.1.0.ebuild b/dev-util/scons/scons-1.1.0.ebuild deleted file mode 100644 --- a/dev-util/scons/scons-1.1.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-1.0.0.ebuild,v 1.5 2008/10/27 00:03:55 jer Exp $ - -NEED_PYTHON="1.5.2" - -inherit distutils - -DESCRIPTION="Extensible Python-based build utility" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -HOMEPAGE="http://www.scons.org/" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ~ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -DOCS="RELEASE.txt CHANGES.txt LICENSE.txt" - -src_install () { - distutils_src_install - # move man pages from /usr/man to /usr/share/man - dodir /usr/share - mv "${D}"/usr/man "${D}"/usr/share -} - -pkg_preinst() { - # clean up stale junk left there by old faulty ebuilds - # see Bug 118022 and Bug 132448 and Bug 107013 - einfo "Cleaning up stale orphaned py[co] files..." - einfo "Checking for /usr/lib/${P}/SCons" - [[ -d "${ROOT}/usr/$(get_libdir)/${P}/SCons" ]] \ - && rm -rf "${ROOT}/usr/$(get_libdir)/${P}/SCons" - einfo "Done." -} - -pkg_postinst() { - python_mod_optimize /usr/$(get_libdir)/${P} -} - -pkg_postrm() { - python_mod_cleanup /usr/$(get_libdir)/${P} -}