public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-cluster/ceph: ceph-0.49.ebuild ceph-0.48.ebuild ChangeLog
@ 2012-08-06 14:29 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; only message in thread
From: Alexey Shvetsov (alexxy) @ 2012-08-06 14:29 UTC (permalink / raw
  To: gentoo-commits

alexxy      12/08/06 14:29:01

  Modified:             ceph-0.49.ebuild ceph-0.48.ebuild ChangeLog
  Log:
  [sys-cluster/ceph] Add missing dep as per Paweł Wojtal request
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sys-cluster/ceph/ceph-0.49.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ceph-0.49.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ceph-0.49.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ceph-0.49.ebuild?r1=1.1&r2=1.2

Index: ceph-0.49.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.49.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ceph-0.49.ebuild	4 Aug 2012 10:23:37 -0000	1.1
+++ ceph-0.49.ebuild	6 Aug 2012 14:29:01 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.49.ebuild,v 1.1 2012/08/04 10:23:37 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.49.ebuild,v 1.2 2012/08/06 14:29:01 alexxy Exp $
 
 EAPI=4
 
@@ -32,6 +32,7 @@
 	radosgw? (
 				dev-libs/fcgi
 				dev-libs/expat
+				net-misc/curl
 			)
 	tcmalloc? ( dev-util/google-perftools )
 	"



1.2                  sys-cluster/ceph/ceph-0.48.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ceph-0.48.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ceph-0.48.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ceph-0.48.ebuild?r1=1.1&r2=1.2

Index: ceph-0.48.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.48.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ceph-0.48.ebuild	4 Aug 2012 10:31:52 -0000	1.1
+++ ceph-0.48.ebuild	6 Aug 2012 14:29:01 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.48.ebuild,v 1.1 2012/08/04 10:31:52 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.48.ebuild,v 1.2 2012/08/06 14:29:01 alexxy Exp $
 
 EAPI=4
 
@@ -32,6 +32,7 @@
 	radosgw? (
 				dev-libs/fcgi
 				dev-libs/expat
+				net-misc/curl
 			)
 	tcmalloc? ( dev-util/google-perftools )
 	"
@@ -42,6 +43,8 @@
 
 STRIP_MASK="/usr/lib*/rados-classes/*"
 
+S="${WORKDIR}/${P}argonaut"
+
 src_prepare() {
 	sed -e 's:invoke-rc\.d.*:/etc/init.d/ceph reload >/dev/null:' \
 		-i src/logrotate.conf || die



1.25                 sys-cluster/ceph/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	4 Aug 2012 10:31:52 -0000	1.24
+++ ChangeLog	6 Aug 2012 14:29:01 -0000	1.25
@@ -1,6 +1,10 @@
 # ChangeLog for sys-cluster/ceph
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v 1.24 2012/08/04 10:31:52 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v 1.25 2012/08/06 14:29:01 alexxy Exp $
+
+  06 Aug 2012; Alexey Shvetsov <alexxy@gentoo.org> ceph-0.48.ebuild,
+  ceph-0.49.ebuild:
+  [sys-cluster/ceph] Add missing dep as per Paweł Wojtal request
 
 *ceph-0.48 (04 Aug 2012)
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-06 14:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-06 14:29 [gentoo-commits] gentoo-x86 commit in sys-cluster/ceph: ceph-0.49.ebuild ceph-0.48.ebuild ChangeLog Alexey Shvetsov (alexxy)

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