diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2010-04-05 06:19:17 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2010-04-05 06:19:17 +0000 |
commit | 8b508ddbcd58a1f000096eb75a83a33b75c3c15d (patch) | |
tree | d92650df17a2d3d9c8e2321ecea12bd97d21f749 /dev-db/ctdb | |
parent | Version bump (needed for samba-3.5.x, one patch not needed anymore, other pat... (diff) | |
download | gentoo-2-8b508ddbcd58a1f000096eb75a83a33b75c3c15d.tar.gz gentoo-2-8b508ddbcd58a1f000096eb75a83a33b75c3c15d.tar.bz2 gentoo-2-8b508ddbcd58a1f000096eb75a83a33b75c3c15d.zip |
Fixed minor sins.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/ctdb')
-rw-r--r-- | dev-db/ctdb/ctdb-1.0.114_p1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-db/ctdb/ctdb-1.0.114_p1.ebuild b/dev-db/ctdb/ctdb-1.0.114_p1.ebuild index ed685dae5162..a81909d9eeb2 100644 --- a/dev-db/ctdb/ctdb-1.0.114_p1.ebuild +++ b/dev-db/ctdb/ctdb-1.0.114_p1.ebuild @@ -1,12 +1,12 @@ # 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.114_p1.ebuild,v 1.1 2010/04/05 06:14:52 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild,v 1.2 2010/04/05 06:19:17 dev-zero Exp $ EAPI="2" inherit autotools rpm -DESCRIPTION="A cluster implementation of the TDB database used by Samba and other projects to store temporary data." +DESCRIPTION="Cluster implementation of the TDB database used by Samba and other projects to store temporary data." HOMEPAGE="http://ctdb.samba.org/" SRC_URI="http://ctdb.samba.org/packages/redhat/RHEL5/${P/_p/-}.src.rpm http://ctdb.samba.org/packages/redhat/RHEL5/old/${P/_p/-}.src.rpm" @@ -59,4 +59,3 @@ src_test() { emake test || { pkill ctdb ; die "running tests failed" ; } pkill ctdb } - |