public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-p2p/nicotine+: ChangeLog nicotine+-1.2.15.ebuild
@ 2010-03-08  0:54 Jonathan Callen (abcd)
  0 siblings, 0 replies; 5+ messages in thread
From: Jonathan Callen (abcd) @ 2010-03-08  0:54 UTC (permalink / raw
  To: gentoo-commits

abcd        10/03/08 00:54:59

  Modified:             ChangeLog nicotine+-1.2.15.ebuild
  Log:
  Move PYTHON_DEPEND before inherit(), so that the dep is actually added
  (Portage version: -svn/cvs/Linux i686)

Revision  Changes    Path
1.44                 net-p2p/nicotine+/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	3 Mar 2010 22:41:00 -0000	1.43
+++ ChangeLog	8 Mar 2010 00:54:58 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for net-p2p/nicotine+
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.43 2010/03/03 22:41:00 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.44 2010/03/08 00:54:58 abcd Exp $
+
+  08 Mar 2010; Jonathan Callen <abcd@gentoo.org> nicotine+-1.2.15.ebuild:
+  Move PYTHON_DEPEND before inherit(), so that the dep is actually added
 
 *nicotine+-1.2.15 (03 Mar 2010)
 



1.2                  net-p2p/nicotine+/nicotine+-1.2.15.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.15.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.15.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.15.ebuild?r1=1.1&r2=1.2

Index: nicotine+-1.2.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.15.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nicotine+-1.2.15.ebuild	3 Mar 2010 22:41:00 -0000	1.1
+++ nicotine+-1.2.15.ebuild	8 Mar 2010 00:54:58 -0000	1.2
@@ -1,9 +1,11 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.15.ebuild,v 1.1 2010/03/03 22:41:00 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.15.ebuild,v 1.2 2010/03/08 00:54:58 abcd Exp $
 
 EAPI=2
 SUPPORT_PYTHON_ABIS=1
+PYTHON_DEPEND="2"
+RESTRICT_PYTHON_ABIS="3.*"
 
 inherit distutils python
 
@@ -25,9 +27,6 @@
 
 DEPEND="${RDEPEND}"
 
-PYTHON_DEPEND="2"
-RESTRICT_PYTHON_ABIS="3.*"
-
 src_install() {
 	distutils_src_install
 	dosym nicotine.py /usr/bin/nicotine






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

* [gentoo-commits] gentoo-x86 commit in net-p2p/nicotine+: ChangeLog nicotine+-1.2.15.ebuild
@ 2010-03-08  3:29 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; 5+ messages in thread
From: Ryan Hill (dirtyepic) @ 2010-03-08  3:29 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    10/03/08 03:29:42

  Modified:             ChangeLog nicotine+-1.2.15.ebuild
  Log:
  More python fixedness.
  (Portage version: 2.2_rc65/cvs/Linux x86_64)

Revision  Changes    Path
1.45                 net-p2p/nicotine+/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	8 Mar 2010 00:54:58 -0000	1.44
+++ ChangeLog	8 Mar 2010 03:29:41 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for net-p2p/nicotine+
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.44 2010/03/08 00:54:58 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.45 2010/03/08 03:29:41 dirtyepic Exp $
+
+  08 Mar 2010; Ryan Hill <dirtyepic@gentoo.org> nicotine+-1.2.15.ebuild:
+  More python fixedness.
 
   08 Mar 2010; Jonathan Callen <abcd@gentoo.org> nicotine+-1.2.15.ebuild:
   Move PYTHON_DEPEND before inherit(), so that the dep is actually added



1.3                  net-p2p/nicotine+/nicotine+-1.2.15.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.15.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.15.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.15.ebuild?r1=1.2&r2=1.3

Index: nicotine+-1.2.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.15.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nicotine+-1.2.15.ebuild	8 Mar 2010 00:54:58 -0000	1.2
+++ nicotine+-1.2.15.ebuild	8 Mar 2010 03:29:41 -0000	1.3
@@ -1,11 +1,9 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.15.ebuild,v 1.2 2010/03/08 00:54:58 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.15.ebuild,v 1.3 2010/03/08 03:29:41 dirtyepic Exp $
 
-EAPI=2
-SUPPORT_PYTHON_ABIS=1
+EAPI="2"
 PYTHON_DEPEND="2"
-RESTRICT_PYTHON_ABIS="3.*"
 
 inherit distutils python
 
@@ -27,7 +25,12 @@
 
 DEPEND="${RDEPEND}"
 
+pkg_setup() {
+	python_set_active_version 2
+}
+
 src_install() {
 	distutils_src_install
+	python_convert_shebangs -r 2 "${D}"
 	dosym nicotine.py /usr/bin/nicotine
 }






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

* [gentoo-commits] gentoo-x86 commit in net-p2p/nicotine+: ChangeLog nicotine+-1.2.15.ebuild
@ 2010-07-04 22:14 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-07-04 22:14 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/07/04 22:14:25

  Modified:             ChangeLog nicotine+-1.2.15.ebuild
  Log:
  Stable on amd64 wrt bug #326495
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.47                 net-p2p/nicotine+/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/nicotine+/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/nicotine+/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/nicotine+/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	1 Jun 2010 10:52:00 -0000	1.46
+++ ChangeLog	4 Jul 2010 22:14:25 -0000	1.47
@@ -1,6 +1,10 @@
 # ChangeLog for net-p2p/nicotine+
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.46 2010/06/01 10:52:00 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.47 2010/07/04 22:14:25 hwoarang Exp $
+
+  04 Jul 2010; Markos Chandras <hwoarang@gentoo.org>
+  nicotine+-1.2.15.ebuild:
+  Stable on amd64 wrt bug #326495
 
   01 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   nicotine+-1.2.14.ebuild, nicotine+-1.2.15.ebuild:



1.5                  net-p2p/nicotine+/nicotine+-1.2.15.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.15.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.15.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.15.ebuild?r1=1.4&r2=1.5

Index: nicotine+-1.2.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.15.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nicotine+-1.2.15.ebuild	1 Jun 2010 10:52:00 -0000	1.4
+++ nicotine+-1.2.15.ebuild	4 Jul 2010 22:14:25 -0000	1.5
@@ -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/net-p2p/nicotine+/nicotine+-1.2.15.ebuild,v 1.4 2010/06/01 10:52:00 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.15.ebuild,v 1.5 2010/07/04 22:14:25 hwoarang Exp $
 
 EAPI="2"
 PYTHON_DEPEND="2"
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
 IUSE="geoip spell"
 
 RDEPEND=">=dev-python/pygtk-2.12






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

* [gentoo-commits] gentoo-x86 commit in net-p2p/nicotine+: ChangeLog nicotine+-1.2.15.ebuild
@ 2010-07-10 14:34 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-07-10 14:34 UTC (permalink / raw
  To: gentoo-commits

fauli       10/07/10 14:34:14

  Modified:             ChangeLog nicotine+-1.2.15.ebuild
  Log:
  stable x86, bug 326495
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.48                 net-p2p/nicotine+/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/nicotine+/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/nicotine+/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/nicotine+/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	4 Jul 2010 22:14:25 -0000	1.47
+++ ChangeLog	10 Jul 2010 14:34:14 -0000	1.48
@@ -1,6 +1,10 @@
 # ChangeLog for net-p2p/nicotine+
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.47 2010/07/04 22:14:25 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.48 2010/07/10 14:34:14 fauli Exp $
+
+  10 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
+  nicotine+-1.2.15.ebuild:
+  stable x86, bug 326495
 
   04 Jul 2010; Markos Chandras <hwoarang@gentoo.org>
   nicotine+-1.2.15.ebuild:



1.6                  net-p2p/nicotine+/nicotine+-1.2.15.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.15.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.15.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.15.ebuild?r1=1.5&r2=1.6

Index: nicotine+-1.2.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.15.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- nicotine+-1.2.15.ebuild	4 Jul 2010 22:14:25 -0000	1.5
+++ nicotine+-1.2.15.ebuild	10 Jul 2010 14:34:14 -0000	1.6
@@ -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/net-p2p/nicotine+/nicotine+-1.2.15.ebuild,v 1.5 2010/07/04 22:14:25 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.15.ebuild,v 1.6 2010/07/10 14:34:14 fauli Exp $
 
 EAPI="2"
 PYTHON_DEPEND="2"
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
 IUSE="geoip spell"
 
 RDEPEND=">=dev-python/pygtk-2.12






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

* [gentoo-commits] gentoo-x86 commit in net-p2p/nicotine+: ChangeLog nicotine+-1.2.15.ebuild
@ 2010-10-15 19:16 Brent Baude (ranger)
  0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2010-10-15 19:16 UTC (permalink / raw
  To: gentoo-commits

ranger      10/10/15 19:16:55

  Modified:             ChangeLog nicotine+-1.2.15.ebuild
  Log:
  stable ppc, bug 326495
  (Portage version: 2.1.8.3/cvs/Linux ppc64)

Revision  Changes    Path
1.49                 net-p2p/nicotine+/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/nicotine+/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/nicotine+/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/nicotine+/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	10 Jul 2010 14:34:14 -0000	1.48
+++ ChangeLog	15 Oct 2010 19:16:55 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for net-p2p/nicotine+
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.48 2010/07/10 14:34:14 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.49 2010/10/15 19:16:55 ranger Exp $
+
+  15 Oct 2010; Brent Baude <ranger@gentoo.org> nicotine+-1.2.15.ebuild:
+  stable ppc, bug 326495
 
   10 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
   nicotine+-1.2.15.ebuild:



1.7                  net-p2p/nicotine+/nicotine+-1.2.15.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.15.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.15.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.15.ebuild?r1=1.6&r2=1.7

Index: nicotine+-1.2.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.15.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- nicotine+-1.2.15.ebuild	10 Jul 2010 14:34:14 -0000	1.6
+++ nicotine+-1.2.15.ebuild	15 Oct 2010 19:16:55 -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/net-p2p/nicotine+/nicotine+-1.2.15.ebuild,v 1.6 2010/07/10 14:34:14 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.15.ebuild,v 1.7 2010/10/15 19:16:55 ranger Exp $
 
 EAPI="2"
 PYTHON_DEPEND="2"
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc x86 ~x86-fbsd"
 IUSE="geoip spell"
 
 RDEPEND=">=dev-python/pygtk-2.12






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

end of thread, other threads:[~2010-10-15 19:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-08  3:29 [gentoo-commits] gentoo-x86 commit in net-p2p/nicotine+: ChangeLog nicotine+-1.2.15.ebuild Ryan Hill (dirtyepic)
  -- strict thread matches above, loose matches on Subject: below --
2010-10-15 19:16 Brent Baude (ranger)
2010-07-10 14:34 Christian Faulhammer (fauli)
2010-07-04 22:14 Markos Chandras (hwoarang)
2010-03-08  0:54 Jonathan Callen (abcd)

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