diff options
author | ktrace <coyote@bks.tv> | 2018-03-21 15:15:59 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-22 17:17:33 +0100 |
commit | a3f1469bbf821af3d1de2367d1b87ddb7fb3a202 (patch) | |
tree | 4dc31fbfd79d0689169f874a9870f86263161ec2 /app-mobilephone | |
parent | app-mobilephone/gammu: bump version to 1.39.0 (diff) | |
download | gentoo-a3f1469bbf821af3d1de2367d1b87ddb7fb3a202.tar.gz gentoo-a3f1469bbf821af3d1de2367d1b87ddb7fb3a202.tar.bz2 gentoo-a3f1469bbf821af3d1de2367d1b87ddb7fb3a202.zip |
app-mobilephone/wammu: remove old version 0.40
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/wammu/Manifest | 1 | ||||
-rw-r--r-- | app-mobilephone/wammu/wammu-0.40.ebuild | 52 |
2 files changed, 0 insertions, 53 deletions
diff --git a/app-mobilephone/wammu/Manifest b/app-mobilephone/wammu/Manifest index adb483089acf..3b3e9242d766 100644 --- a/app-mobilephone/wammu/Manifest +++ b/app-mobilephone/wammu/Manifest @@ -1,2 +1 @@ -DIST wammu-0.40.tar.bz2 687062 BLAKE2B 413736e40bd2a809123e176f2d00042f407c9a8bea0cc9f4a15561b7f96375c30fa1c8fc65ea8613cc7d369df13fa6841f027e69991ba323374b1dc99bf9c86d SHA512 2ed5d5cdd63b3731808c5fa8cc36caf394c4ccf714eb4ef39a25f1e7967d8ccf8b69db5aeff37ff0d1bbf7cefec51fe070a5f0b90d0cb8271f1a3d243eaf06fd DIST wammu-0.43.tar.xz 563832 BLAKE2B 26b075d16d6b26608022eac58260083b7883a3c0b0fe8b73984c625f3ecb2a6ce972cb73bc8e5ebe280726447b6fa188716206f7540a9de42013c221a05589dd SHA512 c8f0aad8d8fc2c852638a77b45d48ba3c512a1e1cf8f8dc54b99a614f7338f366494ef88d786143defd77e55ab9597d9c705569c4e0fceb856f29a05b9c6a843 diff --git a/app-mobilephone/wammu/wammu-0.40.ebuild b/app-mobilephone/wammu/wammu-0.40.ebuild deleted file mode 100644 index 320c41fab713..000000000000 --- a/app-mobilephone/wammu/wammu-0.40.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -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 gnome" - -RDEPEND="|| ( ( >=app-mobilephone/gammu-1.36 dev-python/python-gammu ) - >=app-mobilephone/gammu-1.25.0[python] ) - >=dev-python/wxpython-2.8:*[${PYTHON_USEDEP}] - bluetooth? ( dev-python/pybluez[${PYTHON_USEDEP}] - gnome? ( net-wireless/gnome-bluetooth ) - )" -DEPEND="${RDEPEND}" - -# Supported languages and translated documentation -MY_AVAILABLE_LINGUAS=" af ar bg bn ca cs da de el en_GB es et fi fr gl he hu id it ko nl pl pt_BR ro ru sk sv sw tr uk zh_CN zh_TW" - -# Required to source locale content out of the box -DISTUTILS_IN_SOURCE_BUILD=1 - -src_prepare() { - local lang - for lang in ${MY_AVAILABLE_LINGUAS} ; do - if ! has ${lang} ${LINGUAS-${lang}} ; then - rm -r locale/${lang} || die - fi - done - - distutils-r1_src_prepare -} - -src_compile() { - # SKIPWXCHECK: else 'import wx' results in - # Xlib: connection to ":0.0" refused by server - SKIPWXCHECK=yes distutils-r1_src_compile -} - -src_install() { - SKIPWXCHECK=yes distutils-r1_src_install -} |