public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/libktorrent: libktorrent-1.0.5.3.ebuild ChangeLog
@ 2011-01-07 12:42 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 7+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2011-01-07 12:42 UTC (permalink / raw
  To: gentoo-commits

scarabeus    11/01/07 12:42:35

  Modified:             libktorrent-1.0.5.3.ebuild ChangeLog
  Log:
  Fix src_uri calculation per bug #350927. Thanks to Lars (Poly-C) for the patch.
  
  (Portage version: 2.2.0_alpha13/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-libs/libktorrent/libktorrent-1.0.5.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild?r1=1.1&r2=1.2

Index: libktorrent-1.0.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libktorrent-1.0.5.3.ebuild	6 Jan 2011 21:56:34 -0000	1.1
+++ libktorrent-1.0.5.3.ebuild	7 Jan 2011 12:42:34 -0000	1.2
@@ -1,13 +1,13 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild,v 1.1 2011/01/06 21:56:34 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild,v 1.2 2011/01/07 12:42:34 scarabeus Exp $
 
 EAPI=3
 KMNAME="extragear/network"
 if [[ ${PV} != 9999* ]]; then
 	inherit versionator
 	# upstream likes to skip that _ in beta releases
-	KTORRENT_VERSION=$(($(get_major_version)+3)).$(get_after_major_version)
+	KTORRENT_VERSION=$(($(get_major_version)+3)).$(get_version_component_range 2-3)
 	MY_PV="${PV/_/}"
 	MY_PV=$(replace_version_separator 3 '-' ${MY_PV}) # ZOMGHACK REMOVE ME NEXT TIME
 	MY_P="${PN}-${MY_PV}"



1.9                  net-libs/libktorrent/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	6 Jan 2011 21:56:35 -0000	1.8
+++ ChangeLog	7 Jan 2011 12:42:34 -0000	1.9
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/libktorrent
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.8 2011/01/06 21:56:35 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.9 2011/01/07 12:42:34 scarabeus Exp $
+
+  07 Jan 2011; Tomáš Chvátal <scarabeus@gentoo.org>
+  libktorrent-1.0.5.3.ebuild:
+  Fix src_uri calculation per bug #350927. Thanks to Lars (Poly-C) for the
+  patch.
 
 *libktorrent-1.0.5.3 (06 Jan 2011)
 






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

* [gentoo-commits] gentoo-x86 commit in net-libs/libktorrent: libktorrent-1.0.5.3.ebuild ChangeLog
@ 2011-01-07 23:43 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 7+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-01-07 23:43 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/01/07 23:43:14

  Modified:             libktorrent-1.0.5.3.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #350970
  
  (Portage version: 2.1.9.30/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  net-libs/libktorrent/libktorrent-1.0.5.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild?r1=1.2&r2=1.3

Index: libktorrent-1.0.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libktorrent-1.0.5.3.ebuild	7 Jan 2011 12:42:34 -0000	1.2
+++ libktorrent-1.0.5.3.ebuild	7 Jan 2011 23:43:14 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild,v 1.2 2011/01/07 12:42:34 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild,v 1.3 2011/01/07 23:43:14 hwoarang Exp $
 
 EAPI=3
 KMNAME="extragear/network"
@@ -25,7 +25,7 @@
 HOMEPAGE="http://ktorrent.org/"
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 SLOT="4"
 IUSE="debug doc"
 



1.10                 net-libs/libktorrent/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	7 Jan 2011 12:42:34 -0000	1.9
+++ ChangeLog	7 Jan 2011 23:43:14 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/libktorrent
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.9 2011/01/07 12:42:34 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.10 2011/01/07 23:43:14 hwoarang Exp $
+
+  07 Jan 2011; Markos Chandras <hwoarang@gentoo.org>
+  libktorrent-1.0.5.3.ebuild:
+  Stable on amd64 wrt bug #350970
 
   07 Jan 2011; Tomáš Chvátal <scarabeus@gentoo.org>
   libktorrent-1.0.5.3.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in net-libs/libktorrent: libktorrent-1.0.5.3.ebuild ChangeLog
@ 2011-01-11  8:41 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 7+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-01-11  8:41 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/01/11 08:41:57

  Modified:             libktorrent-1.0.5.3.ebuild ChangeLog
  Log:
  x86 stable wrt bug #350970
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.4                  net-libs/libktorrent/libktorrent-1.0.5.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild?r1=1.3&r2=1.4

Index: libktorrent-1.0.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libktorrent-1.0.5.3.ebuild	7 Jan 2011 23:43:14 -0000	1.3
+++ libktorrent-1.0.5.3.ebuild	11 Jan 2011 08:41:57 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild,v 1.3 2011/01/07 23:43:14 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild,v 1.4 2011/01/11 08:41:57 phajdan.jr Exp $
 
 EAPI=3
 KMNAME="extragear/network"
@@ -25,7 +25,7 @@
 HOMEPAGE="http://ktorrent.org/"
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 SLOT="4"
 IUSE="debug doc"
 



1.11                 net-libs/libktorrent/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	7 Jan 2011 23:43:14 -0000	1.10
+++ ChangeLog	11 Jan 2011 08:41:57 -0000	1.11
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/libktorrent
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.10 2011/01/07 23:43:14 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.11 2011/01/11 08:41:57 phajdan.jr Exp $
+
+  11 Jan 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  libktorrent-1.0.5.3.ebuild:
+  x86 stable wrt bug #350970
 
   07 Jan 2011; Markos Chandras <hwoarang@gentoo.org>
   libktorrent-1.0.5.3.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in net-libs/libktorrent: libktorrent-1.0.5.3.ebuild ChangeLog
@ 2011-01-17  1:07 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2011-01-17  1:07 UTC (permalink / raw
  To: gentoo-commits

ranger      11/01/17 01:07:43

  Modified:             libktorrent-1.0.5.3.ebuild ChangeLog
  Log:
  Marking libktorrent-1.0.5.3 ppc for bug 350970
  
  (Portage version: 2.1.9.25/cvs/Linux ppc64)

Revision  Changes    Path
1.5                  net-libs/libktorrent/libktorrent-1.0.5.3.ebuild

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

Index: libktorrent-1.0.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libktorrent-1.0.5.3.ebuild	11 Jan 2011 08:41:57 -0000	1.4
+++ libktorrent-1.0.5.3.ebuild	17 Jan 2011 01:07:43 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild,v 1.4 2011/01/11 08:41:57 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild,v 1.5 2011/01/17 01:07:43 ranger Exp $
 
 EAPI=3
 KMNAME="extragear/network"
@@ -25,7 +25,7 @@
 HOMEPAGE="http://ktorrent.org/"
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
 SLOT="4"
 IUSE="debug doc"
 



1.12                 net-libs/libktorrent/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	11 Jan 2011 08:41:57 -0000	1.11
+++ ChangeLog	17 Jan 2011 01:07:43 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libktorrent
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.11 2011/01/11 08:41:57 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.12 2011/01/17 01:07:43 ranger Exp $
+
+  17 Jan 2011; Brent Baude <ranger@gentoo.org> libktorrent-1.0.5.3.ebuild:
+  Marking libktorrent-1.0.5.3 ppc for bug 350970
 
   11 Jan 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   libktorrent-1.0.5.3.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in net-libs/libktorrent: libktorrent-1.0.5.3.ebuild ChangeLog
@ 2011-02-18 20:29 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-02-18 20:29 UTC (permalink / raw
  To: gentoo-commits

dilfridge    11/02/18 20:29:42

  Modified:             libktorrent-1.0.5.3.ebuild ChangeLog
  Log:
  Fixed tests using virtualx (bug 330619)
  
  (Portage version: 2.1.9.40/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  net-libs/libktorrent/libktorrent-1.0.5.3.ebuild

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

Index: libktorrent-1.0.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libktorrent-1.0.5.3.ebuild	17 Jan 2011 01:07:43 -0000	1.5
+++ libktorrent-1.0.5.3.ebuild	18 Feb 2011 20:29:42 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild,v 1.5 2011/01/17 01:07:43 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild,v 1.6 2011/02/18 20:29:42 dilfridge Exp $
 
 EAPI=3
 KMNAME="extragear/network"
@@ -19,6 +19,7 @@
 	SRC_URI="http://ktorrent.org/downloads/${KTORRENT_VERSION}/${MY_P}.tar.bz2"
 	S="${WORKDIR}"/"${MY_P}"
 fi
+VIRTUALX_REQUIRED=optional
 inherit kde4-base
 
 DESCRIPTION="A BitTorrent library based on KDE Platform"



1.13                 net-libs/libktorrent/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	17 Jan 2011 01:07:43 -0000	1.12
+++ ChangeLog	18 Feb 2011 20:29:42 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/libktorrent
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.12 2011/01/17 01:07:43 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.13 2011/02/18 20:29:42 dilfridge Exp $
+
+  18 Feb 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+  libktorrent-1.0.5.3.ebuild:
+  Fixed tests using virtualx (bug 330619)
 
   17 Jan 2011; Brent Baude <ranger@gentoo.org> libktorrent-1.0.5.3.ebuild:
   Marking libktorrent-1.0.5.3 ppc for bug 350970






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

* [gentoo-commits] gentoo-x86 commit in net-libs/libktorrent: libktorrent-1.0.5.3.ebuild ChangeLog
@ 2011-03-10  8:05 Christoph Mende (angelos)
  0 siblings, 0 replies; 7+ messages in thread
From: Christoph Mende (angelos) @ 2011-03-10  8:05 UTC (permalink / raw
  To: gentoo-commits

angelos     11/03/10 08:05:52

  Modified:             libktorrent-1.0.5.3.ebuild ChangeLog
  Log:
  QA: Removed unneeded VIRTUALX_REQUIRED
  
  (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  net-libs/libktorrent/libktorrent-1.0.5.3.ebuild

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

Index: libktorrent-1.0.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libktorrent-1.0.5.3.ebuild	18 Feb 2011 20:29:42 -0000	1.6
+++ libktorrent-1.0.5.3.ebuild	10 Mar 2011 08:05:52 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild,v 1.6 2011/02/18 20:29:42 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild,v 1.7 2011/03/10 08:05:52 angelos Exp $
 
 EAPI=3
 KMNAME="extragear/network"
@@ -19,7 +19,6 @@
 	SRC_URI="http://ktorrent.org/downloads/${KTORRENT_VERSION}/${MY_P}.tar.bz2"
 	S="${WORKDIR}"/"${MY_P}"
 fi
-VIRTUALX_REQUIRED=optional
 inherit kde4-base
 
 DESCRIPTION="A BitTorrent library based on KDE Platform"



1.14                 net-libs/libktorrent/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	18 Feb 2011 20:29:42 -0000	1.13
+++ ChangeLog	10 Mar 2011 08:05:52 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libktorrent
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.13 2011/02/18 20:29:42 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.14 2011/03/10 08:05:52 angelos Exp $
+
+  10 Mar 2011; <angelos@gentoo.org> libktorrent-1.0.5.3.ebuild:
+  QA: Removed unneeded VIRTUALX_REQUIRED
 
   18 Feb 2011; Andreas K. Huettel <dilfridge@gentoo.org>
   libktorrent-1.0.5.3.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in net-libs/libktorrent: libktorrent-1.0.5.3.ebuild ChangeLog
@ 2011-03-10 13:04 Christoph Mende (angelos)
  0 siblings, 0 replies; 7+ messages in thread
From: Christoph Mende (angelos) @ 2011-03-10 13:04 UTC (permalink / raw
  To: gentoo-commits

angelos     11/03/10 13:04:14

  Modified:             libktorrent-1.0.5.3.ebuild ChangeLog
  Log:
  QA: Fixed VIRTUALX_REQUIRED
  
  (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  net-libs/libktorrent/libktorrent-1.0.5.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild?r1=1.7&r2=1.8

Index: libktorrent-1.0.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libktorrent-1.0.5.3.ebuild	10 Mar 2011 08:05:52 -0000	1.7
+++ libktorrent-1.0.5.3.ebuild	10 Mar 2011 13:04:14 -0000	1.8
@@ -1,9 +1,10 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild,v 1.7 2011/03/10 08:05:52 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.5.3.ebuild,v 1.8 2011/03/10 13:04:14 angelos Exp $
 
 EAPI=3
 KMNAME="extragear/network"
+VIRTUALX_REQUIRED=test
 if [[ ${PV} != 9999* ]]; then
 	inherit versionator
 	# upstream likes to skip that _ in beta releases



1.15                 net-libs/libktorrent/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	10 Mar 2011 08:05:52 -0000	1.14
+++ ChangeLog	10 Mar 2011 13:04:14 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libktorrent
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.14 2011/03/10 08:05:52 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.15 2011/03/10 13:04:14 angelos Exp $
+
+  10 Mar 2011; <angelos@gentoo.org> libktorrent-1.0.5.3.ebuild:
+  QA: Fixed VIRTUALX_REQUIRED
 
   10 Mar 2011; <angelos@gentoo.org> libktorrent-1.0.5.3.ebuild:
   QA: Removed unneeded VIRTUALX_REQUIRED






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

end of thread, other threads:[~2011-03-10 13:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-07 12:42 [gentoo-commits] gentoo-x86 commit in net-libs/libktorrent: libktorrent-1.0.5.3.ebuild ChangeLog Tomas Chvatal (scarabeus)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-07 23:43 Markos Chandras (hwoarang)
2011-01-11  8:41 PaweA Hajdan (phajdan.jr)
2011-01-17  1:07 Brent Baude (ranger)
2011-02-18 20:29 Andreas HAttel (dilfridge)
2011-03-10  8:05 Christoph Mende (angelos)
2011-03-10 13:04 Christoph Mende (angelos)

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