Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/ctdb: ctdb-1.0.114_p1.ebuild
Date: Mon, 05 Apr 2010 06:19:26
Message-Id: E1NyfeX-0005gw-Hv@stork.gentoo.org
1 dev-zero 10/04/05 06:19:17
2
3 Modified: ctdb-1.0.114_p1.ebuild
4 Log:
5 Fixed minor sins.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-db/ctdb/ctdb-1.0.114_p1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild?r1=1.1&r2=1.2
14
15 Index: ctdb-1.0.114_p1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ctdb-1.0.114_p1.ebuild 5 Apr 2010 06:14:52 -0000 1.1
22 +++ ctdb-1.0.114_p1.ebuild 5 Apr 2010 06:19:17 -0000 1.2
23 @@ -1,12 +1,12 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $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 $
27 +# $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 $
28
29 EAPI="2"
30
31 inherit autotools rpm
32
33 -DESCRIPTION="A cluster implementation of the TDB database used by Samba and other projects to store temporary data."
34 +DESCRIPTION="Cluster implementation of the TDB database used by Samba and other projects to store temporary data."
35 HOMEPAGE="http://ctdb.samba.org/"
36 SRC_URI="http://ctdb.samba.org/packages/redhat/RHEL5/${P/_p/-}.src.rpm
37 http://ctdb.samba.org/packages/redhat/RHEL5/old/${P/_p/-}.src.rpm"
38 @@ -59,4 +59,3 @@
39 emake test || { pkill ctdb ; die "running tests failed" ; }
40 pkill ctdb
41 }
42 -