summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2012-10-08 20:16:51 +0000
committerRick Farina <zerochaos@gentoo.org>2012-10-08 20:16:51 +0000
commit5821af1134812bf0cda06289872b6c30f9522c1e (patch)
tree89b2d4d217450cfb564e866a0e92e303f8d0a867 /net-wireless/ubertooth/ubertooth-9999.ebuild
parentRemove old. (diff)
downloadgentoo-2-5821af1134812bf0cda06289872b6c30f9522c1e.tar.gz
gentoo-2-5821af1134812bf0cda06289872b6c30f9522c1e.tar.bz2
gentoo-2-5821af1134812bf0cda06289872b6c30f9522c1e.zip
bump
(Portage version: 2.1.11.24/cvs/Linux x86_64)
Diffstat (limited to 'net-wireless/ubertooth/ubertooth-9999.ebuild')
-rw-r--r--net-wireless/ubertooth/ubertooth-9999.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/net-wireless/ubertooth/ubertooth-9999.ebuild b/net-wireless/ubertooth/ubertooth-9999.ebuild
index 7e8d2dbbe54c..5e080a8370f3 100644
--- a/net-wireless/ubertooth/ubertooth-9999.ebuild
+++ b/net-wireless/ubertooth/ubertooth-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/ubertooth/ubertooth-9999.ebuild,v 1.11 2012/09/13 03:03:15 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/ubertooth/ubertooth-9999.ebuild,v 1.12 2012/10/08 20:16:51 zerochaos Exp $
EAPI="4"
@@ -41,15 +41,15 @@ if [[ ${PV} == "9999" ]] ; then
DEPEND="ubertooth0-firmware? ( sys-devel/crossdev )
ubertooth1-firmware? ( sys-devel/crossdev )"
else
- MY_PV="${PV/p/r}"
- MY_PV="${MY_PV/0.0_/}"
- SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tar.gz"
+ MY_P=${P/\./-}
+ MY_P=${MY_P/./-R}
+ S=${WORKDIR}/${MY_P}
+ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
#re-add arm keyword after making a lib-only target
KEYWORDS="~amd64 ~x86"
- S="${WORKDIR}/${PN}-${MY_PV}/"
- DEPEND=">=net-libs/libbtbb-0.8"
+ DEPEND=">=net-libs/libbtbb-${PV}"
RDEPEND="${RDEPEND}
- >=net-libs/libbtbb-0.8"
+ >=net-libs/libbtbb-${PV}"
fi
DESCRIPTION="An open source wireless development platform suitable for Bluetooth experimentation"