Gentoo Archives: gentoo-commits

From: "Masatomo Nakano (nakano)" <nakano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/slony1: ChangeLog slony1-1.2.12.ebuild slony1-1.2.9.ebuild
Date: Sun, 23 Dec 2007 16:30:48
Message-Id: E1J6Tin-0006iE-BZ@stork.gentoo.org
1 nakano 07/12/23 16:30:37
2
3 Modified: ChangeLog
4 Added: slony1-1.2.12.ebuild
5 Removed: slony1-1.2.9.ebuild
6 Log:
7 version bump
8 (Portage version: 2.1.3.19)
9
10 Revision Changes Path
11 1.17 dev-db/slony1/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/slony1/ChangeLog?rev=1.17&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/slony1/ChangeLog?rev=1.17&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/slony1/ChangeLog?r1=1.16&r2=1.17
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-db/slony1/ChangeLog,v
20 retrieving revision 1.16
21 retrieving revision 1.17
22 diff -u -r1.16 -r1.17
23 --- ChangeLog 15 Aug 2007 09:10:32 -0000 1.16
24 +++ ChangeLog 23 Dec 2007 16:30:36 -0000 1.17
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-db/slony1
27 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/ChangeLog,v 1.16 2007/08/15 09:10:32 jokey Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/ChangeLog,v 1.17 2007/12/23 16:30:36 nakano Exp $
30 +
31 +*slony1-1.2.12 (23 Dec 2007)
32 +
33 + 23 Dec 2007; masatomo <masatomo@g.o> -slony1-1.2.9.ebuild,
34 + +slony1-1.2.12.ebuild:
35 + Version bump.
36
37 15 Aug 2007; Markus Ullmann <jokey@g.o> slony1-1.2.10.ebuild:
38 Stable on x86 wrt bug #143600
39
40
41
42 1.1 dev-db/slony1/slony1-1.2.12.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/slony1/slony1-1.2.12.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/slony1/slony1-1.2.12.ebuild?rev=1.1&content-type=text/plain
46
47 Index: slony1-1.2.12.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-1.2.12.ebuild,v 1.1 2007/12/23 16:30:36 nakano Exp $
52
53 inherit eutils
54
55 IUSE="perl"
56
57 DESCRIPTION="A replication system for the PostgreSQL Database Management System"
58 HOMEPAGE="http://slony.info/"
59 SRC_URI="http://main.slony.info/downloads/1.2/source/${P}.tar.bz2"
60
61 LICENSE="BSD"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~x86"
64
65 DEPEND="dev-db/postgresql
66 perl? ( dev-perl/DBD-Pg )"
67
68 src_compile() {
69 local myconf=""
70
71 myconf="${myconf} --with-pgincludedir=/usr/include/postgresql/pgsql"
72 myconf="${myconf} --with-pgincludeserverdir=/usr/include/postgresql/server"
73 myconf="${myconf} $(use_with perl perltools)"
74
75 econf ${myconf} || die
76 emake || die
77
78 if use perl ; then
79 cd ${S}/tools
80 emake || die
81 fi
82 }
83
84 src_install() {
85 make DESTDIR=${D} install || die
86
87 dodoc HISTORY-1.1 INSTALL README SAMPLE TODO UPGRADING doc/howto/*.txt
88 dohtml doc/howto/*.html
89
90 newinitd ${FILESDIR}/slony1.init slony1 || die
91 newconfd ${FILESDIR}/slony1.conf slony1 || die
92
93 }
94
95
96
97 --
98 gentoo-commits@g.o mailing list