summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2011-06-17 11:21:26 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2011-06-17 11:21:26 +0000
commit982e861ca3487c79ead757bbabdead40caf6b88a (patch)
treef4f064de9a0bb64bc24fd734b29f21029af1bc2a /sys-cluster/ceph
parentRemove old finaly overshadowed gpsd. (diff)
downloadgentoo-2-982e861ca3487c79ead757bbabdead40caf6b88a.tar.gz
gentoo-2-982e861ca3487c79ead757bbabdead40caf6b88a.tar.bz2
gentoo-2-982e861ca3487c79ead757bbabdead40caf6b88a.zip
[sys-cluster/ceph] Version bump.
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/ceph')
-rw-r--r--sys-cluster/ceph/ChangeLog8
-rw-r--r--sys-cluster/ceph/ceph-0.29.1.ebuild (renamed from sys-cluster/ceph/ceph-0.26.ebuild)4
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-cluster/ceph/ChangeLog b/sys-cluster/ceph/ChangeLog
index aeb294fbc1c6..26a51a364680 100644
--- a/sys-cluster/ceph/ChangeLog
+++ b/sys-cluster/ceph/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-cluster/ceph
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v 1.7 2011/04/26 10:30:33 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v 1.8 2011/06/17 11:21:25 alexxy Exp $
+
+*ceph-0.29.1 (17 Jun 2011)
+
+ 17 Jun 2011; Alexey Shvetsov <alexxy@gentoo.org> -ceph-0.26.ebuild,
+ +ceph-0.29.1.ebuild:
+ Version bump
26 Apr 2011; Ultrabug <ultrabug@gentoo.org>
-files/ceph-0.24.1-autotools.patch, ceph-0.26.ebuild,
diff --git a/sys-cluster/ceph/ceph-0.26.ebuild b/sys-cluster/ceph/ceph-0.29.1.ebuild
index f0b68876fc9d..5f9278068b1e 100644
--- a/sys-cluster/ceph/ceph-0.26.ebuild
+++ b/sys-cluster/ceph/ceph-0.29.1.ebuild
@@ -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/sys-cluster/ceph/ceph-0.26.ebuild,v 1.2 2011/04/26 10:30:33 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.29.1.ebuild,v 1.1 2011/06/17 11:21:25 alexxy Exp $
EAPI="3"
@@ -43,8 +43,6 @@ src_prepare() {
sed -i "/^docdir =/d" src/Makefile.am || die #fix doc path
# disable testsnaps
sed -e '/testsnaps/d' -i src/Makefile.am || die
- # fix Spinlock.h include path, wrt #361203
- sed -i -e 's|#include "Spinlock.h"|#include "include/Spinlock.h"|g' src/include/rados/atomic.h || die
epatch "${FILESDIR}/${PN}-0.26-autotools.patch"
eautoreconf
}