diff options
author | Michael Palimaka <kensington@gentoo.org> | 2014-04-22 17:04:15 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2014-04-22 17:04:15 +0000 |
commit | e9f6d4a695af6b5075b21265303a13f1f075bf37 (patch) | |
tree | 31010f4881d1fe3a89485915f18b72367b59ec1c /app-mobilephone/wammu | |
parent | Version bump, fixing bug #508408 (diff) | |
download | gentoo-2-e9f6d4a695af6b5075b21265303a13f1f075bf37.tar.gz gentoo-2-e9f6d4a695af6b5075b21265303a13f1f075bf37.tar.bz2 gentoo-2-e9f6d4a695af6b5075b21265303a13f1f075bf37.zip |
Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'app-mobilephone/wammu')
-rw-r--r-- | app-mobilephone/wammu/ChangeLog | 6 | ||||
-rw-r--r-- | app-mobilephone/wammu/wammu-0.30.1.ebuild | 60 | ||||
-rw-r--r-- | app-mobilephone/wammu/wammu-0.34.ebuild | 69 |
3 files changed, 5 insertions, 130 deletions
diff --git a/app-mobilephone/wammu/ChangeLog b/app-mobilephone/wammu/ChangeLog index d3bc502b3e6a..a080d217ee57 100644 --- a/app-mobilephone/wammu/ChangeLog +++ b/app-mobilephone/wammu/ChangeLog @@ -1,6 +1,10 @@ # 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.53 2014/04/09 07:17:07 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/ChangeLog,v 1.54 2014/04/22 17:04:15 kensington Exp $ + + 22 Apr 2014; Michael Palimaka <kensington@gentoo.org> -wammu-0.30.1.ebuild, + -wammu-0.34.ebuild: + Remove old. 09 Apr 2014; Tom Wijsman <TomWij@gentoo.org> metadata.xml: [QA] Dissolve the mobile-phone herd to maintainer-needed because it is empty diff --git a/app-mobilephone/wammu/wammu-0.30.1.ebuild b/app-mobilephone/wammu/wammu-0.30.1.ebuild deleted file mode 100644 index c89468e47e55..000000000000 --- a/app-mobilephone/wammu/wammu-0.30.1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/wammu-0.30.1.ebuild,v 1.6 2011/08/13 07:15:07 xarthisius Exp $ - -EAPI="3" - -inherit distutils - -DESCRIPTION="front-end for gammu (Nokia and other mobiles)" -HOMEPAGE="http://www.cihar.com/gammu/wammu/" -SRC_URI="http://dl.cihar.com/wammu/v0/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="bluetooth" - -RDEPEND=">=app-mobilephone/gammu-1.25.0[python] - >=dev-python/wxpython-2.8 - bluetooth? ( - || ( - dev-python/pybluez - net-wireless/gnome-bluetooth - ) - )" -DEPEND="${RDEPEND}" - -# Supported languages and translated documentation -# Be sure all languages are prefixed with a single space! -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_}" - -src_prepare() { - local lang support_linguas=no - for lang in ${MY_AVAILABLE_LINGUAS} ; do - if use linguas_${lang} ; then - support_linguas=yes - break - fi - done - # install all languages when all selected LINGUAS aren't supported - if [ "${support_linguas}" = "yes" ]; then - for lang in ${MY_AVAILABLE_LINGUAS} ; do - if ! use linguas_${lang} ; then - rm -r locale/${lang} || die - fi - done - fi -} - -src_compile() { - # SKIPWXCHECK: else 'import wx' results in - # Xlib: connection to ":0.0" refused by server - SKIPWXCHECK=yes distutils_src_compile -} - -src_install() { - DOCS="AUTHORS FAQ" - SKIPWXCHECK=yes distutils_src_install -} diff --git a/app-mobilephone/wammu/wammu-0.34.ebuild b/app-mobilephone/wammu/wammu-0.34.ebuild deleted file mode 100644 index 155d7c99dc00..000000000000 --- a/app-mobilephone/wammu/wammu-0.34.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/wammu-0.34.ebuild,v 1.3 2011/08/13 07:15:07 xarthisius Exp $ - -EAPI="3" - -PYTHON_DEPEND="2" - -inherit distutils - -DESCRIPTION="Front-end for gammu to access mobile phones easily" -HOMEPAGE="http://www.wammu.eu/" -SRC_URI="http://dl.cihar.com/wammu/v0/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="bluetooth" - -RDEPEND=">=app-mobilephone/gammu-1.25.0[python] - >=dev-python/wxpython-2.8 - bluetooth? ( - || ( - dev-python/pybluez - net-wireless/gnome-bluetooth - ) - )" -DEPEND="${RDEPEND}" - -# Supported languages and translated documentation -# Be sure all languages are prefixed with a single space! -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 -} - -src_prepare() { - local lang support_linguas=no - for lang in ${MY_AVAILABLE_LINGUAS} ; do - if use linguas_${lang} ; then - support_linguas=yes - break - fi - done - # install all languages when all selected LINGUAS aren't supported - if [ "${support_linguas}" = "yes" ]; then - for lang in ${MY_AVAILABLE_LINGUAS} ; do - if ! use linguas_${lang} ; then - rm -r locale/${lang} || die - fi - done - fi - - python_convert_shebangs -r 2 . -} - -src_compile() { - # SKIPWXCHECK: else 'import wx' results in - # Xlib: connection to ":0.0" refused by server - SKIPWXCHECK=yes distutils_src_compile -} - -src_install() { - DOCS="AUTHORS FAQ" - SKIPWXCHECK=yes distutils_src_install -} |