diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2007-10-03 04:56:58 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2007-10-03 04:56:58 +0000 |
commit | db6c12cb85aac2a14182e42a64f0902cf04d6eba (patch) | |
tree | 76a6a8d56117cc98d6914d0cd9f680741a2262f3 /app-mobilephone/wammu | |
parent | Stable for HPPA (bug #194277). (diff) | |
download | gentoo-2-db6c12cb85aac2a14182e42a64f0902cf04d6eba.tar.gz gentoo-2-db6c12cb85aac2a14182e42a64f0902cf04d6eba.tar.bz2 gentoo-2-db6c12cb85aac2a14182e42a64f0902cf04d6eba.zip |
Lock wxpython dependency. Fix quoting.
(Portage version: 2.1.3.11)
Diffstat (limited to 'app-mobilephone/wammu')
-rw-r--r-- | app-mobilephone/wammu/ChangeLog | 6 | ||||
-rw-r--r-- | app-mobilephone/wammu/wammu-0.20.ebuild | 4 | ||||
-rw-r--r-- | app-mobilephone/wammu/wammu-0.21-r2.ebuild | 6 | ||||
-rw-r--r-- | app-mobilephone/wammu/wammu-0.21.ebuild | 4 |
4 files changed, 12 insertions, 8 deletions
diff --git a/app-mobilephone/wammu/ChangeLog b/app-mobilephone/wammu/ChangeLog index 458f7de5ed13..3a806b441465 100644 --- a/app-mobilephone/wammu/ChangeLog +++ b/app-mobilephone/wammu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-mobilephone/wammu # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/ChangeLog,v 1.24 2007/09/09 06:44:22 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/ChangeLog,v 1.25 2007/10/03 04:56:58 dirtyepic Exp $ + + 03 Oct 2007; Ryan Hill <dirtyepic@gentoo.org> wammu-0.20.ebuild, + wammu-0.21.ebuild, wammu-0.21-r2.ebuild: + Lock wxpython dependency. Fix quoting. *wammu-0.21-r2 (09 Sep 2007) diff --git a/app-mobilephone/wammu/wammu-0.20.ebuild b/app-mobilephone/wammu/wammu-0.20.ebuild index eeef6c98ce3b..d00012883f53 100644 --- a/app-mobilephone/wammu/wammu-0.20.ebuild +++ b/app-mobilephone/wammu/wammu-0.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/wammu-0.20.ebuild,v 1.3 2007/08/01 00:01:35 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/wammu-0.20.ebuild,v 1.4 2007/10/03 04:56:58 dirtyepic Exp $ inherit distutils @@ -14,7 +14,7 @@ KEYWORDS="amd64 ~ppc x86" IUSE="bluetooth" #gnome-bluetooth is used for additional functionality - see bug #101067 -RDEPEND=">=dev-python/wxpython-2.6 +RDEPEND="=dev-python/wxpython-2.6* >=dev-python/python-gammu-0.20 bluetooth? ( net-wireless/gnome-bluetooth diff --git a/app-mobilephone/wammu/wammu-0.21-r2.ebuild b/app-mobilephone/wammu/wammu-0.21-r2.ebuild index 6503af264cdf..b9183442313f 100644 --- a/app-mobilephone/wammu/wammu-0.21-r2.ebuild +++ b/app-mobilephone/wammu/wammu-0.21-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/wammu-0.21-r2.ebuild,v 1.1 2007/09/09 06:44:22 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/wammu-0.21-r2.ebuild,v 1.2 2007/10/03 04:56:58 dirtyepic Exp $ inherit distutils eutils versionator @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="bluetooth" -RDEPEND=">=dev-python/wxpython-2.6.3.3 +RDEPEND="=dev-python/wxpython-2.6* >=dev-python/python-gammu-0.22 bluetooth? ( || ( @@ -33,7 +33,7 @@ src_unpack() { # Select the suitable wxpython versions local wxpy_pkg wxpy_slot MY_WXPYTHON_SLOTS - for wxpy_pkg in $(portageq match ${ROOT} '>=dev-python/wxpython-2.6.3.3'); do + for wxpy_pkg in $(portageq match "${ROOT}" '=dev-python/wxpython-2.6*'); do if built_with_use --hidden --missing false =${wxpy_pkg} unicode ; then wxpy_slot=$(get_version_component_range 1-2 ${wxpy_pkg#*/*-}) if [ -z "${MY_WXPYTHON_SLOTS}" ]; then diff --git a/app-mobilephone/wammu/wammu-0.21.ebuild b/app-mobilephone/wammu/wammu-0.21.ebuild index f09dbe60c894..16b3f3d0304e 100644 --- a/app-mobilephone/wammu/wammu-0.21.ebuild +++ b/app-mobilephone/wammu/wammu-0.21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/wammu-0.21.ebuild,v 1.2 2007/08/22 07:08:20 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/wammu-0.21.ebuild,v 1.3 2007/10/03 04:56:58 dirtyepic Exp $ inherit distutils @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~ppc x86" IUSE="bluetooth" #gnome-bluetooth is used for additional functionality - see bug #101067 -RDEPEND=">=dev-python/wxpython-2.6.3.3 +RDEPEND="=dev-python/wxpython-2.6* >=dev-python/python-gammu-0.20 bluetooth? ( dev-python/pybluez |