* [gentoo-commits] gentoo-x86 commit in dev-db/slony1: ChangeLog slony1-1.1.5.ebuild slony1-1.2.12.ebuild slony1-1.2.10.ebuild
@ 2008-03-14 9:57 Christian Heim (phreak)
0 siblings, 0 replies; 2+ messages in thread
From: Christian Heim (phreak) @ 2008-03-14 9:57 UTC (permalink / raw
To: gentoo-commits
phreak 08/03/14 09:57:55
Modified: ChangeLog slony1-1.1.5.ebuild slony1-1.2.12.ebuild
slony1-1.2.10.ebuild
Log:
Fixing minor syntax errors.
(Portage version: 2.1.4.4)
Revision Changes Path
1.19 dev-db/slony1/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/slony1/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/slony1/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/slony1/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/slony1/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 14 Mar 2008 09:48:55 -0000 1.18
+++ ChangeLog 14 Mar 2008 09:57:55 -0000 1.19
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/slony1
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/ChangeLog,v 1.18 2008/03/14 09:48:55 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/ChangeLog,v 1.19 2008/03/14 09:57:55 phreak Exp $
+
+ 14 Mar 2008; Christian Heim <phreak@gentoo.org> slony1-1.1.5.ebuild,
+ slony1-1.2.10.ebuild, slony1-1.2.12.ebuild:
+ Fixing minor syntax errors.
14 Mar 2008; Christian Heim <phreak@gentoo.org> metadata.xml:
Removing Masatomo Nakano (nakano, #200340) from metadata.xml.
1.2 dev-db/slony1/slony1-1.1.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/slony1/slony1-1.1.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/slony1/slony1-1.1.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/slony1/slony1-1.1.5.ebuild?r1=1.1&r2=1.2
Index: slony1-1.1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-1.1.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- slony1-1.1.5.ebuild 9 Feb 2006 02:13:06 -0000 1.1
+++ slony1-1.1.5.ebuild 14 Mar 2008 09:57:55 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-1.1.5.ebuild,v 1.1 2006/02/09 02:13:06 nakano Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-1.1.5.ebuild,v 1.2 2008/03/14 09:57:55 phreak Exp $
inherit eutils
@@ -20,7 +20,7 @@
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
}
src_compile() {
@@ -30,25 +30,23 @@
myconf="${myconf} --with-pgincludeserverdir=/usr/include/postgresql/server"
myconf="${myconf} $(use_with perl perltools)"
# myconf="${myconf} $(use_with doc docs)"
+# myconf="${myconf} $(use_with snmp netsnmp)"
- # myconf="${myconf} $(use_with snmp netsnmp)"
-
- econf ${myconf} || die
- emake || die
+ econf ${myconf} || die "econf failed!"
+ emake || die "emake failed!"
if use perl ; then
- cd ${S}/tools
- emake || die
+ cd "${S}"/tools
+ emake || die "emake tools failed!"
fi
}
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die "make install failed!"
dodoc HISTORY-1.1 INSTALL README SAMPLE TODO UPGRADING doc/howto/*.txt
dohtml doc/howto/*.html
- newinitd ${FILESDIR}/slony1.init slony1 || die
- newconfd ${FILESDIR}/slony1.conf slony1 || die
-
+ newinitd "${FILESDIR}"/slony1.init slony1 || die "newinitd failed!"
+ newconfd "${FILESDIR}"/slony1.conf slony1 || die "newconfd failed!"
}
1.2 dev-db/slony1/slony1-1.2.12.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/slony1/slony1-1.2.12.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/slony1/slony1-1.2.12.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/slony1/slony1-1.2.12.ebuild?r1=1.1&r2=1.2
Index: slony1-1.2.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-1.2.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- slony1-1.2.12.ebuild 23 Dec 2007 16:30:36 -0000 1.1
+++ slony1-1.2.12.ebuild 14 Mar 2008 09:57:55 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-1.2.12.ebuild,v 1.1 2007/12/23 16:30:36 nakano Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-1.2.12.ebuild,v 1.2 2008/03/14 09:57:55 phreak Exp $
inherit eutils
@@ -24,22 +24,21 @@
myconf="${myconf} --with-pgincludeserverdir=/usr/include/postgresql/server"
myconf="${myconf} $(use_with perl perltools)"
- econf ${myconf} || die
- emake || die
+ econf ${myconf} || die "econf failed!"
+ emake || die "emake failed!"
if use perl ; then
- cd ${S}/tools
- emake || die
+ cd "${S}"/tools
+ emake || die "emake tools failed!"
fi
}
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die "make install failed!"
dodoc HISTORY-1.1 INSTALL README SAMPLE TODO UPGRADING doc/howto/*.txt
dohtml doc/howto/*.html
- newinitd ${FILESDIR}/slony1.init slony1 || die
- newconfd ${FILESDIR}/slony1.conf slony1 || die
-
+ newinitd "${FILESDIR}"/slony1.init slony1 || die "newinitd failed!"
+ newconfd "${FILESDIR}"/slony1.conf slony1 || die "newconfd failed!"
}
1.5 dev-db/slony1/slony1-1.2.10.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/slony1/slony1-1.2.10.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/slony1/slony1-1.2.10.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/slony1/slony1-1.2.10.ebuild?r1=1.4&r2=1.5
Index: slony1-1.2.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-1.2.10.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- slony1-1.2.10.ebuild 15 Aug 2007 09:10:32 -0000 1.4
+++ slony1-1.2.10.ebuild 14 Mar 2008 09:57:55 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-1.2.10.ebuild,v 1.4 2007/08/15 09:10:32 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-1.2.10.ebuild,v 1.5 2008/03/14 09:57:55 phreak Exp $
inherit eutils
@@ -24,22 +24,22 @@
myconf="${myconf} --with-pgincludeserverdir=/usr/include/postgresql/server"
myconf="${myconf} $(use_with perl perltools)"
- econf ${myconf} || die
- emake || die
+ econf ${myconf} || die "econf failed!"
+ emake || die "emake failed!"
if use perl ; then
- cd ${S}/tools
- emake || die
+ cd "${S}"/tools
+ emake || die "emake tools failed!"
fi
}
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die "make install failed!"
dodoc HISTORY-1.1 INSTALL README SAMPLE TODO UPGRADING doc/howto/*.txt
dohtml doc/howto/*.html
- newinitd ${FILESDIR}/slony1.init slony1 || die
- newconfd ${FILESDIR}/slony1.conf slony1 || die
+ newinitd "${FILESDIR}"/slony1.init slony1 || die "newinitd failed!"
+ newconfd "${FILESDIR}"/slony1.conf slony1 || die "newconfd failed!"
}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-db/slony1: ChangeLog slony1-1.1.5.ebuild slony1-1.2.12.ebuild slony1-1.2.10.ebuild
@ 2008-05-21 15:58 Tiziano Mueller (dev-zero)
0 siblings, 0 replies; 2+ messages in thread
From: Tiziano Mueller (dev-zero) @ 2008-05-21 15:58 UTC (permalink / raw
To: gentoo-commits
dev-zero 08/05/21 15:58:20
Modified: ChangeLog slony1-1.1.5.ebuild slony1-1.2.12.ebuild
slony1-1.2.10.ebuild
Log:
Changed dependency for postgresql from dev-db/postgresql to virtual/postgresql-server
(Portage version: 2.1.5_rc7)
Revision Changes Path
1.20 dev-db/slony1/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/slony1/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/slony1/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/slony1/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/slony1/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 14 Mar 2008 09:57:55 -0000 1.19
+++ ChangeLog 21 May 2008 15:58:19 -0000 1.20
@@ -1,6 +1,11 @@
# ChangeLog for dev-db/slony1
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/ChangeLog,v 1.19 2008/03/14 09:57:55 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/ChangeLog,v 1.20 2008/05/21 15:58:19 dev-zero Exp $
+
+ 21 May 2008; Tiziano Müller <dev-zero@gentoo.org> slony1-1.1.5.ebuild,
+ slony1-1.2.10.ebuild, slony1-1.2.12.ebuild:
+ Changed dependency for postgresql from dev-db/postgresql to
+ virtual/postgresql-server
14 Mar 2008; Christian Heim <phreak@gentoo.org> slony1-1.1.5.ebuild,
slony1-1.2.10.ebuild, slony1-1.2.12.ebuild:
1.3 dev-db/slony1/slony1-1.1.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/slony1/slony1-1.1.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/slony1/slony1-1.1.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/slony1/slony1-1.1.5.ebuild?r1=1.2&r2=1.3
Index: slony1-1.1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-1.1.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- slony1-1.1.5.ebuild 14 Mar 2008 09:57:55 -0000 1.2
+++ slony1-1.1.5.ebuild 21 May 2008 15:58:19 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-1.1.5.ebuild,v 1.2 2008/03/14 09:57:55 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-1.1.5.ebuild,v 1.3 2008/05/21 15:58:19 dev-zero Exp $
inherit eutils
@@ -14,7 +14,7 @@
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-DEPEND="dev-db/postgresql
+DEPEND="virtual/postgresql-server
perl? ( dev-perl/DBD-Pg )"
# snmp? ( >=net-analyzer/net-snmp-5.1 )
1.3 dev-db/slony1/slony1-1.2.12.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/slony1/slony1-1.2.12.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/slony1/slony1-1.2.12.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/slony1/slony1-1.2.12.ebuild?r1=1.2&r2=1.3
Index: slony1-1.2.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-1.2.12.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- slony1-1.2.12.ebuild 14 Mar 2008 09:57:55 -0000 1.2
+++ slony1-1.2.12.ebuild 21 May 2008 15:58:19 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-1.2.12.ebuild,v 1.2 2008/03/14 09:57:55 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-1.2.12.ebuild,v 1.3 2008/05/21 15:58:19 dev-zero Exp $
inherit eutils
@@ -14,7 +14,7 @@
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-DEPEND="dev-db/postgresql
+DEPEND="virtual/postgresql-server
perl? ( dev-perl/DBD-Pg )"
src_compile() {
1.6 dev-db/slony1/slony1-1.2.10.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/slony1/slony1-1.2.10.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/slony1/slony1-1.2.10.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/slony1/slony1-1.2.10.ebuild?r1=1.5&r2=1.6
Index: slony1-1.2.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-1.2.10.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- slony1-1.2.10.ebuild 14 Mar 2008 09:57:55 -0000 1.5
+++ slony1-1.2.10.ebuild 21 May 2008 15:58:19 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-1.2.10.ebuild,v 1.5 2008/03/14 09:57:55 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-1.2.10.ebuild,v 1.6 2008/05/21 15:58:19 dev-zero Exp $
inherit eutils
@@ -14,7 +14,7 @@
SLOT="0"
KEYWORDS="amd64 ppc x86"
-DEPEND="dev-db/postgresql
+DEPEND="virtual/postgresql-server
perl? ( dev-perl/DBD-Pg )"
src_compile() {
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-05-21 15:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-21 15:58 [gentoo-commits] gentoo-x86 commit in dev-db/slony1: ChangeLog slony1-1.1.5.ebuild slony1-1.2.12.ebuild slony1-1.2.10.ebuild Tiziano Mueller (dev-zero)
-- strict thread matches above, loose matches on Subject: below --
2008-03-14 9:57 Christian Heim (phreak)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox