diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 21:52:12 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 21:52:12 +0000 |
commit | cb26b939d1b71fe8c9e0b53b8da2092a121a0997 (patch) | |
tree | d72d1f3628280b477be99e6d70b6afd34a566b9b /net-irc | |
parent | Migrating away from deprecated postgres virtuals (diff) | |
download | gentoo-2-cb26b939d1b71fe8c9e0b53b8da2092a121a0997.tar.gz gentoo-2-cb26b939d1b71fe8c9e0b53b8da2092a121a0997.tar.bz2 gentoo-2-cb26b939d1b71fe8c9e0b53b8da2092a121a0997.zip |
Migrating away from deprecated postgres virtuals
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/eggdrop/ChangeLog | 8 | ||||
-rw-r--r-- | net-irc/eggdrop/eggdrop-1.6.18-r3.ebuild | 6 | ||||
-rw-r--r-- | net-irc/eggdrop/eggdrop-1.6.19.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
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 ) )" |