public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-cluster/ceph: ChangeLog ceph-0.44.ebuild
@ 2012-06-27 13:53 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2012-06-27 13:53 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/06/27 13:53:17

  Modified:             ChangeLog ceph-0.44.ebuild
  Log:
  Missing dev-libs/fcgi and dev-libs/libaio dependencies wrt #410003 by Stoian Ivanov. Fix building with sys-devel/automake >= 1.12 by removing -Werror from AM_INIT_AUTOMAKE wrt #423755 by Diego Elio Pettenò.
  
  (Portage version: 2.2.0_alpha113/cvs/Linux x86_64)

Revision  Changes    Path
1.22                 sys-cluster/ceph/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	4 May 2012 07:20:30 -0000	1.21
+++ ChangeLog	27 Jun 2012 13:53:17 -0000	1.22
@@ -1,6 +1,11 @@
 # 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.21 2012/05/04 07:20:30 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v 1.22 2012/06/27 13:53:17 ssuominen Exp $
+
+  27 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> ceph-0.44.ebuild:
+  Missing dev-libs/fcgi and dev-libs/libaio dependencies wrt #410003 by Stoian
+  Ivanov. Fix building with sys-devel/automake >= 1.12 by removing -Werror from
+  AM_INIT_AUTOMAKE wrt #423755 by Diego Elio Pettenò.
 
   04 May 2012; Jeff Horelick <jdhore@gentoo.org> ceph-0.38.ebuild,
   ceph-0.40.ebuild, ceph-0.41.ebuild, ceph-0.44.ebuild:



1.3                  sys-cluster/ceph/ceph-0.44.ebuild

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

Index: ceph-0.44.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.44.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ceph-0.44.ebuild	4 May 2012 07:20:30 -0000	1.2
+++ ceph-0.44.ebuild	27 Jun 2012 13:53:17 -0000	1.3
@@ -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.44.ebuild,v 1.2 2012/05/04 07:20:30 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.44.ebuild,v 1.3 2012/06/27 13:53:17 ssuominen Exp $
 
 EAPI=4
 
@@ -17,6 +17,8 @@
 
 CDEPEND="
 	dev-libs/boost
+	dev-libs/fcgi
+	dev-libs/libaio
 	dev-libs/libedit
 	dev-libs/crypto++
 	sys-apps/keyutils
@@ -48,6 +50,7 @@
 	sed -e '/testsnaps/d' -i src/Makefile.am || die
 	sed -e "/bin=/ s:lib:$(get_libdir):" "${FILESDIR}"/${PN}.initd \
 		> "${T}"/${PN}.initd || die
+	sed -i -e '/AM_INIT_AUTOMAKE/s:-Werror ::' src/leveldb/configure.ac || die #423755
 	eautoreconf
 }
 






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

only message in thread, other threads:[~2012-06-27 13:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-27 13:53 [gentoo-commits] gentoo-x86 commit in sys-cluster/ceph: ChangeLog ceph-0.44.ebuild Samuli Suominen (ssuominen)

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