diff options
author | Peter Volkov <pva@gentoo.org> | 2010-02-08 08:55:09 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2010-02-08 08:55:09 +0000 |
commit | d2ef3721f7ae519a160aad9f77a359920ec968c9 (patch) | |
tree | 81f034a63e47756b7130727d5447b6775019078c /dev-util/scons | |
parent | Add inherit eutils for epatch. (diff) | |
download | gentoo-2-d2ef3721f7ae519a160aad9f77a359920ec968c9.tar.gz gentoo-2-d2ef3721f7ae519a160aad9f77a359920ec968c9.tar.bz2 gentoo-2-d2ef3721f7ae519a160aad9f77a359920ec968c9.zip |
Add inherit eutils for epatch.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/scons')
-rw-r--r-- | dev-util/scons/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/scons/scons-1.2.0-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-util/scons/scons-1.2.0_p20091224.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-util/scons/ChangeLog b/dev-util/scons/ChangeLog index 70fb43514217..730d0049b595 100644 --- a/dev-util/scons/ChangeLog +++ b/dev-util/scons/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/scons # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.75 2010/01/08 07:47:30 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.76 2010/02/08 08:55:09 pva Exp $ + + 08 Feb 2010; Peter Volkov <pva@gentoo.org> scons-1.2.0-r1.ebuild, + scons-1.2.0_p20091224.ebuild: + Add inherit eutils for epatch. 08 Jan 2010; Dirkjan Ochtman <djc@gentoo.org> scons-1.2.0_p20091224.ebuild: diff --git a/dev-util/scons/scons-1.2.0-r1.ebuild b/dev-util/scons/scons-1.2.0-r1.ebuild index 1ccefdf2fe01..6fa34341327d 100644 --- a/dev-util/scons/scons-1.2.0-r1.ebuild +++ b/dev-util/scons/scons-1.2.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-1.2.0-r1.ebuild,v 1.7 2009/04/12 18:07:35 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-1.2.0-r1.ebuild,v 1.8 2010/02/08 08:55:09 pva Exp $ EAPI=2 -inherit distutils +inherit eutils distutils DESCRIPTION="Extensible Python-based build utility" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz diff --git a/dev-util/scons/scons-1.2.0_p20091224.ebuild b/dev-util/scons/scons-1.2.0_p20091224.ebuild index 2c6450819d1a..01027f1f5247 100644 --- a/dev-util/scons/scons-1.2.0_p20091224.ebuild +++ b/dev-util/scons/scons-1.2.0_p20091224.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-1.2.0_p20091224.ebuild,v 1.2 2010/01/08 07:47:30 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-1.2.0_p20091224.ebuild,v 1.3 2010/02/08 08:55:09 pva Exp $ EAPI=2 -inherit distutils +inherit eutils distutils MY_PV=${PV/_p/.d} |