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
commit6035da67add175a31f6e04e0d8b350f8177fa98a (patch)
tree86fa5ade4625aa8ae89fc3970125cc7b0ec6d535 /app-mobilephone
parentChanged dependency for postgresql from dev-db/postgresql to virtual/postgresq... (diff)
downloadhistorical-6035da67add175a31f6e04e0d8b350f8177fa98a.tar.gz
historical-6035da67add175a31f6e04e0d8b350f8177fa98a.tar.bz2
historical-6035da67add175a31f6e04e0d8b350f8177fa98a.zip
Changed dependency for postgresql from dev-db/postgresql to virtual/postgresql-server
Package-Manager: portage-2.1.5_rc7
Diffstat (limited to 'app-mobilephone')
-rw-r--r--app-mobilephone/gammu/ChangeLog8
-rw-r--r--app-mobilephone/gammu/gammu-1.11.0.ebuild6
-rw-r--r--app-mobilephone/gammu/gammu-1.12.0.ebuild6
-rw-r--r--app-mobilephone/gammu/gammu-1.13.0.ebuild6
-rw-r--r--app-mobilephone/gammu/gammu-1.15.0-r1.ebuild6
-rw-r--r--app-mobilephone/gammu/gammu-1.17.0.ebuild4
-rw-r--r--app-mobilephone/gammu/gammu-1.18.0.ebuild4
-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
-rw-r--r--app-mobilephone/kannel/ChangeLog6
-rw-r--r--app-mobilephone/kannel/kannel-1.4.1.ebuild4
14 files changed, 48 insertions, 32 deletions
diff --git a/app-mobilephone/gammu/ChangeLog b/app-mobilephone/gammu/ChangeLog
index 7dfdebd0ef80..6f0993129012 100644
--- a/app-mobilephone/gammu/ChangeLog
+++ b/app-mobilephone/gammu/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-mobilephone/gammu
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gammu/ChangeLog,v 1.52 2008/04/27 19:42:28 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gammu/ChangeLog,v 1.53 2008/05/21 15:51:48 dev-zero Exp $
+
+ 21 May 2008; Tiziano Müller <dev-zero@gentoo.org> gammu-1.11.0.ebuild,
+ gammu-1.12.0.ebuild, gammu-1.13.0.ebuild, gammu-1.15.0-r1.ebuild,
+ gammu-1.17.0.ebuild, gammu-1.18.0.ebuild:
+ Changed dependency for postgresql from dev-db/postgresql to
+ virtual/postgresql-server
27 Apr 2008; Markus Meier <maekke@gentoo.org> gammu-1.17.0.ebuild:
amd64 stable, bug #210013
diff --git a/app-mobilephone/gammu/gammu-1.11.0.ebuild b/app-mobilephone/gammu/gammu-1.11.0.ebuild
index b7de3841bdba..fb4f7222cde2 100644
--- a/app-mobilephone/gammu/gammu-1.11.0.ebuild
+++ b/app-mobilephone/gammu/gammu-1.11.0.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/gammu/gammu-1.11.0.ebuild,v 1.5 2007/07/31 23:53:13 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gammu/gammu-1.11.0.ebuild,v 1.6 2008/05/21 15:51:48 dev-zero Exp $
inherit eutils
@@ -15,7 +15,7 @@ IUSE="debug bluetooth irda mysql postgres"
RDEPEND="bluetooth? ( net-wireless/bluez-libs )
mysql? ( virtual/mysql )
- postgres? ( dev-db/postgresql )"
+ postgres? ( virtual/postgresql-server )"
DEPEND="${RDEPEND}
irda? ( virtual/os-headers )
sys-devel/autoconf-wrapper
diff --git a/app-mobilephone/gammu/gammu-1.12.0.ebuild b/app-mobilephone/gammu/gammu-1.12.0.ebuild
index f1f483066069..b4f0b6609309 100644
--- a/app-mobilephone/gammu/gammu-1.12.0.ebuild
+++ b/app-mobilephone/gammu/gammu-1.12.0.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/gammu/gammu-1.12.0.ebuild,v 1.2 2007/08/22 07:05:27 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gammu/gammu-1.12.0.ebuild,v 1.3 2008/05/21 15:51:48 dev-zero Exp $
inherit eutils multilib
@@ -15,7 +15,7 @@ IUSE="debug bluetooth irda mysql postgres nls"
RDEPEND="bluetooth? ( net-wireless/bluez-libs )
mysql? ( virtual/mysql )
- postgres? ( dev-db/postgresql )
+ postgres? ( virtual/postgresql-server )
dev-util/dialog"
DEPEND="${RDEPEND}
irda? ( virtual/os-headers )
diff --git a/app-mobilephone/gammu/gammu-1.13.0.ebuild b/app-mobilephone/gammu/gammu-1.13.0.ebuild
index 31bb41d3a9e2..6be28c25d5cb 100644
--- a/app-mobilephone/gammu/gammu-1.13.0.ebuild
+++ b/app-mobilephone/gammu/gammu-1.13.0.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/gammu/gammu-1.13.0.ebuild,v 1.1 2007/09/06 10:03:35 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gammu/gammu-1.13.0.ebuild,v 1.2 2008/05/21 15:51:48 dev-zero Exp $
inherit eutils multilib
@@ -15,7 +15,7 @@ IUSE="debug bluetooth irda mysql postgres nls"
RDEPEND="bluetooth? ( net-wireless/bluez-libs )
mysql? ( virtual/mysql )
- postgres? ( dev-db/postgresql )
+ postgres? ( virtual/postgresql-server )
dev-util/dialog"
DEPEND="${RDEPEND}
irda? ( virtual/os-headers )
diff --git a/app-mobilephone/gammu/gammu-1.15.0-r1.ebuild b/app-mobilephone/gammu/gammu-1.15.0-r1.ebuild
index 45515eee48bb..243bfe670fb1 100644
--- a/app-mobilephone/gammu/gammu-1.15.0-r1.ebuild
+++ b/app-mobilephone/gammu/gammu-1.15.0-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/gammu/gammu-1.15.0-r1.ebuild,v 1.2 2007/12/02 10:35:38 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gammu/gammu-1.15.0-r1.ebuild,v 1.3 2008/05/21 15:51:48 dev-zero Exp $
inherit cmake-utils
@@ -15,7 +15,7 @@ IUSE="debug bluetooth irda mysql postgres nls"
RDEPEND="bluetooth? ( net-wireless/bluez-libs )
mysql? ( virtual/mysql )
- postgres? ( dev-db/postgresql )
+ postgres? ( virtual/postgresql-server )
dev-util/dialog"
DEPEND="${RDEPEND}
irda? ( virtual/os-headers )
diff --git a/app-mobilephone/gammu/gammu-1.17.0.ebuild b/app-mobilephone/gammu/gammu-1.17.0.ebuild
index ca8f4030d922..f6c3e6d4e760 100644
--- a/app-mobilephone/gammu/gammu-1.17.0.ebuild
+++ b/app-mobilephone/gammu/gammu-1.17.0.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/gammu/gammu-1.17.0.ebuild,v 1.4 2008/04/27 19:42:28 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gammu/gammu-1.17.0.ebuild,v 1.5 2008/05/21 15:51:48 dev-zero Exp $
inherit cmake-utils
@@ -15,7 +15,7 @@ IUSE="debug bluetooth irda mysql postgres nls"
RDEPEND="bluetooth? ( net-wireless/bluez-libs )
mysql? ( virtual/mysql )
- postgres? ( dev-db/postgresql )
+ postgres? ( virtual/postgresql-server )
dev-util/dialog"
DEPEND="${RDEPEND}
irda? ( virtual/os-headers )
diff --git a/app-mobilephone/gammu/gammu-1.18.0.ebuild b/app-mobilephone/gammu/gammu-1.18.0.ebuild
index 7ef3f872ea63..490f0fc11cec 100644
--- a/app-mobilephone/gammu/gammu-1.18.0.ebuild
+++ b/app-mobilephone/gammu/gammu-1.18.0.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/gammu/gammu-1.18.0.ebuild,v 1.1 2008/02/13 15:03:55 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gammu/gammu-1.18.0.ebuild,v 1.2 2008/05/21 15:51:48 dev-zero Exp $
inherit cmake-utils
@@ -15,7 +15,7 @@ IUSE="debug bluetooth irda mysql postgres nls"
RDEPEND="bluetooth? ( net-wireless/bluez-libs )
mysql? ( virtual/mysql )
- postgres? ( dev-db/postgresql )
+ postgres? ( virtual/postgresql-server )
dev-util/dialog"
DEPEND="${RDEPEND}
irda? ( virtual/os-headers )
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 )
diff --git a/app-mobilephone/kannel/ChangeLog b/app-mobilephone/kannel/ChangeLog
index 06e50459227c..5da0bab48f8c 100644
--- a/app-mobilephone/kannel/ChangeLog
+++ b/app-mobilephone/kannel/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-mobilephone/kannel
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/kannel/ChangeLog,v 1.15 2008/05/14 21:59:26 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/kannel/ChangeLog,v 1.16 2008/05/21 15:52:40 dev-zero Exp $
+
+ 21 May 2008; Tiziano Müller <dev-zero@gentoo.org> kannel-1.4.1.ebuild:
+ Changed dependency for postgresql from dev-db/postgresql to
+ virtual/postgresql-server
14 May 2008; Diego Pettenò <flameeyes@gentoo.org> kannel-1.4.1.ebuild:
Depend on virtual/pam as the code builds fine with OpenPAM.
diff --git a/app-mobilephone/kannel/kannel-1.4.1.ebuild b/app-mobilephone/kannel/kannel-1.4.1.ebuild
index 2f42c444683a..9290568c4fe7 100644
--- a/app-mobilephone/kannel/kannel-1.4.1.ebuild
+++ b/app-mobilephone/kannel/kannel-1.4.1.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/kannel/kannel-1.4.1.ebuild,v 1.6 2008/05/14 21:59:26 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/kannel/kannel-1.4.1.ebuild,v 1.7 2008/05/21 15:52:40 dev-zero Exp $
inherit eutils
DESCRIPTION="Powerful SMS and WAP gateway"
@@ -19,7 +19,7 @@ RDEPEND=">=dev-libs/libxml2-2.6.26
mysql? ( virtual/mysql )
sqlite? ( =dev-db/sqlite-2* )
sqlite3? ( >=dev-db/sqlite-3.2.1 )
- postgres? ( dev-db/postgresql )
+ postgres? ( virtual/postgresql-server )
pcre? ( dev-libs/libpcre )
doc? ( media-gfx/transfig
app-text/jadetex