diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2014-12-28 16:26:45 +0000 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2014-12-28 16:26:45 +0000 |
commit | ea4b5907f65f8168025136ec48b455585a70ed71 (patch) | |
tree | 695c064c44ccfbe748012afe7e1019ca1e3994cb /net-irc | |
parent | Add ~amd64-fbsd keyword (diff) | |
download | gentoo-2-ea4b5907f65f8168025136ec48b455585a70ed71.tar.gz gentoo-2-ea4b5907f65f8168025136ec48b455585a70ed71.tar.bz2 gentoo-2-ea4b5907f65f8168025136ec48b455585a70ed71.zip |
Rename virtual/postgresql to dev-db/postgresql
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/inspircd/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/inspircd/inspircd-2.0.17.ebuild | 4 | ||||
-rw-r--r-- | net-irc/inspircd/inspircd-2.0.18.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-irc/inspircd/ChangeLog b/net-irc/inspircd/ChangeLog index c73c0436bbbc..9e3ff6650e37 100644 --- a/net-irc/inspircd/ChangeLog +++ b/net-irc/inspircd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/inspircd # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/ChangeLog,v 1.107 2014/12/27 19:34:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/ChangeLog,v 1.108 2014/12/28 16:26:45 titanofold Exp $ + + 28 Dec 2014; Aaron W. Swenson <titanofold@gentoo.org> inspircd-2.0.17.ebuild, + inspircd-2.0.18.ebuild: + Rename virtual/postgresql to dev-db/postgresql 27 Dec 2014; Agostino Sarubbo <ago@gentoo.org> inspircd-2.0.18.ebuild: Stable for amd64, wrt bug #530840 diff --git a/net-irc/inspircd/inspircd-2.0.17.ebuild b/net-irc/inspircd/inspircd-2.0.17.ebuild index e1cf06b4739b..62cd4d15b950 100644 --- a/net-irc/inspircd/inspircd-2.0.17.ebuild +++ b/net-irc/inspircd/inspircd-2.0.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/inspircd-2.0.17.ebuild,v 1.5 2014/11/05 19:39:10 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/inspircd-2.0.17.ebuild,v 1.6 2014/12/28 16:26:45 titanofold Exp $ EAPI=5 @@ -22,7 +22,7 @@ RDEPEND=" gnutls? ( net-libs/gnutls dev-libs/libgcrypt:0 ) ldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) - postgres? ( virtual/postgresql[server] ) + postgres? ( dev-db/postgresql[server] ) pcre? ( dev-libs/libpcre ) sqlite? ( >=dev-db/sqlite-3.0 ) tre? ( dev-libs/tre )" diff --git a/net-irc/inspircd/inspircd-2.0.18.ebuild b/net-irc/inspircd/inspircd-2.0.18.ebuild index d62b949fc0fd..e1162ec0541e 100644 --- a/net-irc/inspircd/inspircd-2.0.18.ebuild +++ b/net-irc/inspircd/inspircd-2.0.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/inspircd-2.0.18.ebuild,v 1.3 2014/12/27 19:34:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/inspircd-2.0.18.ebuild,v 1.4 2014/12/28 16:26:45 titanofold Exp $ EAPI=5 @@ -22,7 +22,7 @@ RDEPEND=" gnutls? ( net-libs/gnutls dev-libs/libgcrypt:0 ) ldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) - postgres? ( virtual/postgresql ) + postgres? ( dev-db/postgresql ) pcre? ( dev-libs/libpcre ) sqlite? ( >=dev-db/sqlite-3.0 ) tre? ( dev-libs/tre )" |