public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/python-scw: ChangeLog python-scw-0.4.7.ebuild
@ 2008-10-27 11:02 Ali Polatel (hawking)
  0 siblings, 0 replies; 3+ messages in thread
From: Ali Polatel (hawking) @ 2008-10-27 11:02 UTC (permalink / raw
  To: gentoo-commits

hawking     08/10/27 11:02:20

  Modified:             ChangeLog python-scw-0.4.7.ebuild
  Log:
  Use python_need_rebuild.
  (Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)

Revision  Changes    Path
1.2                  dev-python/python-scw/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-scw/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-scw/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-scw/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-scw/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	20 Aug 2008 05:26:31 -0000	1.1
+++ ChangeLog	27 Oct 2008 11:02:20 -0000	1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-scw
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-scw/ChangeLog,v 1.1 2008/08/20 05:26:31 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-scw/ChangeLog,v 1.2 2008/10/27 11:02:20 hawking Exp $
+
+  27 Oct 2008; Ali Polatel <hawking@gentoo.org> python-scw-0.4.7.ebuild:
+  Use python_need_rebuild.
 
 *python-scw-0.4.7 (20 Aug 2008)
 



1.2                  dev-python/python-scw/python-scw-0.4.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-scw/python-scw-0.4.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-scw/python-scw-0.4.7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-scw/python-scw-0.4.7.ebuild?r1=1.1&r2=1.2

Index: python-scw-0.4.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-scw/python-scw-0.4.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-scw-0.4.7.ebuild	20 Aug 2008 05:26:31 -0000	1.1
+++ python-scw-0.4.7.ebuild	27 Oct 2008 11:02:20 -0000	1.2
@@ -1,6 +1,8 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-scw/python-scw-0.4.7.ebuild,v 1.1 2008/08/20 05:26:31 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-scw/python-scw-0.4.7.ebuild,v 1.2 2008/10/27 11:02:20 hawking Exp $
+
+inherit python
 
 DESCRIPTION="Python binding for Scw."
 HOMEPAGE="http://scwwidgets.googlepages.com/"
@@ -14,6 +16,7 @@
 	>=x11-libs/scw-0.4.0"
 
 src_install() {
+	python_need_rebuild
 	make DESTDIR="${D}" install || die
 	dodoc README NEWS ChangeLog AUTHORS
 }






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

* [gentoo-commits] gentoo-x86 commit in dev-python/python-scw: ChangeLog python-scw-0.4.7.ebuild
@ 2009-02-15 23:05 Patrick Lauer (patrick)
  0 siblings, 0 replies; 3+ messages in thread
From: Patrick Lauer (patrick) @ 2009-02-15 23:05 UTC (permalink / raw
  To: gentoo-commits

patrick     09/02/15 23:05:49

  Modified:             ChangeLog python-scw-0.4.7.ebuild
  Log:
  Adding ~amd64 keyword
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-python/python-scw/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-scw/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-scw/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-scw/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-scw/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	27 Oct 2008 11:02:20 -0000	1.2
+++ ChangeLog	15 Feb 2009 23:05:49 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-scw
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-scw/ChangeLog,v 1.2 2008/10/27 11:02:20 hawking Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-scw/ChangeLog,v 1.3 2009/02/15 23:05:49 patrick Exp $
+
+  15 Feb 2009; Patrick Lauer <patrick@gentoo.org> python-scw-0.4.7.ebuild:
+  Adding ~amd64 keyword
 
   27 Oct 2008; Ali Polatel <hawking@gentoo.org> python-scw-0.4.7.ebuild:
   Use python_need_rebuild.



1.3                  dev-python/python-scw/python-scw-0.4.7.ebuild

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

Index: python-scw-0.4.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-scw/python-scw-0.4.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-scw-0.4.7.ebuild	27 Oct 2008 11:02:20 -0000	1.2
+++ python-scw-0.4.7.ebuild	15 Feb 2009 23:05:49 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-scw/python-scw-0.4.7.ebuild,v 1.2 2008/10/27 11:02:20 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-scw/python-scw-0.4.7.ebuild,v 1.3 2009/02/15 23:05:49 patrick Exp $
 
 inherit python
 
@@ -10,7 +10,7 @@
 LICENSE="LGPL-2"
 SLOT="0"
 
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 DEPEND=">=dev-python/pygtk-2.4
 	>=x11-libs/scw-0.4.0"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/python-scw: ChangeLog python-scw-0.4.7.ebuild
@ 2010-12-25 17:25 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 3+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-12-25 17:25 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/12/25 17:25:55

  Modified:             ChangeLog python-scw-0.4.7.ebuild
  Log:
  Fix dependencies. Set SUPPORT_PYTHON_ABIS.
  
  (Portage version: 2.2.0_alpha10_p8/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-python/python-scw/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-scw/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	15 Feb 2009 23:05:49 -0000	1.3
+++ ChangeLog	25 Dec 2010 17:25:55 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/python-scw
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-scw/ChangeLog,v 1.3 2009/02/15 23:05:49 patrick Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-scw/ChangeLog,v 1.4 2010/12/25 17:25:55 arfrever Exp $
+
+  25 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  python-scw-0.4.7.ebuild:
+  Fix dependencies. Set SUPPORT_PYTHON_ABIS.
 
   15 Feb 2009; Patrick Lauer <patrick@gentoo.org> python-scw-0.4.7.ebuild:
   Adding ~amd64 keyword



1.4                  dev-python/python-scw/python-scw-0.4.7.ebuild

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

Index: python-scw-0.4.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-scw/python-scw-0.4.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-scw-0.4.7.ebuild	15 Feb 2009 23:05:49 -0000	1.3
+++ python-scw-0.4.7.ebuild	25 Dec 2010 17:25:55 -0000	1.4
@@ -1,22 +1,30 @@
-# 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-python/python-scw/python-scw-0.4.7.ebuild,v 1.3 2009/02/15 23:05:49 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-scw/python-scw-0.4.7.ebuild,v 1.4 2010/12/25 17:25:55 arfrever Exp $
+
+EAPI="3"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.* *-jython"
+PYTHON_EXPORT_PHASE_FUNCTIONS="1"
 
 inherit python
 
 DESCRIPTION="Python binding for Scw."
 HOMEPAGE="http://scwwidgets.googlepages.com/"
 SRC_URI="http://scwwidgets.googlepages.com/${P}.tar.gz "
+
 LICENSE="LGPL-2"
 SLOT="0"
-
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+
 DEPEND=">=dev-python/pygtk-2.4
 	>=x11-libs/scw-0.4.0"
+RDEPEND="${DEPEND}"
 
 src_install() {
-	python_need_rebuild
-	make DESTDIR="${D}" install || die
-	dodoc README NEWS ChangeLog AUTHORS
+	python_src_install
+	python_clean_installation_image
+	dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
 }






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

end of thread, other threads:[~2010-12-25 17:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-25 17:25 [gentoo-commits] gentoo-x86 commit in dev-python/python-scw: ChangeLog python-scw-0.4.7.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2009-02-15 23:05 Patrick Lauer (patrick)
2008-10-27 11:02 Ali Polatel (hawking)

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