summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-07-13 08:59:26 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-07-13 08:59:26 +0000
commitcb22323a079f7a717a85746d5b605a14cbc666f3 (patch)
treee9aeebe7a38353cbf63af289e896244a6b9689e6 /dev-db/postgresql
parentmissing files (diff)
downloadgentoo-2-cb22323a079f7a717a85746d5b605a14cbc666f3.tar.gz
gentoo-2-cb22323a079f7a717a85746d5b605a14cbc666f3.tar.bz2
gentoo-2-cb22323a079f7a717a85746d5b605a14cbc666f3.zip
removed daemontools dep... shouldn't be needed
Diffstat (limited to 'dev-db/postgresql')
-rw-r--r--dev-db/postgresql/ChangeLog6
-rw-r--r--dev-db/postgresql/postgresql-7.2.1-r1.ebuild4
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-db/postgresql/ChangeLog b/dev-db/postgresql/ChangeLog
index 2b64425ad1c9..26a95d51a683 100644
--- a/dev-db/postgresql/ChangeLog
+++ b/dev-db/postgresql/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for dev-db/postgresql
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.15 2002/07/12 16:44:18 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.16 2002/07/13 08:59:26 rphillips Exp $
*postgresql-7.2-r3 (02 Jul 2002)
@@ -17,6 +17,10 @@
*postgresql-7.2.1-r1 (20 Jun 2002)
+ 13 Jul 2002; Ryan Phillips <rphillips@gentoo.org> postgresql-7.2.1-r1.ebuild :
+
+ Removed daemontools dep
+
12 Jul 2002; Ryan Phillips <rphillips@gentoo.org> postgresql-7.2.1-r1.ebuild :
Fixed user and group additions. Thx to Andy Dustman
diff --git a/dev-db/postgresql/postgresql-7.2.1-r1.ebuild b/dev-db/postgresql/postgresql-7.2.1-r1.ebuild
index 1b6ad69dafcb..f465082ca77d 100644
--- a/dev-db/postgresql/postgresql-7.2.1-r1.ebuild
+++ b/dev-db/postgresql/postgresql-7.2.1-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Geert Bevin <gbevin@theleaf.be>
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.2.1-r1.ebuild,v 1.7 2002/07/12 16:44:18 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.2.1-r1.ebuild,v 1.8 2002/07/13 08:59:26 rphillips Exp $
S=${WORKDIR}/${P}
DESCRIPTION="PostgreSQL is a sophisticated Object-Relational DBMS"
@@ -10,7 +10,6 @@ HOMEPAGE="http://www.postgresql.org"
LICENSE="POSTGRESQL"
DEPEND="virtual/glibc
- >=sys-apps/daemontools-0.76-r1
sys-devel/autoconf
>=sys-libs/readline-4.1
>=sys-libs/ncurses-5.2
@@ -23,7 +22,6 @@ DEPEND="virtual/glibc
nls? ( sys-devel/gettext )"
RDEPEND="virtual/glibc
- >=sys-apps/daemontools-0.76-r1
>=sys-libs/zlib-1.1.3
tcltk? ( >=dev-lang/tcl-8 )
perl? ( >=sys-devel/perl-5.6.1-r2 )