public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-p2p/bittorrent: ChangeLog bittorrent-5.0.9.ebuild
@ 2007-10-16 11:54 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2007-10-16 11:54 UTC (permalink / raw
  To: gentoo-commits

armin76     07/10/16 11:54:32

  Modified:             ChangeLog
  Added:                bittorrent-5.0.9.ebuild
  Log:
  Version bump wrt #196022
  (Portage version: 2.1.3.9)

Revision  Changes    Path
1.118                net-p2p/bittorrent/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog	29 Sep 2007 00:10:25 -0000	1.117
+++ ChangeLog	16 Oct 2007 11:54:31 -0000	1.118
@@ -1,6 +1,11 @@
 # ChangeLog for net-p2p/bittorrent
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.117 2007/09/29 00:10:25 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.118 2007/10/16 11:54:31 armin76 Exp $
+
+*bittorrent-5.0.9 (16 Oct 2007)
+
+  16 Oct 2007; Raúl Porcel <armin76@gentoo.org> +bittorrent-5.0.9.ebuild:
+  Version bump wrt #196022
 
   29 Sep 2007; Ryan Hill <dirtyepic@gentoo.org> bittorrent-5.0.7.ebuild:
   Lock wxGTK to 2.6.



1.1                  net-p2p/bittorrent/bittorrent-5.0.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild?rev=1.1&content-type=text/plain

Index: bittorrent-5.0.9.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild,v 1.1 2007/10/16 11:54:31 armin76 Exp $

inherit distutils fdo-mime eutils

MY_P="${P/bittorrent/BitTorrent}"
#MY_P="${MY_P/}"
S=${WORKDIR}/${MY_P}

DESCRIPTION="tool for distributing files via a distributed network of nodes"
HOMEPAGE="http://www.bittorrent.com/"
SRC_URI="http://download.bittorrent.com/dl/${MY_P}.tar.gz"

LICENSE="BitTorrent"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="gtk"

RDEPEND=">=dev-lang/python-2.3
	gtk? (
		=dev-python/wxpython-2.6*
	)
	>=dev-python/pycrypto-2.0
	>=dev-python/twisted-2
	dev-python/twisted-web
	net-zope/zopeinterface
	!virtual/bittorrent"
DEPEND="${RDEPEND}
	app-arch/gzip
	>=sys-apps/sed-4.0.5
	dev-python/dnspython"
PROVIDE="virtual/bittorrent"

DOCS="README.txt TRACKERLESS.txt public.key"
PYTHON_MODNAME="BitTorrent"

pkg_setup() {
	if use gtk ; then
		if ! built_with_use x11-libs/wxGTK unicode ; then
			die "You must build wxGTK and wxpython with unicode support"
		fi
		if ! built_with_use dev-python/wxpython unicode ; then
			die "You must build wxGTK and wxpython with unicode support"
		fi
	fi
}

src_unpack() {
	unpack ${A}
	cd "${S}"
	# path for documentation is in lowercase #109743
	sed -i -r "s:(dp.*appdir):\1.lower():" BitTorrent/platform.py
}

src_install() {
	distutils_src_install
	use gtk || rm -f "${D}"/usr/bin/bittorrent

	if use gtk ; then
		doicon images/logo/bittorrent.ico
		newicon images/logo/bittorrent_icon_32.png bittorrent.png
		make_desktop_entry "bittorrent" "BitTorrent" bittorrent.png "Network"
		echo "MimeType=application/x-bittorrent" \
			>> "${D}"/usr/share/applications/bittorrent-${PN}.desktop
	fi

	newinitd "${FILESDIR}"/bittorrent-tracker.initd bittorrent-tracker
	newconfd "${FILESDIR}"/bittorrent-tracker.confd bittorrent-tracker
}

pkg_postinst() {
	einfo "Remember that BitTorrent has changed file naming scheme"
	einfo "To run BitTorrent just execute /usr/bin/bittorrent"
	einfo "To run the init.d, please use /etc/init.d/bittorrent-tracker"
	elog
	elog "If you are upgrading from bittorrent-4.4.0 you must remove "
	elog "the ~/.bittorrent dir to make this version work. Remember to "
	elog "do a backup first!"
	elog
	distutils_pkg_postinst
	fdo-mime_desktop_database_update
}



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in net-p2p/bittorrent: ChangeLog bittorrent-5.0.9.ebuild
@ 2007-11-21 11:47 Dawid Weglinski (cla)
  0 siblings, 0 replies; 8+ messages in thread
From: Dawid Weglinski (cla) @ 2007-11-21 11:47 UTC (permalink / raw
  To: gentoo-commits

cla         07/11/21 11:47:50

  Modified:             ChangeLog bittorrent-5.0.9.ebuild
  Log:
  Stable on x86
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.119                net-p2p/bittorrent/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog	16 Oct 2007 11:54:31 -0000	1.118
+++ ChangeLog	21 Nov 2007 11:47:49 -0000	1.119
@@ -1,6 +1,9 @@
 # ChangeLog for net-p2p/bittorrent
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.118 2007/10/16 11:54:31 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.119 2007/11/21 11:47:49 cla Exp $
+
+  21 Nov 2007; Dawid Węgliński <cla@gentoo.org> bittorrent-5.0.9.ebuild:
+  Stable on x86
 
 *bittorrent-5.0.9 (16 Oct 2007)
 



1.2                  net-p2p/bittorrent/bittorrent-5.0.9.ebuild

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

Index: bittorrent-5.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bittorrent-5.0.9.ebuild	16 Oct 2007 11:54:31 -0000	1.1
+++ bittorrent-5.0.9.ebuild	21 Nov 2007 11:47:49 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild,v 1.1 2007/10/16 11:54:31 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild,v 1.2 2007/11/21 11:47:49 cla Exp $
 
 inherit distutils fdo-mime eutils
 
@@ -14,7 +14,7 @@
 
 LICENSE="BitTorrent"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="gtk"
 
 RDEPEND=">=dev-lang/python-2.3



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in net-p2p/bittorrent: ChangeLog bittorrent-5.0.9.ebuild
@ 2007-11-21 15:23 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2007-11-21 15:23 UTC (permalink / raw
  To: gentoo-commits

armin76     07/11/21 15:23:51

  Modified:             ChangeLog bittorrent-5.0.9.ebuild
  Log:
  alpha/ia64/sparc stable
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.120                net-p2p/bittorrent/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog	21 Nov 2007 11:47:49 -0000	1.119
+++ ChangeLog	21 Nov 2007 15:23:51 -0000	1.120
@@ -1,6 +1,9 @@
 # ChangeLog for net-p2p/bittorrent
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.119 2007/11/21 11:47:49 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.120 2007/11/21 15:23:51 armin76 Exp $
+
+  21 Nov 2007; Raúl Porcel <armin76@gentoo.org> bittorrent-5.0.9.ebuild:
+  alpha/ia64/sparc stable
 
   21 Nov 2007; Dawid Węgliński <cla@gentoo.org> bittorrent-5.0.9.ebuild:
   Stable on x86



1.3                  net-p2p/bittorrent/bittorrent-5.0.9.ebuild

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

Index: bittorrent-5.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bittorrent-5.0.9.ebuild	21 Nov 2007 11:47:49 -0000	1.2
+++ bittorrent-5.0.9.ebuild	21 Nov 2007 15:23:51 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild,v 1.2 2007/11/21 11:47:49 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild,v 1.3 2007/11/21 15:23:51 armin76 Exp $
 
 inherit distutils fdo-mime eutils
 
@@ -14,7 +14,7 @@
 
 LICENSE="BitTorrent"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
 IUSE="gtk"
 
 RDEPEND=">=dev-lang/python-2.3



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in net-p2p/bittorrent: ChangeLog bittorrent-5.0.9.ebuild
@ 2007-11-21 15:39 Samuli Suominen (drac)
  0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (drac) @ 2007-11-21 15:39 UTC (permalink / raw
  To: gentoo-commits

drac        07/11/21 15:39:00

  Modified:             ChangeLog bittorrent-5.0.9.ebuild
  Log:
  amd64 stable wrt #199882
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.121                net-p2p/bittorrent/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog	21 Nov 2007 15:23:51 -0000	1.120
+++ ChangeLog	21 Nov 2007 15:38:59 -0000	1.121
@@ -1,6 +1,9 @@
 # ChangeLog for net-p2p/bittorrent
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.120 2007/11/21 15:23:51 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.121 2007/11/21 15:38:59 drac Exp $
+
+  21 Nov 2007; Samuli Suominen <drac@gentoo.org> bittorrent-5.0.9.ebuild:
+  amd64 stable wrt #199882
 
   21 Nov 2007; Raúl Porcel <armin76@gentoo.org> bittorrent-5.0.9.ebuild:
   alpha/ia64/sparc stable



1.4                  net-p2p/bittorrent/bittorrent-5.0.9.ebuild

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

Index: bittorrent-5.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bittorrent-5.0.9.ebuild	21 Nov 2007 15:23:51 -0000	1.3
+++ bittorrent-5.0.9.ebuild	21 Nov 2007 15:38:59 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild,v 1.3 2007/11/21 15:23:51 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild,v 1.4 2007/11/21 15:38:59 drac Exp $
 
 inherit distutils fdo-mime eutils
 
@@ -14,13 +14,11 @@
 
 LICENSE="BitTorrent"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
 IUSE="gtk"
 
 RDEPEND=">=dev-lang/python-2.3
-	gtk? (
-		=dev-python/wxpython-2.6*
-	)
+	gtk? ( =dev-python/wxpython-2.6* )
 	>=dev-python/pycrypto-2.0
 	>=dev-python/twisted-2
 	dev-python/twisted-web



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in net-p2p/bittorrent: ChangeLog bittorrent-5.0.9.ebuild
@ 2007-11-21 16:42 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2007-11-21 16:42 UTC (permalink / raw
  To: gentoo-commits

jer         07/11/21 16:42:51

  Modified:             ChangeLog bittorrent-5.0.9.ebuild
  Log:
  Stable for HPPA (bug #199882).
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.122                net-p2p/bittorrent/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog	21 Nov 2007 15:38:59 -0000	1.121
+++ ChangeLog	21 Nov 2007 16:42:51 -0000	1.122
@@ -1,6 +1,9 @@
 # ChangeLog for net-p2p/bittorrent
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.121 2007/11/21 15:38:59 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.122 2007/11/21 16:42:51 jer Exp $
+
+  21 Nov 2007; Jeroen Roovers <jer@gentoo.org> bittorrent-5.0.9.ebuild:
+  Stable for HPPA (bug #199882).
 
   21 Nov 2007; Samuli Suominen <drac@gentoo.org> bittorrent-5.0.9.ebuild:
   amd64 stable wrt #199882



1.5                  net-p2p/bittorrent/bittorrent-5.0.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild?r1=1.4&r2=1.5

Index: bittorrent-5.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bittorrent-5.0.9.ebuild	21 Nov 2007 15:38:59 -0000	1.4
+++ bittorrent-5.0.9.ebuild	21 Nov 2007 16:42:51 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild,v 1.4 2007/11/21 15:38:59 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild,v 1.5 2007/11/21 16:42:51 jer Exp $
 
 inherit distutils fdo-mime eutils
 
@@ -14,7 +14,7 @@
 
 LICENSE="BitTorrent"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
 IUSE="gtk"
 
 RDEPEND=">=dev-lang/python-2.3



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in net-p2p/bittorrent: ChangeLog bittorrent-5.0.9.ebuild
@ 2007-11-21 17:38 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 8+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2007-11-21 17:38 UTC (permalink / raw
  To: gentoo-commits

nixnut      07/11/21 17:38:40

  Modified:             ChangeLog bittorrent-5.0.9.ebuild
  Log:
  Stable on ppc wrt bug 199882
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.123                net-p2p/bittorrent/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog	21 Nov 2007 16:42:51 -0000	1.122
+++ ChangeLog	21 Nov 2007 17:38:39 -0000	1.123
@@ -1,6 +1,9 @@
 # ChangeLog for net-p2p/bittorrent
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.122 2007/11/21 16:42:51 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.123 2007/11/21 17:38:39 nixnut Exp $
+
+  21 Nov 2007; nixnut <nixnut@gentoo.org> bittorrent-5.0.9.ebuild:
+  Stable on ppc wrt bug 199882
 
   21 Nov 2007; Jeroen Roovers <jer@gentoo.org> bittorrent-5.0.9.ebuild:
   Stable for HPPA (bug #199882).



1.6                  net-p2p/bittorrent/bittorrent-5.0.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild?r1=1.5&r2=1.6

Index: bittorrent-5.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bittorrent-5.0.9.ebuild	21 Nov 2007 16:42:51 -0000	1.5
+++ bittorrent-5.0.9.ebuild	21 Nov 2007 17:38:39 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild,v 1.5 2007/11/21 16:42:51 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild,v 1.6 2007/11/21 17:38:39 nixnut Exp $
 
 inherit distutils fdo-mime eutils
 
@@ -14,7 +14,7 @@
 
 LICENSE="BitTorrent"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
 IUSE="gtk"
 
 RDEPEND=">=dev-lang/python-2.3



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in net-p2p/bittorrent: ChangeLog bittorrent-5.0.9.ebuild
@ 2007-11-23 21:14 Markus Rothe (corsair)
  0 siblings, 0 replies; 8+ messages in thread
From: Markus Rothe (corsair) @ 2007-11-23 21:14 UTC (permalink / raw
  To: gentoo-commits

corsair     07/11/23 21:14:53

  Modified:             ChangeLog bittorrent-5.0.9.ebuild
  Log:
  Stable on ppc64; bug #199882
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.124                net-p2p/bittorrent/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog	21 Nov 2007 17:38:39 -0000	1.123
+++ ChangeLog	23 Nov 2007 21:14:53 -0000	1.124
@@ -1,6 +1,9 @@
 # ChangeLog for net-p2p/bittorrent
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.123 2007/11/21 17:38:39 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.124 2007/11/23 21:14:53 corsair Exp $
+
+  23 Nov 2007; Markus Rothe <corsair@gentoo.org> bittorrent-5.0.9.ebuild:
+  Stable on ppc64; bug #199882
 
   21 Nov 2007; nixnut <nixnut@gentoo.org> bittorrent-5.0.9.ebuild:
   Stable on ppc wrt bug 199882



1.7                  net-p2p/bittorrent/bittorrent-5.0.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild?r1=1.6&r2=1.7

Index: bittorrent-5.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bittorrent-5.0.9.ebuild	21 Nov 2007 17:38:39 -0000	1.6
+++ bittorrent-5.0.9.ebuild	23 Nov 2007 21:14:53 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild,v 1.6 2007/11/21 17:38:39 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild,v 1.7 2007/11/23 21:14:53 corsair Exp $
 
 inherit distutils fdo-mime eutils
 
@@ -14,7 +14,7 @@
 
 LICENSE="BitTorrent"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
 IUSE="gtk"
 
 RDEPEND=">=dev-lang/python-2.3



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in net-p2p/bittorrent: ChangeLog bittorrent-5.0.9.ebuild
@ 2007-12-28 12:52 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2007-12-28 12:52 UTC (permalink / raw
  To: gentoo-commits

armin76     07/12/28 12:52:41

  Modified:             ChangeLog bittorrent-5.0.9.ebuild
  Log:
  Make it not die with wxpython-2.8 installed, bug #202813, patch by <dynamotwain at aim dot com>
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.125                net-p2p/bittorrent/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog	23 Nov 2007 21:14:53 -0000	1.124
+++ ChangeLog	28 Dec 2007 12:52:41 -0000	1.125
@@ -1,6 +1,10 @@
 # ChangeLog for net-p2p/bittorrent
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.124 2007/11/23 21:14:53 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.125 2007/12/28 12:52:41 armin76 Exp $
+
+  28 Dec 2007; Raúl Porcel <armin76@gentoo.org> bittorrent-5.0.9.ebuild:
+  Make it not die with wxpython-2.8 installed, bug #202813, patch by
+  <dynamotwain at aim dot com>
 
   23 Nov 2007; Markus Rothe <corsair@gentoo.org> bittorrent-5.0.9.ebuild:
   Stable on ppc64; bug #199882



1.8                  net-p2p/bittorrent/bittorrent-5.0.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild?r1=1.7&r2=1.8

Index: bittorrent-5.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- bittorrent-5.0.9.ebuild	23 Nov 2007 21:14:53 -0000	1.7
+++ bittorrent-5.0.9.ebuild	28 Dec 2007 12:52:41 -0000	1.8
@@ -1,8 +1,9 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild,v 1.7 2007/11/23 21:14:53 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild,v 1.8 2007/12/28 12:52:41 armin76 Exp $
 
-inherit distutils fdo-mime eutils
+WX_GTK_VER="2.6"
+inherit distutils fdo-mime eutils wxwidgets
 
 MY_P="${P/bittorrent/BitTorrent}"
 #MY_P="${MY_P/}"
@@ -35,10 +36,10 @@
 
 pkg_setup() {
 	if use gtk ; then
-		if ! built_with_use x11-libs/wxGTK unicode ; then
+		need-wxwidgets unicode ||
 			die "You must build wxGTK and wxpython with unicode support"
-		fi
-		if ! built_with_use dev-python/wxpython unicode ; then
+		
+		if ! built_with_use =dev-python/wxpython-2.6* unicode ; then
 			die "You must build wxGTK and wxpython with unicode support"
 		fi
 	fi



-- 
gentoo-commits@gentoo.org mailing list



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

end of thread, other threads:[~2007-12-28 12:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-28 12:52 [gentoo-commits] gentoo-x86 commit in net-p2p/bittorrent: ChangeLog bittorrent-5.0.9.ebuild Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2007-11-23 21:14 Markus Rothe (corsair)
2007-11-21 17:38 Gysbert Wassenaar (nixnut)
2007-11-21 16:42 Jeroen Roovers (jer)
2007-11-21 15:39 Samuli Suominen (drac)
2007-11-21 15:23 Raul Porcel (armin76)
2007-11-21 11:47 Dawid Weglinski (cla)
2007-10-16 11:54 Raul Porcel (armin76)

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