summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasatomo Nakano <nakano@gentoo.org>2005-10-24 03:50:17 +0000
committerMasatomo Nakano <nakano@gentoo.org>2005-10-24 03:50:17 +0000
commit696a8de533918262a7ab59d1b962462bb6a5a9da (patch)
treef0b41907edeece51701a03237245dc1bd678ac2e /dev-db/pgcluster
parentversion bump, fixed die in chmod, updated noradius patch (diff)
downloadhistorical-696a8de533918262a7ab59d1b962462bb6a5a9da.tar.gz
historical-696a8de533918262a7ab59d1b962462bb6a5a9da.tar.bz2
historical-696a8de533918262a7ab59d1b962462bb6a5a9da.zip
Use emerge --config instead of ebuild ... config. #109482
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'dev-db/pgcluster')
-rw-r--r--dev-db/pgcluster/ChangeLog6
-rw-r--r--dev-db/pgcluster/Manifest16
-rw-r--r--dev-db/pgcluster/pgcluster-1.3.0b.ebuild4
-rw-r--r--dev-db/pgcluster/pgcluster-1.3.0c.ebuild4
4 files changed, 12 insertions, 18 deletions
diff --git a/dev-db/pgcluster/ChangeLog b/dev-db/pgcluster/ChangeLog
index 939b5a9da14f..a467678659ce 100644
--- a/dev-db/pgcluster/ChangeLog
+++ b/dev-db/pgcluster/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/pgcluster
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgcluster/ChangeLog,v 1.2 2005/05/10 06:40:37 nakano Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgcluster/ChangeLog,v 1.3 2005/10/24 03:50:17 nakano Exp $
+
+ 24 Oct 2005; Masatomo Nakano <nakano@gentoo.org> pgcluster-1.3.0b.ebuild,
+ pgcluster-1.3.0c.ebuild:
+ Use emerge --config instead of ebuild ... config. #109482
*pgcluster-1.3.0c (10 May 2005)
diff --git a/dev-db/pgcluster/Manifest b/dev-db/pgcluster/Manifest
index 21b76e244298..a3bf813b142f 100644
--- a/dev-db/pgcluster/Manifest
+++ b/dev-db/pgcluster/Manifest
@@ -1,7 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 2e887b575c21c6e15baeb53b67868ba8 ChangeLog 916
+MD5 a092d914d8ca016bd49d388a2377d6cf ChangeLog 1080
MD5 6c9838e26eae25f8c03081b98dd62408 files/digest-pgcluster-1.3.0b 70
MD5 c3f16a39a8ce23df03bc691c4a0b7533 files/digest-pgcluster-1.3.0c 70
MD5 bda92770ca02e1e04a8ca4fed68e7271 files/pgcluster-1.3.0b-gentoo.patch 1853
@@ -19,12 +16,5 @@ MD5 c676056d10d63c6a517095cf993c9eb3 files/pgreplicate.conf-1.3.0c 47
MD5 4ec662a9b662261c08747eb222363214 files/pgreplicate.init-1.3.0b 669
MD5 a7f52fea43e9a85bfc8d81c27ab760c9 files/pgreplicate.init-1.3.0c 669
MD5 f8d3d207746da2a3cd14dcaab8daab76 metadata.xml 163
-MD5 7b88478936e8ace3b5e535109b0fa03e pgcluster-1.3.0b.ebuild 7811
-MD5 ca5e096502cadbb60a6f2b146a1dfe11 pgcluster-1.3.0c.ebuild 7811
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFC0CpdI1lqEGTUzyQRAqlHAKCUrL3TYF016SflWvvrd4PeHQpyigCeOnw8
-McXuEgPa/RxxxPjm7+Zhpm0=
-=DyIc
------END PGP SIGNATURE-----
+MD5 3929651504be989ff69f230c4c42cb57 pgcluster-1.3.0b.ebuild 7780
+MD5 d4967086ba701b1376af369d8477316c pgcluster-1.3.0c.ebuild 7780
diff --git a/dev-db/pgcluster/pgcluster-1.3.0b.ebuild b/dev-db/pgcluster/pgcluster-1.3.0b.ebuild
index e22bd78b5353..ee26ee21b584 100644
--- a/dev-db/pgcluster/pgcluster-1.3.0b.ebuild
+++ b/dev-db/pgcluster/pgcluster-1.3.0b.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgcluster/pgcluster-1.3.0b.ebuild,v 1.3 2005/07/09 19:49:22 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgcluster/pgcluster-1.3.0b.ebuild,v 1.4 2005/10/24 03:50:17 nakano Exp $
inherit eutils gnuconfig flag-o-matic multilib
@@ -184,7 +184,7 @@ pkg_postinst() {
if [ ! -f ${PG_DIR}/data/PG_VERSION ] ; then
einfo
einfo "Execute the following command"
- einfo "ebuild /var/db/pkg/dev-db/${PF}/${PF}.ebuild config"
+ einfo "emerge --config =${PF}"
einfo "to setup the initial database environment."
fi
diff --git a/dev-db/pgcluster/pgcluster-1.3.0c.ebuild b/dev-db/pgcluster/pgcluster-1.3.0c.ebuild
index 945e8e79dff8..e5f1a9d15ef1 100644
--- a/dev-db/pgcluster/pgcluster-1.3.0c.ebuild
+++ b/dev-db/pgcluster/pgcluster-1.3.0c.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgcluster/pgcluster-1.3.0c.ebuild,v 1.3 2005/07/09 19:49:22 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgcluster/pgcluster-1.3.0c.ebuild,v 1.4 2005/10/24 03:50:17 nakano Exp $
inherit eutils gnuconfig flag-o-matic multilib
@@ -184,7 +184,7 @@ pkg_postinst() {
if [ ! -f ${PG_DIR}/data/PG_VERSION ] ; then
einfo
einfo "Execute the following command"
- einfo "ebuild /var/db/pkg/dev-db/${PF}/${PF}.ebuild config"
+ einfo "emerge --config =${PF}"
einfo "to setup the initial database environment."
fi