diff options
author | Keruspe <Marc-Antoine@Perennou.com> | 2009-12-25 19:45:42 +0100 |
---|---|---|
committer | Keruspe <Marc-Antoine@Perennou.com> | 2009-12-25 19:45:42 +0100 |
commit | 38772ee6a2584cb681c5370983db840022e8806a (patch) | |
tree | cbf30cbaff75673613c48a5356e168e713ff7ac2 /net-wireless | |
download | keruspe-38772ee6a2584cb681c5370983db840022e8806a.tar.gz keruspe-38772ee6a2584cb681c5370983db840022e8806a.tar.bz2 keruspe-38772ee6a2584cb681c5370983db840022e8806a.zip |
svn -> git + clean
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/blueproximity/blueproximity-1.2.5.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/net-wireless/blueproximity/blueproximity-1.2.5.ebuild b/net-wireless/blueproximity/blueproximity-1.2.5.ebuild new file mode 100644 index 00000000..9654d3b6 --- /dev/null +++ b/net-wireless/blueproximity/blueproximity-1.2.5.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2008 Gentoo Foundation +# Copyright 2009 Marc-Antoine Perennou +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="Leave it - it's locked, come back - it's back too..." +HOMEPAGE="http://blueproximity.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND=" + dev-python/pybluez + dev-python/configobj + dev-python/pygtk + || ( net-wireless/bluez net-wireless/bluez-utils ) + " + +src_install() { + insinto /opt/${PN} + sed "s:^cd.*:cd /opt/${PN}:" -i ${P}.orig/start_proximity.sh + doins ${P}.orig/* + newbin ${P}.orig/start_proximity.sh blueproximity +} + |