# 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,
# 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
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}"
# 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
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}"
# 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:
-# 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
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
}
-# 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
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() {
-# 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
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
}