diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-20 14:51:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-20 14:51:34 +0200 |
commit | 08c7a836ade31eb4728f021c35b5c78594730689 (patch) | |
tree | cf21d81c817a539d1ab40b47aa6477ec47af34cd /app-mobilephone | |
parent | sys-kernel/genkernel-next: Remove last-rited pkg (diff) | |
download | gentoo-08c7a836ade31eb4728f021c35b5c78594730689.tar.gz gentoo-08c7a836ade31eb4728f021c35b5c78594730689.tar.bz2 gentoo-08c7a836ade31eb4728f021c35b5c78594730689.zip |
app-mobilephone/wammu: Remove last-rited pkg
Closes: https://bugs.gentoo.org/732352
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/wammu/Manifest | 1 | ||||
-rw-r--r-- | app-mobilephone/wammu/metadata.xml | 5 | ||||
-rw-r--r-- | app-mobilephone/wammu/wammu-0.44.ebuild | 34 |
3 files changed, 0 insertions, 40 deletions
diff --git a/app-mobilephone/wammu/Manifest b/app-mobilephone/wammu/Manifest deleted file mode 100644 index d8a42f0958c0..000000000000 --- a/app-mobilephone/wammu/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST wammu-0.44.tar.xz 582284 BLAKE2B ba0523d4778c0fcebc8c86354d503880ea4a34f8ba05e9c4c8ef9b206366ad11c16f85dba2ce19977587aba0bc791adade4d35422a1727b1e042d5be29f39b54 SHA512 9b1a8c9fad2abc618d3e778338446b154516fff9e176aff02ed8daa64ff6e69a591324368dacd50f40c832d16d197447c575644520102317d95c573ed8d6bc7e diff --git a/app-mobilephone/wammu/metadata.xml b/app-mobilephone/wammu/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/app-mobilephone/wammu/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> diff --git a/app-mobilephone/wammu/wammu-0.44.ebuild b/app-mobilephone/wammu/wammu-0.44.ebuild deleted file mode 100644 index 9abeda111418..000000000000 --- a/app-mobilephone/wammu/wammu-0.44.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Front-end for gammu to access mobile phones easily" -HOMEPAGE="https://www.wammu.eu/" -SRC_URI="http://dl.cihar.com/wammu/v0/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="bluetooth gnome" - -RDEPEND=" - >=app-mobilephone/gammu-1.36 - dev-python/python-gammu - >=dev-python/wxpython-2.8:*[${PYTHON_USEDEP}] - bluetooth? ( - dev-python/pybluez[${PYTHON_USEDEP}] - gnome? ( net-wireless/gnome-bluetooth ) - ) -" -DEPEND="${RDEPEND}" - -# Required to source locale content out of the box -DISTUTILS_IN_SOURCE_BUILD=1 - -# SKIPWXCHECK: else 'import wx' results in -# Xlib: connection to ":0.0" refused by server -SKIPWXCHECK=yes |