public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/scons: scons-2.2.0.ebuild ChangeLog
@ 2012-08-08 19:58 Tim Harder (radhermit)
  0 siblings, 0 replies; 9+ messages in thread
From: Tim Harder (radhermit) @ 2012-08-08 19:58 UTC (permalink / raw
  To: gentoo-commits

radhermit    12/08/08 19:58:45

  Modified:             ChangeLog
  Added:                scons-2.2.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.117                dev-util/scons/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/ChangeLog?rev=1.117&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/ChangeLog?rev=1.117&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/ChangeLog?r1=1.116&r2=1.117

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog	6 Aug 2012 03:39:23 -0000	1.116
+++ ChangeLog	8 Aug 2012 19:58:45 -0000	1.117
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/scons
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.116 2012/08/06 03:39:23 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.117 2012/08/08 19:58:45 radhermit Exp $
+
+*scons-2.2.0 (08 Aug 2012)
+
+  08 Aug 2012; Tim Harder <radhermit@gentoo.org> +scons-2.2.0.ebuild:
+  Version bump.
 
   06 Aug 2012; Patrick Lauer <patrick@gentoo.org> scons-2.1.0.ebuild:
   Fixing jython for 2.1.0 too



1.1                  dev-util/scons/scons-2.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild?rev=1.1&content-type=text/plain

Index: scons-2.2.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild,v 1.1 2012/08/08 19:58:45 radhermit Exp $

EAPI="4"
PYTHON_DEPEND="2:2.5"
PYTHON_USE_WITH="threads(+)"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*"
PYTHON_MODNAME="SCons"

inherit distutils eutils

DESCRIPTION="Extensible Python-based build utility"
HOMEPAGE="http://www.scons.org/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
	doc? ( http://www.scons.org/doc/${PV}/PDF/${PN}-user.pdf -> ${P}-user.pdf
	       http://www.scons.org/doc/${PV}/HTML/${PN}-user.html -> ${P}-user.html )"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="doc"

DOCS="CHANGES.txt RELEASE.txt"

src_prepare() {
	distutils_src_prepare
	epatch "${FILESDIR}/scons-1.2.0-popen.patch"
	epatch "${FILESDIR}/${PN}-2.1.0-jython.patch"

	# https://bugs.gentoo.org/show_bug.cgi?id=361061
	sed -i -e "s|/usr/local/bin:/opt/bin:/bin:/usr/bin|${EPREFIX}usr/local/bin:${EPREFIX}opt/bin:${EPREFIX}bin:${EPREFIX}usr/bin:/usr/local/bin:/opt/bin:/bin:/usr/bin|g" engine/SCons/Platform/posix.py || die
	# and make sure the build system doesn't "force" /usr/local/ :(
	sed -i -e "s/'darwin'/'NOWAYdarwinWAYNO'/" setup.py || die
}

src_install () {
	distutils_src_install \
		--standard-lib \
		--no-version-script \
		--install-data "${EPREFIX}"/usr/share

	if use doc ; then
		insinto /usr/share/doc/${PF}
		doins "${DISTDIR}"/${P}-user.{pdf,html}
	fi
}





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/scons: scons-2.2.0.ebuild ChangeLog
@ 2012-08-08 20:05 Tim Harder (radhermit)
  0 siblings, 0 replies; 9+ messages in thread
From: Tim Harder (radhermit) @ 2012-08-08 20:05 UTC (permalink / raw
  To: gentoo-commits

radhermit    12/08/08 20:05:29

  Modified:             scons-2.2.0.ebuild ChangeLog
  Log:
  Simplify documentation installation.
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-util/scons/scons-2.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild?r1=1.1&r2=1.2

Index: scons-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- scons-2.2.0.ebuild	8 Aug 2012 19:58:45 -0000	1.1
+++ scons-2.2.0.ebuild	8 Aug 2012 20:05:29 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild,v 1.1 2012/08/08 19:58:45 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild,v 1.2 2012/08/08 20:05:29 radhermit Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2:2.5"
@@ -41,8 +41,5 @@
 		--no-version-script \
 		--install-data "${EPREFIX}"/usr/share
 
-	if use doc ; then
-		insinto /usr/share/doc/${PF}
-		doins "${DISTDIR}"/${P}-user.{pdf,html}
-	fi
+	use doc && dodoc "${DISTDIR}"/${P}-user.{pdf,html}
 }



1.118                dev-util/scons/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/ChangeLog?rev=1.118&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/ChangeLog?rev=1.118&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/ChangeLog?r1=1.117&r2=1.118

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog	8 Aug 2012 19:58:45 -0000	1.117
+++ ChangeLog	8 Aug 2012 20:05:29 -0000	1.118
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/scons
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.117 2012/08/08 19:58:45 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.118 2012/08/08 20:05:29 radhermit Exp $
+
+  08 Aug 2012; Tim Harder <radhermit@gentoo.org> scons-2.2.0.ebuild:
+  Simplify documentation installation.
 
 *scons-2.2.0 (08 Aug 2012)
 





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/scons: scons-2.2.0.ebuild ChangeLog
@ 2012-09-12  3:41 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 9+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-09-12  3:41 UTC (permalink / raw
  To: gentoo-commits

blueness    12/09/12 03:41:11

  Modified:             scons-2.2.0.ebuild ChangeLog
  Log:
  stable ppc ppc64, bug #434294
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-util/scons/scons-2.2.0.ebuild

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

Index: scons-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- scons-2.2.0.ebuild	8 Aug 2012 20:05:29 -0000	1.2
+++ scons-2.2.0.ebuild	12 Sep 2012 03:41:11 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild,v 1.2 2012/08/08 20:05:29 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild,v 1.3 2012/09/12 03:41:11 blueness Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2:2.5"
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="doc"
 
 DOCS="CHANGES.txt RELEASE.txt"



1.120                dev-util/scons/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/ChangeLog?rev=1.120&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/ChangeLog?rev=1.120&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/ChangeLog?r1=1.119&r2=1.120

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog	8 Sep 2012 06:41:00 -0000	1.119
+++ ChangeLog	12 Sep 2012 03:41:11 -0000	1.120
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/scons
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.119 2012/09/08 06:41:00 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.120 2012/09/12 03:41:11 blueness Exp $
+
+  12 Sep 2012; Anthony G. Basile <blueness@gentoo.org> scons-2.2.0.ebuild:
+  stable ppc ppc64, bug #434294
 
   08 Sep 2012; Tim Harder <radhermit@gentoo.org> metadata.xml:
   Remove redundant maintainer from metadata.





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/scons: scons-2.2.0.ebuild ChangeLog
@ 2012-09-13  1:22 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 9+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-09-13  1:22 UTC (permalink / raw
  To: gentoo-commits

blueness    12/09/13 01:22:43

  Modified:             scons-2.2.0.ebuild ChangeLog
  Log:
  stable arm, bug #434294
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-util/scons/scons-2.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild?r1=1.3&r2=1.4

Index: scons-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- scons-2.2.0.ebuild	12 Sep 2012 03:41:11 -0000	1.3
+++ scons-2.2.0.ebuild	13 Sep 2012 01:22:43 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild,v 1.3 2012/09/12 03:41:11 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild,v 1.4 2012/09/13 01:22:43 blueness Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2:2.5"
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="doc"
 
 DOCS="CHANGES.txt RELEASE.txt"



1.121                dev-util/scons/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/ChangeLog?rev=1.121&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/ChangeLog?rev=1.121&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/ChangeLog?r1=1.120&r2=1.121

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog	12 Sep 2012 03:41:11 -0000	1.120
+++ ChangeLog	13 Sep 2012 01:22:43 -0000	1.121
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/scons
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.120 2012/09/12 03:41:11 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.121 2012/09/13 01:22:43 blueness Exp $
+
+  13 Sep 2012; Anthony G. Basile <blueness@gentoo.org> scons-2.2.0.ebuild:
+  stable arm, bug #434294
 
   12 Sep 2012; Anthony G. Basile <blueness@gentoo.org> scons-2.2.0.ebuild:
   stable ppc ppc64, bug #434294





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/scons: scons-2.2.0.ebuild ChangeLog
@ 2012-09-13 12:29 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-09-13 12:29 UTC (permalink / raw
  To: gentoo-commits

ago         12/09/13 12:29:16

  Modified:             scons-2.2.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #434294
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-util/scons/scons-2.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild?r1=1.4&r2=1.5

Index: scons-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- scons-2.2.0.ebuild	13 Sep 2012 01:22:43 -0000	1.4
+++ scons-2.2.0.ebuild	13 Sep 2012 12:29:16 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild,v 1.4 2012/09/13 01:22:43 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild,v 1.5 2012/09/13 12:29:16 ago Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2:2.5"
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="doc"
 
 DOCS="CHANGES.txt RELEASE.txt"



1.122                dev-util/scons/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/ChangeLog?rev=1.122&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/ChangeLog?rev=1.122&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/ChangeLog?r1=1.121&r2=1.122

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog	13 Sep 2012 01:22:43 -0000	1.121
+++ ChangeLog	13 Sep 2012 12:29:16 -0000	1.122
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/scons
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.121 2012/09/13 01:22:43 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.122 2012/09/13 12:29:16 ago Exp $
+
+  13 Sep 2012; Agostino Sarubbo <ago@gentoo.org> scons-2.2.0.ebuild:
+  Stable for amd64, wrt bug #434294
 
   13 Sep 2012; Anthony G. Basile <blueness@gentoo.org> scons-2.2.0.ebuild:
   stable arm, bug #434294





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/scons: scons-2.2.0.ebuild ChangeLog
@ 2012-09-18 14:09 Johannes Huber (johu)
  0 siblings, 0 replies; 9+ messages in thread
From: Johannes Huber (johu) @ 2012-09-18 14:09 UTC (permalink / raw
  To: gentoo-commits

johu        12/09/18 14:09:15

  Modified:             scons-2.2.0.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #434294
  
  (Portage version: 2.2.0_alpha129/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-util/scons/scons-2.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild?r1=1.5&r2=1.6

Index: scons-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- scons-2.2.0.ebuild	13 Sep 2012 12:29:16 -0000	1.5
+++ scons-2.2.0.ebuild	18 Sep 2012 14:09:15 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild,v 1.5 2012/09/13 12:29:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild,v 1.6 2012/09/18 14:09:15 johu Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2:2.5"
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="doc"
 
 DOCS="CHANGES.txt RELEASE.txt"



1.123                dev-util/scons/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/ChangeLog?rev=1.123&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/ChangeLog?rev=1.123&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/ChangeLog?r1=1.122&r2=1.123

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog	13 Sep 2012 12:29:16 -0000	1.122
+++ ChangeLog	18 Sep 2012 14:09:15 -0000	1.123
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/scons
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.122 2012/09/13 12:29:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.123 2012/09/18 14:09:15 johu Exp $
+
+  18 Sep 2012; Johannes Huber <johu@gentoo.org> scons-2.2.0.ebuild:
+  Stable for x86, wrt bug #434294
 
   13 Sep 2012; Agostino Sarubbo <ago@gentoo.org> scons-2.2.0.ebuild:
   Stable for amd64, wrt bug #434294





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/scons: scons-2.2.0.ebuild ChangeLog
@ 2012-09-19 22:49 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2012-09-19 22:49 UTC (permalink / raw
  To: gentoo-commits

jer         12/09/19 22:49:33

  Modified:             scons-2.2.0.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #434294).
  
  (Portage version: 2.2.0_alpha129/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-util/scons/scons-2.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild?r1=1.6&r2=1.7

Index: scons-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- scons-2.2.0.ebuild	18 Sep 2012 14:09:15 -0000	1.6
+++ scons-2.2.0.ebuild	19 Sep 2012 22:49:32 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild,v 1.6 2012/09/18 14:09:15 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild,v 1.7 2012/09/19 22:49:32 jer Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2:2.5"
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="doc"
 
 DOCS="CHANGES.txt RELEASE.txt"



1.124                dev-util/scons/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/ChangeLog?rev=1.124&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/ChangeLog?rev=1.124&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/ChangeLog?r1=1.123&r2=1.124

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog	18 Sep 2012 14:09:15 -0000	1.123
+++ ChangeLog	19 Sep 2012 22:49:32 -0000	1.124
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/scons
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.123 2012/09/18 14:09:15 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.124 2012/09/19 22:49:32 jer Exp $
+
+  19 Sep 2012; Jeroen Roovers <jer@gentoo.org> scons-2.2.0.ebuild:
+  Stable for HPPA (bug #434294).
 
   18 Sep 2012; Johannes Huber <johu@gentoo.org> scons-2.2.0.ebuild:
   Stable for x86, wrt bug #434294





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/scons: scons-2.2.0.ebuild ChangeLog
@ 2012-09-29 18:40 Raul Porcel (armin76)
  0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2012-09-29 18:40 UTC (permalink / raw
  To: gentoo-commits

armin76     12/09/29 18:40:45

  Modified:             scons-2.2.0.ebuild ChangeLog
  Log:
  alpha/ia64/sparc stable wrt #434294
  
  (Portage version: 2.1.11.16/cvs/Linux ia64)

Revision  Changes    Path
1.8                  dev-util/scons/scons-2.2.0.ebuild

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

Index: scons-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- scons-2.2.0.ebuild	19 Sep 2012 22:49:32 -0000	1.7
+++ scons-2.2.0.ebuild	29 Sep 2012 18:40:45 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild,v 1.7 2012/09/19 22:49:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild,v 1.8 2012/09/29 18:40:45 armin76 Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2:2.5"
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="doc"
 
 DOCS="CHANGES.txt RELEASE.txt"



1.125                dev-util/scons/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/ChangeLog?rev=1.125&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/ChangeLog?rev=1.125&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/ChangeLog?r1=1.124&r2=1.125

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog	19 Sep 2012 22:49:32 -0000	1.124
+++ ChangeLog	29 Sep 2012 18:40:45 -0000	1.125
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/scons
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.124 2012/09/19 22:49:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.125 2012/09/29 18:40:45 armin76 Exp $
+
+  29 Sep 2012; Raúl Porcel <armin76@gentoo.org> scons-2.2.0.ebuild:
+  alpha/ia64/sparc stable wrt #434294
 
   19 Sep 2012; Jeroen Roovers <jer@gentoo.org> scons-2.2.0.ebuild:
   Stable for HPPA (bug #434294).





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/scons: scons-2.2.0.ebuild ChangeLog
@ 2012-10-07 14:40 Fabian Groffen (grobian)
  0 siblings, 0 replies; 9+ messages in thread
From: Fabian Groffen (grobian) @ 2012-10-07 14:40 UTC (permalink / raw
  To: gentoo-commits

grobian     12/10/07 14:40:20

  Modified:             scons-2.2.0.ebuild ChangeLog
  Log:
  Setup a valid path, EPREFIX does NOT end in /
  
  (Portage version: 2.2.01.21165-prefix/cvs/Darwin i386)

Revision  Changes    Path
1.9                  dev-util/scons/scons-2.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild?r1=1.8&r2=1.9

Index: scons-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- scons-2.2.0.ebuild	29 Sep 2012 18:40:45 -0000	1.8
+++ scons-2.2.0.ebuild	7 Oct 2012 14:40:20 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild,v 1.8 2012/09/29 18:40:45 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild,v 1.9 2012/10/07 14:40:20 grobian Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2:2.5"
@@ -30,7 +30,7 @@
 	epatch "${FILESDIR}/${PN}-2.1.0-jython.patch"
 
 	# https://bugs.gentoo.org/show_bug.cgi?id=361061
-	sed -i -e "s|/usr/local/bin:/opt/bin:/bin:/usr/bin|${EPREFIX}usr/local/bin:${EPREFIX}opt/bin:${EPREFIX}bin:${EPREFIX}usr/bin:/usr/local/bin:/opt/bin:/bin:/usr/bin|g" engine/SCons/Platform/posix.py || die
+	sed -i -e "s|/usr/local/bin:/opt/bin:/bin:/usr/bin|${EPREFIX}/usr/local/bin:${EPREFIX}/opt/bin:${EPREFIX}/bin:${EPREFIX}/usr/bin:/usr/local/bin:/opt/bin:/bin:/usr/bin|g" engine/SCons/Platform/posix.py || die
 	# and make sure the build system doesn't "force" /usr/local/ :(
 	sed -i -e "s/'darwin'/'NOWAYdarwinWAYNO'/" setup.py || die
 }



1.126                dev-util/scons/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/ChangeLog?rev=1.126&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/ChangeLog?rev=1.126&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/ChangeLog?r1=1.125&r2=1.126

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- ChangeLog	29 Sep 2012 18:40:45 -0000	1.125
+++ ChangeLog	7 Oct 2012 14:40:20 -0000	1.126
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/scons
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.125 2012/09/29 18:40:45 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.126 2012/10/07 14:40:20 grobian Exp $
+
+  07 Oct 2012; Fabian Groffen <grobian@gentoo.org> scons-2.2.0.ebuild:
+  Setup a valid path, EPREFIX does NOT end in /
 
   29 Sep 2012; Raúl Porcel <armin76@gentoo.org> scons-2.2.0.ebuild:
   alpha/ia64/sparc stable wrt #434294





^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-10-07 14:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-18 14:09 [gentoo-commits] gentoo-x86 commit in dev-util/scons: scons-2.2.0.ebuild ChangeLog Johannes Huber (johu)
  -- strict thread matches above, loose matches on Subject: below --
2012-10-07 14:40 Fabian Groffen (grobian)
2012-09-29 18:40 Raul Porcel (armin76)
2012-09-19 22:49 Jeroen Roovers (jer)
2012-09-13 12:29 Agostino Sarubbo (ago)
2012-09-13  1:22 Anthony G. Basile (blueness)
2012-09-12  3:41 Anthony G. Basile (blueness)
2012-08-08 20:05 Tim Harder (radhermit)
2012-08-08 19:58 Tim Harder (radhermit)

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