diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-27 12:11:23 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-27 12:11:23 +0000 |
commit | f28817d34ae8a16a8853eb8f580dd55cefca9ae4 (patch) | |
tree | 127dcb2d6a2a536db7e2599e41215aa78f728905 | |
parent | Fix slot-deps on gnome libs (diff) | |
download | gentoo-2-f28817d34ae8a16a8853eb8f580dd55cefca9ae4.tar.gz gentoo-2-f28817d34ae8a16a8853eb8f580dd55cefca9ae4.tar.bz2 gentoo-2-f28817d34ae8a16a8853eb8f580dd55cefca9ae4.zip |
Fix slot-dep on gtk+
(Portage version: 2.1.9.44/cvs/Linux x86_64)
-rw-r--r-- | app-mobilephone/gnokii/ChangeLog | 9 | ||||
-rw-r--r-- | app-mobilephone/gnokii/gnokii-0.6.27-r2.ebuild | 10 | ||||
-rw-r--r-- | app-mobilephone/gnokii/gnokii-0.6.27-r4.ebuild | 8 | ||||
-rw-r--r-- | app-mobilephone/gnokii/gnokii-0.6.28.1.ebuild | 8 | ||||
-rw-r--r-- | app-mobilephone/gnokii/gnokii-0.6.29.ebuild | 8 | ||||
-rw-r--r-- | app-mobilephone/gnokii/gnokii-9999.ebuild | 6 |
6 files changed, 28 insertions, 21 deletions
diff --git a/app-mobilephone/gnokii/ChangeLog b/app-mobilephone/gnokii/ChangeLog index b731bc179fa6..04119b0f2d9d 100644 --- a/app-mobilephone/gnokii/ChangeLog +++ b/app-mobilephone/gnokii/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-mobilephone/gnokii -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v 1.110 2010/09/29 15:46:34 jer Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v 1.111 2011/03/27 12:11:23 nirbheek Exp $ + + 27 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> + gnokii-0.6.27-r2.ebuild, gnokii-0.6.27-r4.ebuild, gnokii-0.6.28.1.ebuild, + gnokii-0.6.29.ebuild, gnokii-9999.ebuild: + Fix slot-dep on gtk+ 29 Sep 2010; Jeroen Roovers <jer@gentoo.org> gnokii-0.6.29.ebuild: Stable for HPPA (bug #332043). diff --git a/app-mobilephone/gnokii/gnokii-0.6.27-r2.ebuild b/app-mobilephone/gnokii/gnokii-0.6.27-r2.ebuild index 687d6904bb12..aa84ebd13ea1 100644 --- a/app-mobilephone/gnokii/gnokii-0.6.27-r2.ebuild +++ b/app-mobilephone/gnokii/gnokii-0.6.27-r2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.27-r2.ebuild,v 1.15 2010/06/17 20:07:42 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.27-r2.ebuild,v 1.16 2011/03/27 12:11:23 nirbheek Exp $ + +EAPI="1" inherit eutils linux-info autotools @@ -15,11 +17,11 @@ IUSE="nls bluetooth ical irda sms postgres mysql usb X debug" RDEPEND="!app-mobilephone/smstools sys-apps/pcsc-lite - X? ( >=x11-libs/gtk+-2 ) + X? ( x11-libs/gtk+:2 ) bluetooth? ( net-wireless/bluez ) sms? ( !app-mobilephone/smstools - >=dev-libs/glib-2 + dev-libs/glib:2 postgres? ( >=dev-db/postgresql-base-8.0 ) mysql? ( >=virtual/mysql-4.1 ) ) diff --git a/app-mobilephone/gnokii/gnokii-0.6.27-r4.ebuild b/app-mobilephone/gnokii/gnokii-0.6.27-r4.ebuild index 06b31fa94470..eefd8b5d5117 100644 --- a/app-mobilephone/gnokii/gnokii-0.6.27-r4.ebuild +++ b/app-mobilephone/gnokii/gnokii-0.6.27-r4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.27-r4.ebuild,v 1.5 2010/06/17 20:07:42 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.27-r4.ebuild,v 1.6 2011/03/27 12:11:23 nirbheek Exp $ EAPI=2 @@ -24,11 +24,11 @@ IUSE="nls bluetooth ical irda sms postgres mysql usb X debug" RDEPEND="!app-mobilephone/smstools sys-apps/pcsc-lite - X? ( >=x11-libs/gtk+-2 ) + X? ( x11-libs/gtk+:2 ) bluetooth? ( net-wireless/bluez ) sms? ( !app-mobilephone/smstools - >=dev-libs/glib-2 + dev-libs/glib:2 postgres? ( >=dev-db/postgresql-base-8.0 ) mysql? ( >=virtual/mysql-4.1 ) ) diff --git a/app-mobilephone/gnokii/gnokii-0.6.28.1.ebuild b/app-mobilephone/gnokii/gnokii-0.6.28.1.ebuild index 537f6ddbfd7c..4586ccb158e3 100644 --- a/app-mobilephone/gnokii/gnokii-0.6.28.1.ebuild +++ b/app-mobilephone/gnokii/gnokii-0.6.28.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.28.1.ebuild,v 1.3 2010/06/17 20:07:42 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.28.1.ebuild,v 1.4 2011/03/27 12:11:23 nirbheek Exp $ EAPI=2 @@ -24,11 +24,11 @@ IUSE="nls bluetooth ical irda sms postgres mysql usb X debug" RDEPEND="!app-mobilephone/smstools sys-apps/pcsc-lite - X? ( >=x11-libs/gtk+-2 ) + X? ( x11-libs/gtk+:2 ) bluetooth? ( net-wireless/bluez ) sms? ( !app-mobilephone/smstools - >=dev-libs/glib-2 + dev-libs/glib:2 postgres? ( >=dev-db/postgresql-base-8.0 ) mysql? ( >=virtual/mysql-4.1 ) ) diff --git a/app-mobilephone/gnokii/gnokii-0.6.29.ebuild b/app-mobilephone/gnokii/gnokii-0.6.29.ebuild index 5337f943c1b6..155f56444697 100644 --- a/app-mobilephone/gnokii/gnokii-0.6.29.ebuild +++ b/app-mobilephone/gnokii/gnokii-0.6.29.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.29.ebuild,v 1.6 2010/09/29 15:46:34 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.29.ebuild,v 1.7 2011/03/27 12:11:23 nirbheek Exp $ EAPI=2 @@ -24,11 +24,11 @@ IUSE="nls bluetooth ical irda sms postgres mysql usb X debug" RDEPEND="!app-mobilephone/smstools sys-apps/pcsc-lite - X? ( >=x11-libs/gtk+-2 ) + X? ( x11-libs/gtk+:2 ) bluetooth? ( net-wireless/bluez ) sms? ( !app-mobilephone/smstools - >=dev-libs/glib-2 + dev-libs/glib:2 postgres? ( >=dev-db/postgresql-base-8.0 ) mysql? ( >=virtual/mysql-4.1 ) ) diff --git a/app-mobilephone/gnokii/gnokii-9999.ebuild b/app-mobilephone/gnokii/gnokii-9999.ebuild index 7c846e462713..ff8673656827 100644 --- a/app-mobilephone/gnokii/gnokii-9999.ebuild +++ b/app-mobilephone/gnokii/gnokii-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-9999.ebuild,v 1.7 2010/06/17 20:07:42 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-9999.ebuild,v 1.8 2011/03/27 12:11:23 nirbheek Exp $ EAPI=2 @@ -24,7 +24,7 @@ IUSE="nls bluetooth ical irda sms postgres mysql usb X debug" RDEPEND="!app-mobilephone/smstools sys-apps/pcsc-lite - X? ( >=x11-libs/gtk+-2 ) + X? ( x11-libs/gtk+:2 ) bluetooth? ( net-wireless/bluez ) sms? ( !app-mobilephone/smstools |