public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/boa-constructor: boa-constructor-0.6.1.ebuild ChangeLog
@ 2008-10-14 22:34 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; 6+ messages in thread
From: Ryan Hill (dirtyepic) @ 2008-10-14 22:34 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    08/10/14 22:34:49

  Modified:             boa-constructor-0.6.1.ebuild ChangeLog
  Log:
  Don't hardcode /usr/lib.
  (Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo-r1 x86_64)

Revision  Changes    Path
1.3                  dev-util/boa-constructor/boa-constructor-0.6.1.ebuild

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

Index: boa-constructor-0.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.6.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- boa-constructor-0.6.1.ebuild	4 Dec 2007 03:50:05 -0000	1.2
+++ boa-constructor-0.6.1.ebuild	14 Oct 2008 22:34:49 -0000	1.3
@@ -1,8 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.6.1.ebuild,v 1.2 2007/12/04 03:50:05 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.6.1.ebuild,v 1.3 2008/10/14 22:34:49 dirtyepic Exp $
 
-inherit eutils python
+inherit eutils python multilib
 
 DESCRIPTION="Python GUI RAD development tool."
 HOMEPAGE="http://boa-constructor.sourceforge.net/"
@@ -25,7 +25,7 @@
 
 src_install() {
 	python_version
-	local boadir="/usr/lib/python${PYVER}/site-packages/boa"
+	local boadir="/usr/$(get_libdir)/python${PYVER}/site-packages/boa"
 
 	local dir
 	for dir in $(find . -type d)



1.31                 dev-util/boa-constructor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	28 Jan 2008 16:13:58 -0000	1.30
+++ ChangeLog	14 Oct 2008 22:34:49 -0000	1.31
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/boa-constructor
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/ChangeLog,v 1.30 2008/01/28 16:13:58 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/ChangeLog,v 1.31 2008/10/14 22:34:49 dirtyepic Exp $
+
+  14 Oct 2008; Ryan Hill <dirtyepic@gentoo.org>
+  boa-constructor-0.6.1.ebuild:
+  Don't hardcode /usr/lib.
 
   28 Jan 2008; Raúl Porcel <armin76@gentoo.org> metadata.xml:
   Replace wxwindows with wxwidgets in metadata






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

* [gentoo-commits] gentoo-x86 commit in dev-util/boa-constructor: boa-constructor-0.6.1.ebuild ChangeLog
@ 2008-10-16 20:53 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2008-10-16 20:53 UTC (permalink / raw
  To: gentoo-commits

maekke      08/10/16 20:53:40

  Modified:             boa-constructor-0.6.1.ebuild ChangeLog
  Log:
  x86 stable, bug #242120
  (Portage version: 2.2_rc12/cvs/Linux 2.6.27 i686)

Revision  Changes    Path
1.4                  dev-util/boa-constructor/boa-constructor-0.6.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.6.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.6.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.6.1.ebuild?r1=1.3&r2=1.4

Index: boa-constructor-0.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.6.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- boa-constructor-0.6.1.ebuild	14 Oct 2008 22:34:49 -0000	1.3
+++ boa-constructor-0.6.1.ebuild	16 Oct 2008 20:53:40 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.6.1.ebuild,v 1.3 2008/10/14 22:34:49 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.6.1.ebuild,v 1.4 2008/10/16 20:53:40 maekke Exp $
 
 inherit eutils python multilib
 
@@ -10,7 +10,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="=dev-python/wxpython-2.6*



1.32                 dev-util/boa-constructor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	14 Oct 2008 22:34:49 -0000	1.31
+++ ChangeLog	16 Oct 2008 20:53:40 -0000	1.32
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/boa-constructor
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/ChangeLog,v 1.31 2008/10/14 22:34:49 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/ChangeLog,v 1.32 2008/10/16 20:53:40 maekke Exp $
+
+  16 Oct 2008; Markus Meier <maekke@gentoo.org>
+  boa-constructor-0.6.1.ebuild:
+  x86 stable, bug #242120
 
   14 Oct 2008; Ryan Hill <dirtyepic@gentoo.org>
   boa-constructor-0.6.1.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-util/boa-constructor: boa-constructor-0.6.1.ebuild ChangeLog
@ 2008-10-18 16:45 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 6+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2008-10-18 16:45 UTC (permalink / raw
  To: gentoo-commits

nixnut      08/10/18 16:45:30

  Modified:             boa-constructor-0.6.1.ebuild ChangeLog
  Log:
  Stable on ppc wrt bug 242120
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.5                  dev-util/boa-constructor/boa-constructor-0.6.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.6.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.6.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.6.1.ebuild?r1=1.4&r2=1.5

Index: boa-constructor-0.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.6.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- boa-constructor-0.6.1.ebuild	16 Oct 2008 20:53:40 -0000	1.4
+++ boa-constructor-0.6.1.ebuild	18 Oct 2008 16:45:30 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.6.1.ebuild,v 1.4 2008/10/16 20:53:40 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.6.1.ebuild,v 1.5 2008/10/18 16:45:30 nixnut Exp $
 
 inherit eutils python multilib
 
@@ -10,7 +10,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~sparc x86 ~x86-fbsd"
+KEYWORDS="~amd64 ppc ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="=dev-python/wxpython-2.6*



1.33                 dev-util/boa-constructor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	16 Oct 2008 20:53:40 -0000	1.32
+++ ChangeLog	18 Oct 2008 16:45:30 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/boa-constructor
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/ChangeLog,v 1.32 2008/10/16 20:53:40 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/ChangeLog,v 1.33 2008/10/18 16:45:30 nixnut Exp $
+
+  18 Oct 2008; nixnut <nixnut@gentoo.org> boa-constructor-0.6.1.ebuild:
+  Stable on ppc wrt bug 242120
 
   16 Oct 2008; Markus Meier <maekke@gentoo.org>
   boa-constructor-0.6.1.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-util/boa-constructor: boa-constructor-0.6.1.ebuild ChangeLog
@ 2010-03-06  4:57 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; 6+ messages in thread
From: Ryan Hill (dirtyepic) @ 2010-03-06  4:57 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    10/03/06 04:57:14

  Modified:             boa-constructor-0.6.1.ebuild ChangeLog
  Log:
  Clean up python bits. EAPI 2. Don't byte-compile modules to prevent
  SyntaxErrors.
  (Portage version: 2.2_rc65/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-util/boa-constructor/boa-constructor-0.6.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.6.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.6.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.6.1.ebuild?r1=1.5&r2=1.6

Index: boa-constructor-0.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.6.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- boa-constructor-0.6.1.ebuild	18 Oct 2008 16:45:30 -0000	1.5
+++ boa-constructor-0.6.1.ebuild	6 Mar 2010 04:57:14 -0000	1.6
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 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/boa-constructor/boa-constructor-0.6.1.ebuild,v 1.5 2008/10/18 16:45:30 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.6.1.ebuild,v 1.6 2010/03/06 04:57:14 dirtyepic Exp $
+
+EAPI=2
 
 inherit eutils python multilib
 
@@ -13,19 +15,18 @@
 KEYWORDS="~amd64 ppc ~sparc x86 ~x86-fbsd"
 IUSE=""
 
-RDEPEND="=dev-python/wxpython-2.6*
+RDEPEND="dev-python/wxpython:2.6
 	dev-libs/expat"
 
 DEPEND="${RDEPEND}
 	app-arch/unzip"
 
 src_compile() {
-	python -c "import compileall; compileall.compile_dir('.', force=1)"
+	"$(PYTHON)" -c "import compileall; compileall.compile_dir('.', force=1)"
 }
 
 src_install() {
-	python_version
-	local boadir="/usr/$(get_libdir)/python${PYVER}/site-packages/boa"
+	local boadir="$(python_get_sitedir)"/boa
 
 	local dir
 	for dir in $(find . -type d)
@@ -48,11 +49,3 @@
 
 	dodoc Bugs.txt Changes.txt Credits.txt README.txt
 }
-
-pkg_postinst() {
-	python_mod_optimize
-}
-
-pkg_postrm() {
-	python_mod_cleanup
-}



1.35                 dev-util/boa-constructor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	17 Nov 2008 20:59:48 -0000	1.34
+++ ChangeLog	6 Mar 2010 04:57:14 -0000	1.35
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/boa-constructor
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/ChangeLog,v 1.34 2008/11/17 20:59:48 flameeyes Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/ChangeLog,v 1.35 2010/03/06 04:57:14 dirtyepic Exp $
+
+  06 Mar 2010; Ryan Hill <dirtyepic@gentoo.org>
+  boa-constructor-0.6.1.ebuild:
+  Clean up python bits. EAPI 2. Don't byte-compile modules to prevent
+  SyntaxErrors.
 
   17 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org>
   files/boa-constructor-0.4.0_alpha-wxversion.patch:






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

* [gentoo-commits] gentoo-x86 commit in dev-util/boa-constructor: boa-constructor-0.6.1.ebuild ChangeLog
@ 2010-03-20 19:35 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2010-03-20 19:35 UTC (permalink / raw
  To: gentoo-commits

armin76     10/03/20 19:35:37

  Modified:             boa-constructor-0.6.1.ebuild ChangeLog
  Log:
  sparc stable wrt #242120
  (Portage version: 2.1.7.17/cvs/Linux ia64)

Revision  Changes    Path
1.7                  dev-util/boa-constructor/boa-constructor-0.6.1.ebuild

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

Index: boa-constructor-0.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.6.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- boa-constructor-0.6.1.ebuild	6 Mar 2010 04:57:14 -0000	1.6
+++ boa-constructor-0.6.1.ebuild	20 Mar 2010 19:35:36 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.6.1.ebuild,v 1.6 2010/03/06 04:57:14 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.6.1.ebuild,v 1.7 2010/03/20 19:35:36 armin76 Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ppc ~sparc x86 ~x86-fbsd"
+KEYWORDS="~amd64 ppc sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="dev-python/wxpython:2.6



1.36                 dev-util/boa-constructor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	6 Mar 2010 04:57:14 -0000	1.35
+++ ChangeLog	20 Mar 2010 19:35:36 -0000	1.36
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/boa-constructor
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/ChangeLog,v 1.35 2010/03/06 04:57:14 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/ChangeLog,v 1.36 2010/03/20 19:35:36 armin76 Exp $
+
+  20 Mar 2010; Raúl Porcel <armin76@gentoo.org>
+  boa-constructor-0.6.1.ebuild:
+  sparc stable wrt #242120
 
   06 Mar 2010; Ryan Hill <dirtyepic@gentoo.org>
   boa-constructor-0.6.1.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-util/boa-constructor: boa-constructor-0.6.1.ebuild ChangeLog
@ 2010-05-12 13:12 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-05-12 13:12 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/05/12 13:12:33

  Modified:             boa-constructor-0.6.1.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #242120
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  dev-util/boa-constructor/boa-constructor-0.6.1.ebuild

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

Index: boa-constructor-0.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.6.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- boa-constructor-0.6.1.ebuild	20 Mar 2010 19:35:36 -0000	1.7
+++ boa-constructor-0.6.1.ebuild	12 May 2010 13:12:33 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.6.1.ebuild,v 1.7 2010/03/20 19:35:36 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.6.1.ebuild,v 1.8 2010/05/12 13:12:33 hwoarang Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ppc sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="dev-python/wxpython:2.6



1.37                 dev-util/boa-constructor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	20 Mar 2010 19:35:36 -0000	1.36
+++ ChangeLog	12 May 2010 13:12:33 -0000	1.37
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/boa-constructor
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/ChangeLog,v 1.36 2010/03/20 19:35:36 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/ChangeLog,v 1.37 2010/05/12 13:12:33 hwoarang Exp $
+
+  12 May 2010; Markos Chandras <hwoarang@gentoo.org>
+  boa-constructor-0.6.1.ebuild:
+  Stable on amd64 wrt bug #242120
 
   20 Mar 2010; Raúl Porcel <armin76@gentoo.org>
   boa-constructor-0.6.1.ebuild:






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

end of thread, other threads:[~2010-05-12 14:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-16 20:53 [gentoo-commits] gentoo-x86 commit in dev-util/boa-constructor: boa-constructor-0.6.1.ebuild ChangeLog Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2010-05-12 13:12 Markos Chandras (hwoarang)
2010-03-20 19:35 Raul Porcel (armin76)
2010-03-06  4:57 Ryan Hill (dirtyepic)
2008-10-18 16:45 Gysbert Wassenaar (nixnut)
2008-10-14 22:34 Ryan Hill (dirtyepic)

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