public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-p2p/bittorrent: bittorrent-5.0.9.ebuild
@ 2007-12-28 17:17 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2007-12-28 17:17 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    07/12/28 17:17:49

  Modified:             bittorrent-5.0.9.ebuild
  Log:
  whitespace
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.9                  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.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild?r1=1.8&r2=1.9

Index: bittorrent-5.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- bittorrent-5.0.9.ebuild	28 Dec 2007 12:52:41 -0000	1.8
+++ bittorrent-5.0.9.ebuild	28 Dec 2007 17:17:48 -0000	1.9
@@ -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.8 2007/12/28 12:52:41 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild,v 1.9 2007/12/28 17:17:48 mr_bones_ Exp $
 
 WX_GTK_VER="2.6"
 inherit distutils fdo-mime eutils wxwidgets
@@ -38,7 +38,7 @@
 	if use gtk ; then
 		need-wxwidgets unicode ||
 			die "You must build wxGTK and wxpython with unicode support"
-		
+
 		if ! built_with_use =dev-python/wxpython-2.6* unicode ; then
 			die "You must build wxGTK and wxpython with unicode support"
 		fi



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in net-p2p/bittorrent: bittorrent-5.0.9.ebuild
@ 2008-01-13  8:53 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2008-01-13  8:53 UTC (permalink / raw
  To: gentoo-commits

vapier      08/01/13 08:53:52

  Modified:             bittorrent-5.0.9.ebuild
  Log:
  arm/s390/sh stable
  (Portage version: 2.1.4)

Revision  Changes    Path
1.10                 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.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild?r1=1.9&r2=1.10

Index: bittorrent-5.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- bittorrent-5.0.9.ebuild	28 Dec 2007 17:17:48 -0000	1.9
+++ bittorrent-5.0.9.ebuild	13 Jan 2008 08:53:51 -0000	1.10
@@ -1,6 +1,6 @@
-# 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/net-p2p/bittorrent/bittorrent-5.0.9.ebuild,v 1.9 2007/12/28 17:17:48 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild,v 1.10 2008/01/13 08:53:51 vapier Exp $
 
 WX_GTK_VER="2.6"
 inherit distutils fdo-mime eutils wxwidgets
@@ -15,7 +15,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@lists.gentoo.org mailing list



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

end of thread, other threads:[~2008-01-13  8:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-28 17:17 [gentoo-commits] gentoo-x86 commit in net-p2p/bittorrent: bittorrent-5.0.9.ebuild Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2008-01-13  8:53 Mike Frysinger (vapier)

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