summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Hajdan <phajdan.jr@gentoo.org>2010-05-18 08:05:37 +0000
committerPaweł Hajdan <phajdan.jr@gentoo.org>2010-05-18 08:05:37 +0000
commitb1fe9196201015b0bd341f312efc0221d07252ca (patch)
tree6c85a308c6be5cf161ed946e8084c58e6c633189 /dev-db/ctdb
parentx86 stable wrt bug #300158 (diff)
downloadgentoo-2-b1fe9196201015b0bd341f312efc0221d07252ca.tar.gz
gentoo-2-b1fe9196201015b0bd341f312efc0221d07252ca.tar.bz2
gentoo-2-b1fe9196201015b0bd341f312efc0221d07252ca.zip
x86 stable wrt bug #300158. Also fix leading spaces.
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-db/ctdb')
-rw-r--r--dev-db/ctdb/ChangeLog5
-rw-r--r--dev-db/ctdb/ctdb-1.0.88.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-db/ctdb/ChangeLog b/dev-db/ctdb/ChangeLog
index 5a0960eb6dfa..f76a19d3f865 100644
--- a/dev-db/ctdb/ChangeLog
+++ b/dev-db/ctdb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/ctdb
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.13 2010/05/04 14:27:17 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.14 2010/05/18 08:05:37 phajdan.jr Exp $
+
+ 18 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> ctdb-1.0.88.ebuild:
+ x86 stable wrt bug #300158
03 May 2010; Olivier Crête <tester@gentoo.org> ChangeLog:
amd64 stable, bug #300158
diff --git a/dev-db/ctdb/ctdb-1.0.88.ebuild b/dev-db/ctdb/ctdb-1.0.88.ebuild
index 94a22dbfe299..25db874d0a57 100644
--- a/dev-db/ctdb/ctdb-1.0.88.ebuild
+++ b/dev-db/ctdb/ctdb-1.0.88.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.0.88.ebuild,v 1.5 2010/05/04 14:27:17 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.0.88.ebuild,v 1.6 2010/05/18 08:05:37 phajdan.jr Exp $
EAPI="2"
@@ -11,7 +11,7 @@ HOMEPAGE="http://ctdb.samba.org/"
SRC_URI="http://ctdb.samba.org/packages/redhat/RHEL5/${P}.tgz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
IUSE=""
DEPEND="dev-libs/popt"
@@ -36,5 +36,5 @@ src_install() {
dohtml web/* doc/*.html
newinitd "${FILESDIR}/${PN}.initd" ctdb || die "newinitd failed"
- newconfd "${S}/config/ctdb.sysconfig" ctdb || die "newconfd failed"
+ newconfd "${S}/config/ctdb.sysconfig" ctdb || die "newconfd failed"
}