summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2010-06-17 21:52:12 +0000
committerPatrick Lauer <patrick@gentoo.org>2010-06-17 21:52:12 +0000
commite8403ed48c055a90f0cc7b3633df2114930b5bd9 (patch)
tree5d17bd7d4399a7eff113feef9ba1b1f0e38f6b36
parentMigrating away from deprecated postgres virtuals (diff)
downloadhistorical-e8403ed48c055a90f0cc7b3633df2114930b5bd9.tar.gz
historical-e8403ed48c055a90f0cc7b3633df2114930b5bd9.tar.bz2
historical-e8403ed48c055a90f0cc7b3633df2114930b5bd9.zip
Migrating away from deprecated postgres virtuals
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
-rw-r--r--net-irc/atheme/ChangeLog8
-rw-r--r--net-irc/atheme/atheme-0.2.2.ebuild6
-rw-r--r--net-irc/atheme/atheme-1.2.1.ebuild6
-rw-r--r--net-irc/eggdrop/ChangeLog8
-rw-r--r--net-irc/eggdrop/eggdrop-1.6.18-r3.ebuild6
-rw-r--r--net-irc/eggdrop/eggdrop-1.6.19.ebuild6
6 files changed, 24 insertions, 16 deletions
diff --git a/net-irc/atheme/ChangeLog b/net-irc/atheme/ChangeLog
index 9c27dea0ec6d..926604401e54 100644
--- a/net-irc/atheme/ChangeLog
+++ b/net-irc/atheme/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/atheme
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme/ChangeLog,v 1.8 2008/08/23 01:10:39 cardoe Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme/ChangeLog,v 1.9 2010/06/17 21:50:04 patrick Exp $
+
+ 17 Jun 2010; Patrick Lauer <patrick@gentoo.org> atheme-0.2.2.ebuild,
+ atheme-1.2.1.ebuild:
+ Migrating away from deprecated postgres virtuals
23 Aug 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml:
add GLEP 56 USE flag desc from use.local.desc
diff --git a/net-irc/atheme/atheme-0.2.2.ebuild b/net-irc/atheme/atheme-0.2.2.ebuild
index 1660bd290bed..ddbb55ad605c 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-2008 Gentoo Foundation
+# Copyright 1999-2010 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.7 2008/05/21 18:55:28 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme/atheme-0.2.2.ebuild,v 1.8 2010/06/17 21:50:04 patrick Exp $
inherit eutils autotools
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~sparc ~x86 ~x86-fbsd"
IUSE="largenet postgres"
-RDEPEND="postgres? ( virtual/postgresql-server )"
+RDEPEND="postgres? ( dev-db/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 6fe8f5e8267c..cd78e37daf09 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-2008 Gentoo Foundation
+# Copyright 1999-2010 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.4 2008/05/21 18:55:28 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme/atheme-1.2.1.ebuild,v 1.5 2010/06/17 21:50:04 patrick Exp $
inherit eutils autotools
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~sparc ~x86 ~x86-fbsd"
IUSE="largenet postgres"
-RDEPEND="postgres? ( virtual/postgresql-server )"
+RDEPEND="postgres? ( dev-db/postgresql-server )"
DEPEND="${RDEPEND}
>=sys-devel/autoconf-2.59"
diff --git a/net-irc/eggdrop/ChangeLog b/net-irc/eggdrop/ChangeLog
index cebcb5fd011a..4572475402f3 100644
--- a/net-irc/eggdrop/ChangeLog
+++ b/net-irc/eggdrop/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/eggdrop
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/ChangeLog,v 1.85 2009/12/01 10:49:27 flameeyes Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/ChangeLog,v 1.86 2010/06/17 21:52:12 patrick Exp $
+
+ 17 Jun 2010; Patrick Lauer <patrick@gentoo.org> eggdrop-1.6.18-r3.ebuild,
+ eggdrop-1.6.19.ebuild:
+ Migrating away from deprecated postgres virtuals
01 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
eggdrop-1.6.19.ebuild:
diff --git a/net-irc/eggdrop/eggdrop-1.6.18-r3.ebuild b/net-irc/eggdrop/eggdrop-1.6.18-r3.ebuild
index 63c9a6c845d2..bfd6663cf87e 100644
--- a/net-irc/eggdrop/eggdrop-1.6.18-r3.ebuild
+++ b/net-irc/eggdrop/eggdrop-1.6.18-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/eggdrop-1.6.18-r3.ebuild,v 1.10 2009/07/30 17:09:31 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/eggdrop-1.6.18-r3.ebuild,v 1.11 2010/06/17 21:52:12 patrick Exp $
inherit eutils
@@ -19,7 +19,7 @@ IUSE="debug static mysql postgres ssl vanilla"
DEPEND="dev-lang/tcl
!vanilla? (
mysql? ( virtual/mysql )
- postgres? ( virtual/postgresql-server )
+ postgres? ( dev-db/postgresql-server )
ssl? ( dev-libs/openssl )
)"
diff --git a/net-irc/eggdrop/eggdrop-1.6.19.ebuild b/net-irc/eggdrop/eggdrop-1.6.19.ebuild
index fe2c0dba2c1d..58676e553a69 100644
--- a/net-irc/eggdrop/eggdrop-1.6.19.ebuild
+++ b/net-irc/eggdrop/eggdrop-1.6.19.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/eggdrop-1.6.19.ebuild,v 1.6 2009/12/01 10:49:27 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/eggdrop-1.6.19.ebuild,v 1.7 2010/06/17 21:52:12 patrick Exp $
inherit eutils
@@ -19,7 +19,7 @@ IUSE="debug static mysql postgres ssl vanilla"
DEPEND="dev-lang/tcl
!vanilla? (
mysql? ( virtual/mysql )
- postgres? ( virtual/postgresql-server )
+ postgres? ( dev-db/postgresql-server )
ssl? ( dev-libs/openssl )
)"