Fix *initd, *confd and *envd calls (#173884, #174266)
authorTorsten Veller <tove@gentoo.org>
Sat, 28 Apr 2007 22:07:02 +0000 (22:07 +0000)
committerTorsten Veller <tove@gentoo.org>
Sat, 28 Apr 2007 22:07:02 +0000 (22:07 +0000)
Package-Manager: portage-2.1.2.5

dev-db/monetdb/ChangeLog
dev-db/monetdb/monetdb-4.10.2.ebuild
dev-db/monetdb/monetdb-4.12.0.ebuild
dev-db/postgresql/ChangeLog
dev-db/postgresql/postgresql-7.3.15-r1.ebuild
dev-db/postgresql/postgresql-7.4.13.ebuild
dev-db/postgresql/postgresql-8.0.8.ebuild

index ca7575282678152e24ceb83ce562657fe1ec74bd..7b81d95cdb7af8d1270d3acd1d053e66b61a6db7 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/monetdb
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/monetdb/ChangeLog,v 1.13 2007/02/11 14:12:38 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/monetdb/ChangeLog,v 1.14 2007/04/28 22:07:02 tove Exp $
+
+  28 Apr 2007; Torsten Veller <tove@gentoo.org> monetdb-4.10.2.ebuild,
+  monetdb-4.12.0.ebuild:
+  Fix *initd, *confd and *envd calls (#173884, #174266)
 
   11 Feb 2007; Fabian Groffen <grobian@gentoo.org>
   -files/monetdb-4.10.0-darwin.patch,
index 2cc35a713f0f1b10f794aa46be84d14c0f66409e..ba75cc844d295bf648d499d79a9a6862f90dc4f1 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/monetdb/monetdb-4.10.2.ebuild,v 1.8 2007/02/11 14:12:38 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/monetdb/monetdb-4.10.2.ebuild,v 1.9 2007/04/28 22:07:02 tove Exp $
 
 inherit flag-o-matic eutils
 
@@ -152,11 +152,8 @@ src_install() {
        cd "${WORKDIR}/pathfinder-${PV_XQ}"
        emake -j1 DESTDIR="${D}" install || die "failed to install xquery"
 
-       exeinto /etc/init.d/
-       newexe "${FILESDIR}/${PN}.init-4.8.2" monetdb || die "init.d script"
-
-       insinto /etc/conf.d/
-       newins "${FILESDIR}/${PN}.conf-4.8.2" monetdb || die "conf.d file"
+       newinitd "${FILESDIR}/${PN}.init-4.8.2" monetdb || die "init.d script"
+       newconfd "${FILESDIR}/${PN}.conf-4.8.2" monetdb || die "conf.d file"
 
        diropts -m750
        dodir "${DATA_DIR}" "/var/log/${PN}"
index 9497570a6b5e45a8af7624ddaefb54c0255f88eb..9a07524ca677924897b676f743e649a35088a6dc 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/monetdb/monetdb-4.12.0.ebuild,v 1.4 2007/02/11 14:12:38 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/monetdb/monetdb-4.12.0.ebuild,v 1.5 2007/04/28 22:07:02 tove Exp $
 
 inherit flag-o-matic eutils
 
@@ -152,11 +152,8 @@ src_install() {
        cd "${WORKDIR}/pathfinder-${PV_XQ}"
        emake -j1 DESTDIR="${D}" install || die "failed to install xquery"
 
-       exeinto /etc/init.d/
-       newexe "${FILESDIR}/${PN}.init-4.8.2" monetdb || die "init.d script"
-
-       insinto /etc/conf.d/
-       newins "${FILESDIR}/${PN}.conf-4.8.2" monetdb || die "conf.d file"
+       newinitd "${FILESDIR}/${PN}.init-4.8.2" monetdb || die "init.d script"
+       newconfd "${FILESDIR}/${PN}.conf-4.8.2" monetdb || die "conf.d file"
 
        diropts -m750
        dodir "${DATA_DIR}" "/var/log/${PN}"
index 6dd36f5222b28888898df7a14f80d28623f443d0..c2af7782749c93d25bdda1b959c7dbbdef1d4d9e 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/postgresql
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.330 2007/03/04 11:14:50 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.331 2007/04/28 22:04:20 tove Exp $
+
+  28 Apr 2007; Torsten Veller <tove@gentoo.org> postgresql-7.3.15-r1.ebuild,
+  postgresql-7.4.13.ebuild, postgresql-8.0.8.ebuild:
+  Fix *initd, *confd and *envd calls (#173884, #174266)
 
   04 Mar 2007; Simon Stelling <blubb@gentoo.org> postgresql-7.4.16.ebuild,
   postgresql-8.0.12.ebuild:
index 25c0e5cf2aea932fc1b9df0cba59866bd7b6ffdd..3cb3c86367e23d72a74ccb451d47e9406d9427cc 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.3.15-r1.ebuild,v 1.12 2006/11/09 18:35:25 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.3.15-r1.ebuild,v 1.13 2007/04/28 22:04:20 tove Exp $
 
 inherit eutils gnuconfig flag-o-matic java-pkg multilib
 
@@ -172,11 +172,8 @@ src_install() {
        fi
 
        cd ${S}
-       exeinto /etc/init.d/
-       newexe "${FILESDIR}/postgresql.init-${PV%.*}" postgresql || die
-
-       insinto /etc/conf.d/
-       newins "${FILESDIR}/postgresql.conf-${PV%.*}" postgresql || die
+       newinitd "${FILESDIR}/postgresql.init-${PV%.*}" postgresql || die
+       newconfd "${FILESDIR}/postgresql.conf-${PV%.*}" postgresql || die
 
        keepdir /var/lib/postgresql
 }
index 2d670da7e254359a3595eab70525d101ac369009..4ceb6cab589daf010769021ea346e8b313756eee 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.4.13.ebuild,v 1.13 2006/11/09 18:35:25 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.4.13.ebuild,v 1.14 2007/04/28 22:04:20 tove Exp $
 
 inherit eutils gnuconfig flag-o-matic java-pkg multilib toolchain-funcs
 
@@ -201,14 +201,12 @@ src_install() {
        fi
 
        cd ${S}
-       exeinto /etc/init.d/
-       newexe "${FILESDIR}/postgresql.init-${PV%.*}" postgresql || die
-       newexe "${FILESDIR}/pg_autovacuum.init-${PV%.*}" pg_autovacuum || die
+       newinitd "${FILESDIR}/postgresql.init-${PV%.*}" postgresql || die
+       newinitd "${FILESDIR}/pg_autovacuum.init-${PV%.*}" pg_autovacuum || die
        dosed "s:___DOCDIR___:/usr/share/doc/${PF}:" /etc/init.d/pg_autovacuum
 
-       insinto /etc/conf.d/
-       newins "${FILESDIR}/postgresql.conf-${PV%.*}" postgresql || die
-       newins "${FILESDIR}/pg_autovacuum.conf-${PV%.*}" pg_autovacuum || die
+       newconfd "${FILESDIR}/postgresql.conf-${PV%.*}" postgresql || die
+       newconfd "${FILESDIR}/pg_autovacuum.conf-${PV%.*}" pg_autovacuum || die
 }
 
 pkg_postinst() {
index 6c58ae6029f8e56732bba6be789bc1c8ecdcba35..f3bd51c43792420e491dfd5bd25e53788e43d33c 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-8.0.8.ebuild,v 1.13 2006/11/09 18:35:25 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-8.0.8.ebuild,v 1.14 2007/04/28 22:04:20 tove Exp $
 
 inherit eutils gnuconfig flag-o-matic multilib toolchain-funcs
 
@@ -156,14 +156,12 @@ src_install() {
        fi
 
        cd ${S}
-       exeinto /etc/init.d/
-       newexe "${FILESDIR}/postgresql.init-${PV%.*}" postgresql || die
-       newexe "${FILESDIR}/pg_autovacuum.init-${PV%.*}" pg_autovacuum || die
+       newinitd "${FILESDIR}/postgresql.init-${PV%.*}" postgresql || die
+       newinitd "${FILESDIR}/pg_autovacuum.init-${PV%.*}" pg_autovacuum || die
        dosed "s:___DOCDIR___:/usr/share/doc/${PF}:" /etc/init.d/pg_autovacuum
 
-       insinto /etc/conf.d/
-       newins "${FILESDIR}/postgresql.conf-${PV%.*}" postgresql || die
-       newins "${FILESDIR}/pg_autovacuum.conf-${PV%.*}" pg_autovacuum || die
+       newconfd "${FILESDIR}/postgresql.conf-${PV%.*}" postgresql || die
+       newconfd "${FILESDIR}/pg_autovacuum.conf-${PV%.*}" pg_autovacuum || die
 
        rm ${D}/usr/include/postgres_ext.h
 }