public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/scons: ChangeLog scons-1.2.0-r1.ebuild scons-1.2.0_p20091224.ebuild
@ 2010-02-08  8:55 Peter Volkov (pva)
  0 siblings, 0 replies; only message in thread
From: Peter Volkov (pva) @ 2010-02-08  8:55 UTC (permalink / raw
  To: gentoo-commits

pva         10/02/08 08:55:10

  Modified:             ChangeLog scons-1.2.0-r1.ebuild
                        scons-1.2.0_p20091224.ebuild
  Log:
  Add inherit eutils for epatch.
  (Portage version: 2.1.7.17/cvs/Linux x86_64)

Revision  Changes    Path
1.76                 dev-util/scons/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/scons/ChangeLog?rev=1.76&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/scons/ChangeLog?rev=1.76&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/scons/ChangeLog?r1=1.75&r2=1.76

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog	8 Jan 2010 07:47:30 -0000	1.75
+++ ChangeLog	8 Feb 2010 08:55:09 -0000	1.76
@@ -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:



1.8                  dev-util/scons/scons-1.2.0-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/scons/scons-1.2.0-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/scons/scons-1.2.0-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/scons/scons-1.2.0-r1.ebuild?r1=1.7&r2=1.8

Index: scons-1.2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/scons/scons-1.2.0-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- scons-1.2.0-r1.ebuild	12 Apr 2009 18:07:35 -0000	1.7
+++ scons-1.2.0-r1.ebuild	8 Feb 2010 08:55:09 -0000	1.8
@@ -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



1.3                  dev-util/scons/scons-1.2.0_p20091224.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/scons/scons-1.2.0_p20091224.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/scons/scons-1.2.0_p20091224.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/scons/scons-1.2.0_p20091224.ebuild?r1=1.2&r2=1.3

Index: scons-1.2.0_p20091224.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/scons/scons-1.2.0_p20091224.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- scons-1.2.0_p20091224.ebuild	8 Jan 2010 07:47:30 -0000	1.2
+++ scons-1.2.0_p20091224.ebuild	8 Feb 2010 08:55:09 -0000	1.3
@@ -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}
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-02-08  8:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-08  8:55 [gentoo-commits] gentoo-x86 commit in dev-util/scons: ChangeLog scons-1.2.0-r1.ebuild scons-1.2.0_p20091224.ebuild Peter Volkov (pva)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox