public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-biology/bamtools: ChangeLog bamtools-2.2.3.ebuild
@ 2013-02-28 20:00 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 2+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2013-02-28 20:00 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    13/02/28 20:00:59

  Modified:             ChangeLog bamtools-2.2.3.ebuild
  Log:
  Update jsoncpp dependency, bug #452234.
  
  (Portage version: 2.1.11.50/cvs/Linux i686, signed Manifest commit with key 30427902)

Revision  Changes    Path
1.5                  sci-biology/bamtools/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/bamtools/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	28 Jan 2013 08:35:06 -0000	1.4
+++ ChangeLog	28 Feb 2013 20:00:59 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for sci-biology/bamtools
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/bamtools/ChangeLog,v 1.4 2013/01/28 08:35:06 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/bamtools/ChangeLog,v 1.5 2013/02/28 20:00:59 phajdan.jr Exp $
+
+  28 Feb 2013; Pawel Hajdan jr <phajdan.jr@gentoo.org> bamtools-2.2.3.ebuild:
+  Update jsoncpp dependency, bug #452234.
 
 *bamtools-2.2.3 (28 Jan 2013)
 



1.2                  sci-biology/bamtools/bamtools-2.2.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bamtools/bamtools-2.2.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bamtools/bamtools-2.2.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bamtools/bamtools-2.2.3.ebuild?r1=1.1&r2=1.2

Index: bamtools-2.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/bamtools/bamtools-2.2.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bamtools-2.2.3.ebuild	28 Jan 2013 08:35:06 -0000	1.1
+++ bamtools-2.2.3.ebuild	28 Feb 2013 20:00:59 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/bamtools/bamtools-2.2.3.ebuild,v 1.1 2013/01/28 08:35:06 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/bamtools/bamtools-2.2.3.ebuild,v 1.2 2013/02/28 20:00:59 phajdan.jr Exp $
 
 EAPI=4
 
@@ -16,7 +16,7 @@
 IUSE="static-libs"
 
 DEPEND="
-	dev-libs/jsoncpp
+	=dev-libs/jsoncpp-0.5.0
 	sys-libs/zlib"
 RDEPEND="${DEPEND}"
 





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

* [gentoo-commits] gentoo-x86 commit in sci-biology/bamtools: ChangeLog bamtools-2.2.3.ebuild
@ 2013-03-01  8:16 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2013-03-01  8:16 UTC (permalink / raw
  To: gentoo-commits

jlec        13/03/01 08:16:21

  Modified:             ChangeLog bamtools-2.2.3.ebuild
  Log:
  sci-biology/bamtools: Update script and correct dep on jsoncpp
  
  (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)

Revision  Changes    Path
1.6                  sci-biology/bamtools/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bamtools/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bamtools/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bamtools/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/bamtools/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	28 Feb 2013 20:00:59 -0000	1.5
+++ ChangeLog	1 Mar 2013 08:16:21 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for sci-biology/bamtools
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/bamtools/ChangeLog,v 1.5 2013/02/28 20:00:59 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/bamtools/ChangeLog,v 1.6 2013/03/01 08:16:21 jlec Exp $
+
+  01 Mar 2013; Justin Lecher <jlec@gentoo.org> bamtools-2.2.3.ebuild,
+  files/bamtools-2.2.3-unbundle.patch:
+  Update script and correct dep on jsoncpp
 
   28 Feb 2013; Pawel Hajdan jr <phajdan.jr@gentoo.org> bamtools-2.2.3.ebuild:
   Update jsoncpp dependency, bug #452234.



1.3                  sci-biology/bamtools/bamtools-2.2.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bamtools/bamtools-2.2.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bamtools/bamtools-2.2.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bamtools/bamtools-2.2.3.ebuild?r1=1.2&r2=1.3

Index: bamtools-2.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/bamtools/bamtools-2.2.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bamtools-2.2.3.ebuild	28 Feb 2013 20:00:59 -0000	1.2
+++ bamtools-2.2.3.ebuild	1 Mar 2013 08:16:21 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/bamtools/bamtools-2.2.3.ebuild,v 1.2 2013/02/28 20:00:59 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/bamtools/bamtools-2.2.3.ebuild,v 1.3 2013/03/01 08:16:21 jlec Exp $
 
 EAPI=4
 
@@ -16,7 +16,7 @@
 IUSE="static-libs"
 
 DEPEND="
-	=dev-libs/jsoncpp-0.5.0
+	>=dev-libs/jsoncpp-0.5.0-r1
 	sys-libs/zlib"
 RDEPEND="${DEPEND}"
 





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

end of thread, other threads:[~2013-03-01  8:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-28 20:00 [gentoo-commits] gentoo-x86 commit in sci-biology/bamtools: ChangeLog bamtools-2.2.3.ebuild PaweA Hajdan (phajdan.jr)
  -- strict thread matches above, loose matches on Subject: below --
2013-03-01  8:16 Justin Lecher (jlec)

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