summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2008-05-21 15:52:49 +0000
committerTiziano Müller <dev-zero@gentoo.org>2008-05-21 15:52:49 +0000
commite301d70029d6e617a52e5daca8a44a723cdc164a (patch)
treeb7dadc3e67ac1327d9bd41b58a801db5737d04ec /app-mobilephone/gnokii
parentChanged dependency for postgresql from dev-db/postgresql to virtual/postgresq... (diff)
downloadgentoo-2-e301d70029d6e617a52e5daca8a44a723cdc164a.tar.gz
gentoo-2-e301d70029d6e617a52e5daca8a44a723cdc164a.tar.bz2
gentoo-2-e301d70029d6e617a52e5daca8a44a723cdc164a.zip
Changed dependency for postgresql from dev-db/postgresql to virtual/postgresql-server
(Portage version: 2.1.5_rc7)
Diffstat (limited to 'app-mobilephone/gnokii')
-rw-r--r--app-mobilephone/gnokii/ChangeLog8
-rw-r--r--app-mobilephone/gnokii/gnokii-0.6.14-r2.ebuild6
-rw-r--r--app-mobilephone/gnokii/gnokii-0.6.18-r1.ebuild6
-rw-r--r--app-mobilephone/gnokii/gnokii-0.6.19.ebuild6
-rw-r--r--app-mobilephone/gnokii/gnokii-0.6.22-r2.ebuild4
5 files changed, 18 insertions, 12 deletions
diff --git a/app-mobilephone/gnokii/ChangeLog b/app-mobilephone/gnokii/ChangeLog
index 6e9814743909..5085f2964c1e 100644
--- a/app-mobilephone/gnokii/ChangeLog
+++ b/app-mobilephone/gnokii/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-mobilephone/gnokii
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v 1.72 2008/03/24 12:28:18 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v 1.73 2008/05/21 15:52:49 dev-zero Exp $
+
+ 21 May 2008; Tiziano Müller <dev-zero@gentoo.org>
+ gnokii-0.6.14-r2.ebuild, gnokii-0.6.18-r1.ebuild, gnokii-0.6.19.ebuild,
+ gnokii-0.6.22-r2.ebuild:
+ Changed dependency for postgresql from dev-db/postgresql to
+ virtual/postgresql-server
24 Mar 2008; Markus Meier <maekke@gentoo.org> gnokii-0.6.22-r2.ebuild:
amd64 stable, bug #203745
diff --git a/app-mobilephone/gnokii/gnokii-0.6.14-r2.ebuild b/app-mobilephone/gnokii/gnokii-0.6.14-r2.ebuild
index 0106a7fdf2f4..2bfc763ea3d4 100644
--- a/app-mobilephone/gnokii/gnokii-0.6.14-r2.ebuild
+++ b/app-mobilephone/gnokii/gnokii-0.6.14-r2.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/app-mobilephone/gnokii/gnokii-0.6.14-r2.ebuild,v 1.11 2007/08/18 07:45:58 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.14-r2.ebuild,v 1.12 2008/05/21 15:52:49 dev-zero Exp $
inherit eutils flag-o-matic linux-info
@@ -18,7 +18,7 @@ RESTRICT="test" #test fails; maybe it will work in the future, but till then...
RDEPEND="X? ( >=x11-libs/gtk+-2.8.19 )
bluetooth? ( >=net-wireless/bluez-libs-2.25 )
sms? ( >=dev-libs/glib-2.10.3
- postgres? ( >=dev-db/postgresql-8.0.8 )
+ postgres? ( >=virtual/postgresql-server-8.0 )
mysql? ( >=virtual/mysql-4.1 )
)
ical? ( >=dev-libs/libical-0.26.6 )
diff --git a/app-mobilephone/gnokii/gnokii-0.6.18-r1.ebuild b/app-mobilephone/gnokii/gnokii-0.6.18-r1.ebuild
index e75846f472f0..b2dfd5ac1c1c 100644
--- a/app-mobilephone/gnokii/gnokii-0.6.18-r1.ebuild
+++ b/app-mobilephone/gnokii/gnokii-0.6.18-r1.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/app-mobilephone/gnokii/gnokii-0.6.18-r1.ebuild,v 1.2 2007/08/18 07:48:30 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.18-r1.ebuild,v 1.3 2008/05/21 15:52:49 dev-zero Exp $
inherit eutils flag-o-matic linux-info autotools
@@ -18,7 +18,7 @@ RESTRICT="test" #test fails; maybe it will work in the future, but till then...
RDEPEND="X? ( >=x11-libs/gtk+-2.8.19 )
bluetooth? ( >=net-wireless/bluez-libs-2.25 )
sms? ( >=dev-libs/glib-2.10.3
- postgres? ( >=dev-db/postgresql-8.0.8 )
+ postgres? ( >=virtual/postgresql-server-8.0 )
mysql? ( >=virtual/mysql-4.1 )
)
ical? ( >=dev-libs/libical-0.26.6 )
diff --git a/app-mobilephone/gnokii/gnokii-0.6.19.ebuild b/app-mobilephone/gnokii/gnokii-0.6.19.ebuild
index f0a873504792..d69ecc3f5f2e 100644
--- a/app-mobilephone/gnokii/gnokii-0.6.19.ebuild
+++ b/app-mobilephone/gnokii/gnokii-0.6.19.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/app-mobilephone/gnokii/gnokii-0.6.19.ebuild,v 1.1 2007/10/25 20:43:18 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.19.ebuild,v 1.2 2008/05/21 15:52:49 dev-zero Exp $
inherit eutils linux-info
@@ -18,7 +18,7 @@ RESTRICT="test" #test fails; maybe it will work in the future, but till then...
RDEPEND="X? ( >=x11-libs/gtk+-2.8.19 )
bluetooth? ( >=net-wireless/bluez-libs-2.25 )
sms? ( >=dev-libs/glib-2.10.3
- postgres? ( >=dev-db/postgresql-8.0.8 )
+ postgres? ( >=virtual/postgresql-server-8.0 )
mysql? ( >=virtual/mysql-4.1 )
)
ical? ( >=dev-libs/libical-0.26.6 )
diff --git a/app-mobilephone/gnokii/gnokii-0.6.22-r2.ebuild b/app-mobilephone/gnokii/gnokii-0.6.22-r2.ebuild
index 0f3c08996a91..7c558582a139 100644
--- a/app-mobilephone/gnokii/gnokii-0.6.22-r2.ebuild
+++ b/app-mobilephone/gnokii/gnokii-0.6.22-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.22-r2.ebuild,v 1.5 2008/03/24 12:28:18 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.22-r2.ebuild,v 1.6 2008/05/21 15:52:49 dev-zero Exp $
WANT_AUTOMAKE="none"
@@ -20,7 +20,7 @@ RESTRICT="test" #test fails; maybe it will work in the future, but till then...
RDEPEND="X? ( >=x11-libs/gtk+-2.8.19 )
bluetooth? ( >=net-wireless/bluez-libs-2.25 )
sms? ( >=dev-libs/glib-2.10.3
- postgres? ( >=dev-db/postgresql-8.0.8 )
+ postgres? ( >=virtual/postgresql-server-8.0 )
mysql? ( >=virtual/mysql-4.1 )
)
ical? ( >=dev-libs/libical-0.26.6 )