diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-02-11 09:29:08 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-02-11 09:29:08 +0000 |
commit | ce2966aeef17ac308364eb0a3778f1134e7e74fe (patch) | |
tree | 95d8362bc2bba62cf0c39601318ad5b77c49d51d /app-mobilephone | |
parent | Stable for HPPA (bug #539482). (diff) | |
download | gentoo-2-ce2966aeef17ac308364eb0a3778f1134e7e74fe.tar.gz gentoo-2-ce2966aeef17ac308364eb0a3778f1134e7e74fe.tar.bz2 gentoo-2-ce2966aeef17ac308364eb0a3778f1134e7e74fe.zip |
revbump, conversion -> distutils-r1, rm old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/wammu/ChangeLog | 10 | ||||
-rw-r--r-- | app-mobilephone/wammu/wammu-0.36-r1.ebuild (renamed from app-mobilephone/wammu/wammu-0.36.ebuild) | 28 |
2 files changed, 21 insertions, 17 deletions
diff --git a/app-mobilephone/wammu/ChangeLog b/app-mobilephone/wammu/ChangeLog index a080d217ee57..bbd0ee3e20cf 100644 --- a/app-mobilephone/wammu/ChangeLog +++ b/app-mobilephone/wammu/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-mobilephone/wammu -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/ChangeLog,v 1.54 2014/04/22 17:04:15 kensington Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/ChangeLog,v 1.55 2015/02/11 09:29:08 idella4 Exp $ + +*wammu-0.36-r1 (11 Feb 2015) + + 11 Feb 2015; Ian Delaney <idella4@gentoo.org> +wammu-0.36-r1.ebuild, + -wammu-0.36.ebuild: + revbump, conversion -> distutils-r1, rm old 22 Apr 2014; Michael Palimaka <kensington@gentoo.org> -wammu-0.30.1.ebuild, -wammu-0.34.ebuild: diff --git a/app-mobilephone/wammu/wammu-0.36.ebuild b/app-mobilephone/wammu/wammu-0.36-r1.ebuild index 9f797d6826a9..a81f457cb3a9 100644 --- a/app-mobilephone/wammu/wammu-0.36.ebuild +++ b/app-mobilephone/wammu/wammu-0.36-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/wammu-0.36.ebuild,v 1.1 2012/11/25 15:36:23 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/wammu-0.36-r1.ebuild,v 1.1 2015/02/11 09:29:08 idella4 Exp $ -EAPI="3" +EAPI=5 -PYTHON_DEPEND="2" +PYTHON_COMPAT=( python2_7 ) -inherit distutils +inherit distutils-r1 DESCRIPTION="Front-end for gammu to access mobile phones easily" HOMEPAGE="http://www.wammu.eu/" @@ -18,8 +18,8 @@ KEYWORDS="~amd64 ~x86" IUSE="bluetooth gnome" RDEPEND=">=app-mobilephone/gammu-1.25.0[python] - >=dev-python/wxpython-2.8 - bluetooth? ( dev-python/pybluez + >=dev-python/wxpython-2.8[${PYTHON_USEDEP}] + bluetooth? ( dev-python/pybluez[${PYTHON_USEDEP}] gnome? ( net-wireless/gnome-bluetooth ) )" DEPEND="${RDEPEND}" @@ -29,10 +29,8 @@ DEPEND="${RDEPEND}" MY_AVAILABLE_LINGUAS=" af bg ca cs da de el es et fi fr gl he hu id it ko nl pl pt_BR ru sk sv zh_CN zh_TW" IUSE="${IUSE} ${MY_AVAILABLE_LINGUAS// / linguas_}" -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} +# Required to source locale content out of the box +DISTUTILS_IN_SOURCE_BUILD=1 src_prepare() { local lang support_linguas=no @@ -51,16 +49,16 @@ src_prepare() { done fi - python_convert_shebangs -r 2 . + distutils-r1_src_prepare } src_compile() { # SKIPWXCHECK: else 'import wx' results in # Xlib: connection to ":0.0" refused by server - SKIPWXCHECK=yes distutils_src_compile + SKIPWXCHECK=yes distutils-r1_src_compile } src_install() { - DOCS="AUTHORS FAQ" - SKIPWXCHECK=yes distutils_src_install + local DOCS="AUTHORS FAQ" + SKIPWXCHECK=yes distutils-r1_src_install } |