public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-p2p/bitflu: ChangeLog bitflu-1.37.ebuild
@ 2011-08-21 19:40 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile (blueness) @ 2011-08-21 19:40 UTC (permalink / raw
  To: gentoo-commits

blueness    11/08/21 19:40:53

  Modified:             ChangeLog bitflu-1.37.ebuild
  Log:
  Added depend on dev-perl/Sys-Syscall, bug #380079
  
  (Portage version: 2.1.10.3/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-p2p/bitflu/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitflu/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	30 Jun 2011 16:02:44 -0000	1.1
+++ ChangeLog	21 Aug 2011 19:40:53 -0000	1.2
@@ -1,5 +1,8 @@
 
 
+  21 Aug 2011; Anthony G. Basile <blueness@gentoo.org> bitflu-1.37.ebuild:
+  Added depend on dev-perl/Sys-Syscall, bug #380079
+
   30 Jun 2011; Anthony G. Basile <blueness@gentoo.org> bitflu-1.37.ebuild,
   +files/bitflu-add-pidfile.patch, files/bitflu.config, files/bitflu.initd:
   Added patch to produce a pid file



1.2                  net-p2p/bitflu/bitflu-1.37.ebuild

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

Index: bitflu-1.37.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitflu/bitflu-1.37.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bitflu-1.37.ebuild	30 Jun 2011 16:02:44 -0000	1.1
+++ bitflu-1.37.ebuild	21 Aug 2011 19:40:53 -0000	1.2
@@ -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-p2p/bitflu/bitflu-1.37.ebuild,v 1.1 2011/06/30 16:02:44 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitflu/bitflu-1.37.ebuild,v 1.2 2011/08/21 19:40:53 blueness Exp $
 
 EAPI=3
 
@@ -15,7 +15,8 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="dev-perl/Danga-Socket"
+DEPEND="dev-perl/Danga-Socket
+	dev-perl/Sys-Syscall"
 RDEPEND="${DEPEND}"
 
 pkg_setup() {






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

* [gentoo-commits] gentoo-x86 commit in net-p2p/bitflu: ChangeLog bitflu-1.37.ebuild
@ 2011-08-26  9:13 Tony Vroon (chainsaw)
  0 siblings, 0 replies; 3+ messages in thread
From: Tony Vroon (chainsaw) @ 2011-08-26  9:13 UTC (permalink / raw
  To: gentoo-commits

chainsaw    11/08/26 09:13:18

  Modified:             ChangeLog bitflu-1.37.ebuild
  Log:
  Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Elijah El Lazkani in bug #380079.
  
  (Portage version: 2.1.10.11/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  net-p2p/bitflu/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitflu/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	24 Aug 2011 19:32:15 -0000	1.3
+++ ChangeLog	26 Aug 2011 09:13:18 -0000	1.4
@@ -1,5 +1,9 @@
 
 
+  26 Aug 2011; Tony Vroon <chainsaw@gentoo.org> bitflu-1.37.ebuild:
+  Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo &
+  Elijah El Lazkani in bug #380079.
+
 *bitflu-1.38 (24 Aug 2011)
 
   24 Aug 2011; Anthony G. Basile <blueness@gentoo.org> +bitflu-1.38.ebuild:



1.3                  net-p2p/bitflu/bitflu-1.37.ebuild

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

Index: bitflu-1.37.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitflu/bitflu-1.37.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bitflu-1.37.ebuild	21 Aug 2011 19:40:53 -0000	1.2
+++ bitflu-1.37.ebuild	26 Aug 2011 09:13:18 -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-p2p/bitflu/bitflu-1.37.ebuild,v 1.2 2011/08/21 19:40:53 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitflu/bitflu-1.37.ebuild,v 1.3 2011/08/26 09:13:18 chainsaw Exp $
 
 EAPI=3
 
@@ -12,7 +12,7 @@
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND="dev-perl/Danga-Socket






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

* [gentoo-commits] gentoo-x86 commit in net-p2p/bitflu: ChangeLog bitflu-1.37.ebuild
@ 2011-09-04 10:13 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2011-09-04 10:13 UTC (permalink / raw
  To: gentoo-commits

maekke      11/09/04 10:13:26

  Modified:             ChangeLog bitflu-1.37.ebuild
  Log:
  x86 stable, bug #380079
  
  (Portage version: 2.1.10.12/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  net-p2p/bitflu/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitflu/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	26 Aug 2011 09:13:18 -0000	1.4
+++ ChangeLog	4 Sep 2011 10:13:26 -0000	1.5
@@ -1,5 +1,8 @@
 
 
+  04 Sep 2011; Markus Meier <maekke@gentoo.org> bitflu-1.37.ebuild:
+  x86 stable, bug #380079
+
   26 Aug 2011; Tony Vroon <chainsaw@gentoo.org> bitflu-1.37.ebuild:
   Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo &
   Elijah El Lazkani in bug #380079.



1.4                  net-p2p/bitflu/bitflu-1.37.ebuild

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

Index: bitflu-1.37.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitflu/bitflu-1.37.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bitflu-1.37.ebuild	26 Aug 2011 09:13:18 -0000	1.3
+++ bitflu-1.37.ebuild	4 Sep 2011 10:13:26 -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-p2p/bitflu/bitflu-1.37.ebuild,v 1.3 2011/08/26 09:13:18 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitflu/bitflu-1.37.ebuild,v 1.4 2011/09/04 10:13:26 maekke Exp $
 
 EAPI=3
 
@@ -12,7 +12,7 @@
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="dev-perl/Danga-Socket






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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-21 19:40 [gentoo-commits] gentoo-x86 commit in net-p2p/bitflu: ChangeLog bitflu-1.37.ebuild Anthony G. Basile (blueness)
  -- strict thread matches above, loose matches on Subject: below --
2011-08-26  9:13 Tony Vroon (chainsaw)
2011-09-04 10:13 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