summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2008-05-21 18:55:28 +0000
committerTiziano Müller <dev-zero@gentoo.org>2008-05-21 18:55:28 +0000
commitc9f18bd7d2a25e574d1e4fa800cca1b29020f2a7 (patch)
tree80e5156857e8c9532c6b790700e15a631ee3dd51 /net-irc
parentChanged dependency for postgresql from dev-db/postgresql to virtual/postgresq... (diff)
downloadgentoo-2-c9f18bd7d2a25e574d1e4fa800cca1b29020f2a7.tar.gz
gentoo-2-c9f18bd7d2a25e574d1e4fa800cca1b29020f2a7.tar.bz2
gentoo-2-c9f18bd7d2a25e574d1e4fa800cca1b29020f2a7.zip
Changed dependency for postgresql from dev-db/postgresql to virtual/postgresql-server
(Portage version: 2.1.5_rc7)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/atheme/ChangeLog9
-rw-r--r--net-irc/atheme/atheme-0.2.2.ebuild6
-rw-r--r--net-irc/atheme/atheme-1.2.1.ebuild6
3 files changed, 13 insertions, 8 deletions
diff --git a/net-irc/atheme/ChangeLog b/net-irc/atheme/ChangeLog
index 0906c417f564..e7cdfeec7b70 100644
--- a/net-irc/atheme/ChangeLog
+++ b/net-irc/atheme/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-irc/atheme
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme/ChangeLog,v 1.6 2007/07/03 17:57:58 welp Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme/ChangeLog,v 1.7 2008/05/21 18:55:28 dev-zero Exp $
+
+ 21 May 2008; Tiziano Müller <dev-zero@gentoo.org> atheme-0.2.2.ebuild,
+ atheme-1.2.1.ebuild:
+ Changed dependency for postgresql from dev-db/postgresql to
+ virtual/postgresql-server
03 Jul 2007; Peter Weller <welp@gentoo.org> atheme-0.2.2.ebuild,
atheme-1.2.1.ebuild:
diff --git a/net-irc/atheme/atheme-0.2.2.ebuild b/net-irc/atheme/atheme-0.2.2.ebuild
index a7dd49fb7f33..1660bd290bed 100644
--- a/net-irc/atheme/atheme-0.2.2.ebuild
+++ b/net-irc/atheme/atheme-0.2.2.ebuild
@@ -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/net-irc/atheme/atheme-0.2.2.ebuild,v 1.6 2007/07/03 17:57:58 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme/atheme-0.2.2.ebuild,v 1.7 2008/05/21 18:55:28 dev-zero Exp $
inherit eutils autotools
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~sparc ~x86 ~x86-fbsd"
IUSE="largenet postgres"
-RDEPEND="postgres? ( dev-db/postgresql )"
+RDEPEND="postgres? ( virtual/postgresql-server )"
DEPEND="${RDEPEND}
>=sys-devel/autoconf-2.59"
diff --git a/net-irc/atheme/atheme-1.2.1.ebuild b/net-irc/atheme/atheme-1.2.1.ebuild
index 0e3513c85bc1..6fe8f5e8267c 100644
--- a/net-irc/atheme/atheme-1.2.1.ebuild
+++ b/net-irc/atheme/atheme-1.2.1.ebuild
@@ -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/net-irc/atheme/atheme-1.2.1.ebuild,v 1.3 2007/07/03 17:57:58 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme/atheme-1.2.1.ebuild,v 1.4 2008/05/21 18:55:28 dev-zero Exp $
inherit eutils autotools
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~sparc ~x86 ~x86-fbsd"
IUSE="largenet postgres"
-RDEPEND="postgres? ( dev-db/postgresql )"
+RDEPEND="postgres? ( virtual/postgresql-server )"
DEPEND="${RDEPEND}
>=sys-devel/autoconf-2.59"