summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-wireless/blueproximity/Manifest2
-rw-r--r--net-wireless/blueproximity/blueproximity-1.2.5.ebuild46
2 files changed, 0 insertions, 48 deletions
diff --git a/net-wireless/blueproximity/Manifest b/net-wireless/blueproximity/Manifest
deleted file mode 100644
index dd4ae93..0000000
--- a/net-wireless/blueproximity/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST blueproximity-1.2.5.tar.gz 301090 SHA256 d1211d7898792a6db8448768884970c0d5efe683c6aa2ffc13e765f7d5fb62d9 SHA512 d72f3d1b15538a31d0eced6627fc0dc16c7404be0ddfb3bf6d13c9a0a1b089e9f001d50a26e1a1d4015e07b0013e78001b2b204f94ef21cd0de49b42550b5436 WHIRLPOOL 130f0d3240383d07611a17a483b489d33f833a40d755c4caacd5fd9e0bc362610e739d5c5be51b58dbe83c5b8d2d18454a236be35eecc862c962390399b7820b
-EBUILD blueproximity-1.2.5.ebuild 1197 SHA256 310beb927ae73e0f2af5bcb7a9f9d34db92e310df0f30bb812fa574ea4fbd9f7 SHA512 d48e8d7386fa762e923c86cc96ddff6ed71ff37aeb1e40aae3aad9f4dad9417e3a872fd563ebc663b3d91643dcd8795a816e19be20b5ae093e50a3ce42b058f0 WHIRLPOOL b85cace63085d38fe223e76805be9f767c5a7d7f1bb7809c5dec7ff35aa6d5f4bb79d0561cbdbc2e0f5a5e44d6494a39b01b58d8730aa8099e2e63bdfd51436c
diff --git a/net-wireless/blueproximity/blueproximity-1.2.5.ebuild b/net-wireless/blueproximity/blueproximity-1.2.5.ebuild
deleted file mode 100644
index c687155..0000000
--- a/net-wireless/blueproximity/blueproximity-1.2.5.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils python-single-r1
-
-DESCRIPTION="Proximity detector for your mobile phone via bluetooth"
-HOMEPAGE="http://blueproximity.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-LANGS=" de en es fa hu it ru sv th"
-IUSE="${IUSE} ${LANGS// / linguas_}"
-
-RDEPEND="dev-python/pygobject[${PYTHON_USEDEP}]
- dev-python/configobj[${PYTHON_USEDEP}]
- dev-python/pybluez[${PYTHON_USEDEP}]
- >=dev-python/pygtk-2.0[${PYTHON_USEDEP}]"
-DEPEND=""
-
-S="${WORKDIR}/${P}.orig"
-
-src_install() {
- sed -i -r "s:\`dirname \\\$PRG\`:/usr/lib/${PN}:" start_proximity.sh
- sed -i "s#python #${PYTHON} #" start_proximity.sh
- newbin start_proximity.sh blueproximity
- insinto "/usr/lib/${PN}"
- doins blueproximity* proximity*
- dodoc README ChangeLog
- dodoc doc/*
- doman doc/blueproximity.1
- domenu addons/blueproximity.desktop
- doicon addons/blueproximity.xpm
- strip-linguas ${LANGS}
- for l in ${LINGUAS};
- do
- dodir "/usr/lib/${PN}/LANG/${l}"
- cp -r "${S}/LANG/${l}" "${D}/usr/lib/${PN}/LANG"
- done
-}