From: Michał Górny Date: Wed, 4 Mar 2020 16:35:05 +0000 (+0100) Subject: app-mobilephone/lightblue: Remove last-rited pkg X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cf180bade0394e87b28eef62ec9cb33f1a76ca91;p=gentoo.git app-mobilephone/lightblue: Remove last-rited pkg Closes: https://bugs.gentoo.org/707550 Signed-off-by: Michał Górny --- diff --git a/app-mobilephone/lightblue/Manifest b/app-mobilephone/lightblue/Manifest deleted file mode 100644 index 7a285c801884..000000000000 --- a/app-mobilephone/lightblue/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST lightblue-0.4.tar.gz 204072 BLAKE2B ca3b39aaf729602c1a2a0022f1a5112604b94eea780239337137d5ff9f4bb24b6a9ee1443e1d5bd09dd2a6ff04d0562684d7f0c98028a838a4e4601ed7af2a40 SHA512 aa1446bacc1a75492e9bd604a41f89b72144642e029066f1d5ab85410f701a3c7e45bad9f4a33be1b3c65ac5525e0c9ab0f0fcaa0481795bc412d9e8bd97dac0 diff --git a/app-mobilephone/lightblue/lightblue-0.4-r1.ebuild b/app-mobilephone/lightblue/lightblue-0.4-r1.ebuild deleted file mode 100644 index 7eb798d74066..000000000000 --- a/app-mobilephone/lightblue/lightblue-0.4-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -inherit distutils-r1 - -DESCRIPTION="API for Python which provides simple access to Bluetooth operations" -HOMEPAGE="http://lightblue.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="examples" - -DEPEND=" - >=dev-libs/openobex-1.3 - >=dev-python/pybluez-0.9[${PYTHON_USEDEP}] -" -RDEPEND="${DEPEND}" - -python_install_all() { - use examples && local EXAMPLES=( examples/. ) - distutils-r1_python_install_all -} diff --git a/app-mobilephone/lightblue/metadata.xml b/app-mobilephone/lightblue/metadata.xml deleted file mode 100644 index 075af935775b..000000000000 --- a/app-mobilephone/lightblue/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - python@gentoo.org - Python - - - lightblue - - diff --git a/profiles/package.mask b/profiles/package.mask index ac519326a0f1..d1898bef70ac 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -565,12 +565,6 @@ dev-util/xesam-tools # Masked for removal in 30 days. dev-python/pygtkglext -# Michał Górny (2020-01-31) -# Last release in 2009. No tests. Python 2 only. No reverse -# dependencies. -# Removal in 30 days. Bug #707550. -app-mobilephone/lightblue - # Robin H. Johnson (2020-01-26) # EAPI conversion caused some regressions, need to redesign old ebuilds. =dev-lang/lua-5.1.5-r5