public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-p2p/ktorrent: ktorrent-2.2.8.ebuild ChangeLog
@ 2009-03-07 18:56 Petteri Raty (betelgeuse)
  0 siblings, 0 replies; 6+ messages in thread
From: Petteri Raty (betelgeuse) @ 2009-03-07 18:56 UTC (permalink / raw
  To: gentoo-commits

betelgeuse    09/03/07 18:56:50

  Modified:             ktorrent-2.2.8.ebuild ChangeLog
  Log:
  Migrate to EAPI 2. Call econf in src_compile until the eclasses are updated.
  (Portage version: 2.2_rc20/cvs/Linux 2.6.29-rc6 i686)

Revision  Changes    Path
1.7                  net-p2p/ktorrent/ktorrent-2.2.8.ebuild

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

Index: ktorrent-2.2.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-2.2.8.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ktorrent-2.2.8.ebuild	16 Feb 2009 20:47:00 -0000	1.6
+++ ktorrent-2.2.8.ebuild	7 Mar 2009 18:56:50 -0000	1.7
@@ -1,6 +1,8 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-2.2.8.ebuild,v 1.6 2009/02/16 20:47:00 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-2.2.8.ebuild,v 1.7 2009/03/07 18:56:50 betelgeuse Exp $
+
+EAPI="2"
 
 inherit kde
 
@@ -17,7 +19,7 @@
 
 DEPEND="dev-libs/gmp
 	>=dev-libs/geoip-1.4.0-r1
-	avahi? ( >=net-dns/avahi-0.6.16-r1 )"
+	avahi? ( >=net-dns/avahi-0.6.16-r1[qt3] )"
 RDEPEND="${DEPEND}
 	|| ( =kde-base/kdebase-kioslaves-3.5* =kde-base/kdebase-3.5* )"
 
@@ -32,19 +34,6 @@
 	IUSE="${IUSE} linguas_${X}"
 done
 
-pkg_setup() {
-	if use avahi && ! built_with_use net-dns/avahi qt3 ; then
-		echo
-		eerror "In order to use ktorrents zeroconf plugin you need to have"
-		eerror "net-dns/avahi emerged with \"qt3\" in your USE flag. Please add"
-		eerror "that flag, re-emerge avahi, and then emerge ktorrent again."
-		echo
-		die "net-dns/avahi not built with \"qt3\" support."
-	fi
-
-	kde_pkg_setup
-}
-
 src_unpack() {
 	kde_src_unpack
 
@@ -63,6 +52,8 @@
 	rm -f "${S}/configure"
 }
 
+src_configure() { :; }
+
 src_compile(){
 	local myconf="${myconf}
 		$(use_with avahi)



1.108                net-p2p/ktorrent/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog	17 Feb 2009 09:40:26 -0000	1.107
+++ ChangeLog	7 Mar 2009 18:56:50 -0000	1.108
@@ -1,6 +1,10 @@
 # ChangeLog for net-p2p/ktorrent
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.107 2009/02/17 09:40:26 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.108 2009/03/07 18:56:50 betelgeuse Exp $
+
+  07 Mar 2009; Petteri Räty <betelgeuse@gentoo.org> ktorrent-2.2.8.ebuild:
+  Migrate to EAPI 2. Call econf in src_compile until the eclasses are
+  updated.
 
   17 Feb 2009; Theo Chatzimichos <tampakrap@gentoo.org> ktorrent-3.2.ebuild:
   fix wrong SRC_URI






^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-p2p/ktorrent: ktorrent-2.2.8.ebuild ChangeLog
@ 2009-05-14 13:31 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 6+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2009-05-14 13:31 UTC (permalink / raw
  To: gentoo-commits

scarabeus    09/05/14 13:31:49

  Modified:             ktorrent-2.2.8.ebuild ChangeLog
  Log:
  Fix build issue when we bumped new eclass. Per bug #269701.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  net-p2p/ktorrent/ktorrent-2.2.8.ebuild

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

Index: ktorrent-2.2.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-2.2.8.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ktorrent-2.2.8.ebuild	7 Mar 2009 18:56:50 -0000	1.7
+++ ktorrent-2.2.8.ebuild	14 May 2009 13:31:49 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-2.2.8.ebuild,v 1.7 2009/03/07 18:56:50 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-2.2.8.ebuild,v 1.8 2009/05/14 13:31:49 scarabeus Exp $
 
 EAPI="2"
 
@@ -52,9 +52,7 @@
 	rm -f "${S}/configure"
 }
 
-src_configure() { :; }
-
-src_compile(){
+src_configure(){
 	local myconf="${myconf}
 		$(use_with avahi)
 		--enable-builtin-country-flags
@@ -63,5 +61,5 @@
 		--enable-torrent-mimetype
 		--disable-geoip"
 
-	kde_src_compile
+	kde_src_configure
 }



1.114                net-p2p/ktorrent/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog	18 Apr 2009 01:01:54 -0000	1.113
+++ ChangeLog	14 May 2009 13:31:49 -0000	1.114
@@ -1,6 +1,9 @@
 # ChangeLog for net-p2p/ktorrent
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.113 2009/04/18 01:01:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.114 2009/05/14 13:31:49 scarabeus Exp $
+
+  14 May 2009; Tomas Chvatal <scarabeus@gentoo.org> ktorrent-2.2.8.ebuild:
+  Fix build issue when we bumped new eclass. Per bug #269701.
 
   18 Apr 2009; Jeroen Roovers <jer@gentoo.org> ktorrent-3.2.1:
   Marked ~hppa (bug #260777).






^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-p2p/ktorrent: ktorrent-2.2.8.ebuild ChangeLog
@ 2009-01-06  2:48 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2009-01-06  2:48 UTC (permalink / raw
  To: gentoo-commits

ranger      09/01/06 02:48:09

  Modified:             ktorrent-2.2.8.ebuild ChangeLog
  Log:
  Marking ktorrent-2.2.8 ppc64 for bug 244741
  (Portage version: 2.1.6.4/cvs/Linux 2.6.24-gentoo-r3-g5-64 ppc64)

Revision  Changes    Path
1.5                  net-p2p/ktorrent/ktorrent-2.2.8.ebuild

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

Index: ktorrent-2.2.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-2.2.8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ktorrent-2.2.8.ebuild	1 Dec 2008 22:09:01 -0000	1.4
+++ ktorrent-2.2.8.ebuild	6 Jan 2009 02:48:08 -0000	1.5
@@ -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/net-p2p/ktorrent/ktorrent-2.2.8.ebuild,v 1.4 2008/12/01 22:09:01 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-2.2.8.ebuild,v 1.5 2009/01/06 02:48:08 ranger Exp $
 
 inherit kde
 
@@ -12,7 +12,7 @@
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="avahi kdeenablefinal"
 
 DEPEND="dev-libs/gmp



1.98                 net-p2p/ktorrent/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog	4 Jan 2009 14:49:42 -0000	1.97
+++ ChangeLog	6 Jan 2009 02:48:08 -0000	1.98
@@ -1,6 +1,9 @@
 # ChangeLog for net-p2p/ktorrent
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.97 2009/01/04 14:49:42 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.98 2009/01/06 02:48:08 ranger Exp $
+
+  06 Jan 2009; Brent Baude <ranger@gentoo.org> ktorrent-2.2.8.ebuild:
+  Marking ktorrent-2.2.8 ppc64 for bug 244741
 
   04 Jan 2009; Tomas Chvatal <scarabeus@gentoo.org>
   ktorrent-3.2_beta1.ebuild:






^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-p2p/ktorrent: ktorrent-2.2.8.ebuild ChangeLog
@ 2008-12-01 22:09 Friedrich Oslage (bluebird)
  0 siblings, 0 replies; 6+ messages in thread
From: Friedrich Oslage (bluebird) @ 2008-12-01 22:09 UTC (permalink / raw
  To: gentoo-commits

bluebird    08/12/01 22:09:01

  Modified:             ktorrent-2.2.8.ebuild ChangeLog
  Log:
  Stable on sparc, security bug #244741
  (Portage version: 2.2_rc16/cvs/Linux 2.6.28-rc6-00209-g6a12141 sparc64)

Revision  Changes    Path
1.4                  net-p2p/ktorrent/ktorrent-2.2.8.ebuild

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

Index: ktorrent-2.2.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-2.2.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ktorrent-2.2.8.ebuild	28 Nov 2008 21:56:45 -0000	1.3
+++ ktorrent-2.2.8.ebuild	1 Dec 2008 22:09:01 -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/net-p2p/ktorrent/ktorrent-2.2.8.ebuild,v 1.3 2008/11/28 21:56:45 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-2.2.8.ebuild,v 1.4 2008/12/01 22:09:01 bluebird Exp $
 
 inherit kde
 
@@ -12,7 +12,7 @@
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc ~ppc64 sparc x86 ~x86-fbsd"
 IUSE="avahi kdeenablefinal"
 
 DEPEND="dev-libs/gmp



1.95                 net-p2p/ktorrent/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog	28 Nov 2008 21:56:45 -0000	1.94
+++ ChangeLog	1 Dec 2008 22:09:01 -0000	1.95
@@ -1,6 +1,9 @@
 # ChangeLog for net-p2p/ktorrent
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.94 2008/11/28 21:56:45 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.95 2008/12/01 22:09:01 bluebird Exp $
+
+  01 Dec 2008; Friedrich Oslage <bluebird@gentoo.org> ktorrent-2.2.8.ebuild:
+  Stable on sparc, security bug #244741
 
   28 Nov 2008; Tobias Scherbaum <dertobi123@gentoo.org>
   ktorrent-2.2.8.ebuild:






^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-p2p/ktorrent: ktorrent-2.2.8.ebuild ChangeLog
@ 2008-11-28 21:56 Tobias Scherbaum (dertobi123)
  0 siblings, 0 replies; 6+ messages in thread
From: Tobias Scherbaum (dertobi123) @ 2008-11-28 21:56 UTC (permalink / raw
  To: gentoo-commits

dertobi123    08/11/28 21:56:45

  Modified:             ktorrent-2.2.8.ebuild ChangeLog
  Log:
  ppc stable, bug #244741
  (Portage version: 2.2_rc16/cvs/Linux 2.6.25-gentoo-r7 x86_64)

Revision  Changes    Path
1.3                  net-p2p/ktorrent/ktorrent-2.2.8.ebuild

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

Index: ktorrent-2.2.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-2.2.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ktorrent-2.2.8.ebuild	28 Nov 2008 20:19:23 -0000	1.2
+++ ktorrent-2.2.8.ebuild	28 Nov 2008 21:56:45 -0000	1.3
@@ -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/net-p2p/ktorrent/ktorrent-2.2.8.ebuild,v 1.2 2008/11/28 20:19:23 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-2.2.8.ebuild,v 1.3 2008/11/28 21:56:45 dertobi123 Exp $
 
 inherit kde
 
@@ -12,7 +12,7 @@
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="avahi kdeenablefinal"
 
 DEPEND="dev-libs/gmp



1.94                 net-p2p/ktorrent/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog	28 Nov 2008 20:19:23 -0000	1.93
+++ ChangeLog	28 Nov 2008 21:56:45 -0000	1.94
@@ -1,6 +1,10 @@
 # ChangeLog for net-p2p/ktorrent
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.93 2008/11/28 20:19:23 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.94 2008/11/28 21:56:45 dertobi123 Exp $
+
+  28 Nov 2008; Tobias Scherbaum <dertobi123@gentoo.org>
+  ktorrent-2.2.8.ebuild:
+  ppc stable, bug #244741
 
   28 Nov 2008; Markus Meier <maekke@gentoo.org> ktorrent-2.2.8.ebuild:
   amd64/x86 stable, bug #244741






^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-p2p/ktorrent: ktorrent-2.2.8.ebuild ChangeLog
@ 2008-11-28 20:19 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2008-11-28 20:19 UTC (permalink / raw
  To: gentoo-commits

maekke      08/11/28 20:19:23

  Modified:             ktorrent-2.2.8.ebuild ChangeLog
  Log:
  amd64/x86 stable, bug #244741
  (Portage version: 2.1.6_rc2/cvs/Linux 2.6.26.8 x86_64)

Revision  Changes    Path
1.2                  net-p2p/ktorrent/ktorrent-2.2.8.ebuild

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

Index: ktorrent-2.2.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-2.2.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ktorrent-2.2.8.ebuild	27 Nov 2008 20:54:37 -0000	1.1
+++ ktorrent-2.2.8.ebuild	28 Nov 2008 20:19:23 -0000	1.2
@@ -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/net-p2p/ktorrent/ktorrent-2.2.8.ebuild,v 1.1 2008/11/27 20:54:37 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-2.2.8.ebuild,v 1.2 2008/11/28 20:19:23 maekke Exp $
 
 inherit kde
 
@@ -12,7 +12,7 @@
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="avahi kdeenablefinal"
 
 DEPEND="dev-libs/gmp



1.93                 net-p2p/ktorrent/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog	27 Nov 2008 20:54:37 -0000	1.92
+++ ChangeLog	28 Nov 2008 20:19:23 -0000	1.93
@@ -1,6 +1,9 @@
 # ChangeLog for net-p2p/ktorrent
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.92 2008/11/27 20:54:37 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.93 2008/11/28 20:19:23 maekke Exp $
+
+  28 Nov 2008; Markus Meier <maekke@gentoo.org> ktorrent-2.2.8.ebuild:
+  amd64/x86 stable, bug #244741
 
 *ktorrent-2.2.8 (27 Nov 2008)
 






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

end of thread, other threads:[~2009-05-14 13:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-07 18:56 [gentoo-commits] gentoo-x86 commit in net-p2p/ktorrent: ktorrent-2.2.8.ebuild ChangeLog Petteri Raty (betelgeuse)
  -- strict thread matches above, loose matches on Subject: below --
2009-05-14 13:31 Tomas Chvatal (scarabeus)
2009-01-06  2:48 Brent Baude (ranger)
2008-12-01 22:09 Friedrich Oslage (bluebird)
2008-11-28 21:56 Tobias Scherbaum (dertobi123)
2008-11-28 20:19 Markus Meier (maekke)

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