net-wireless/kismet-ubertooth: version bump, clean old
authorZero_Chaos <zerochaos@gentoo.org>
Sat, 5 Sep 2015 02:39:48 +0000 (22:39 -0400)
committerZero_Chaos <zerochaos@gentoo.org>
Sat, 5 Sep 2015 02:39:48 +0000 (22:39 -0400)
Package-Manager: portage-2.2.20.1

net-wireless/kismet-ubertooth/Manifest
net-wireless/kismet-ubertooth/kismet-ubertooth-0.0_p534-r1.ebuild [deleted file]
net-wireless/kismet-ubertooth/kismet-ubertooth-0.0_p534.ebuild [deleted file]
net-wireless/kismet-ubertooth/kismet-ubertooth-2012.10.1-r1.ebuild [deleted file]
net-wireless/kismet-ubertooth/kismet-ubertooth-2012.10.1-r2.ebuild [deleted file]
net-wireless/kismet-ubertooth/kismet-ubertooth-2012.10.1.ebuild [deleted file]
net-wireless/kismet-ubertooth/kismet-ubertooth-2015.09.1.ebuild [moved from net-wireless/kismet-ubertooth/kismet-ubertooth-2014.04.1.ebuild with 91% similarity]
net-wireless/kismet-ubertooth/kismet-ubertooth-9999.ebuild

index 1ccd099852c690edb379f6d3405b6c00799f3284..9da99dbd282f2e04c5b9e76c2bfb6deef86fe099 100644 (file)
@@ -1,3 +1 @@
-DIST ubertooth-2012-10-R1.tar.xz 1677996 SHA256 e049d6f306c612d522c840ad296aa48b63c670665fac51425bcec2d6338ca1bd SHA512 51cf7debfe9ff2484924943484c54be38ad203d25390ddfeb242b06d1e27475763c6fdfe8706c85ed40f568c6502570289d2a04923d5e124c7b3d80359acbbd9 WHIRLPOOL dc30a1e9ad299c1c992cef1539dc5323133140d27544dbfadf44c379e9b70dddb5f5e9f097ef8e18f401a46a42da8ba359f7ae480ea821cd2a774da1e173dc6d
-DIST ubertooth-2014-04-R1.tar.xz 1762456 SHA256 0881b4bde755acea557851852bc830c100986801148ac1fcaf8ca898623edfaa SHA512 9cc415c7e7f4ce40703e7dcf916e8942325902ab3af470fb959de6bbe047a824ad62b41a09e95ead5a74a961674d2dd4d30e582db21e2ba47f648eb99462bf4a WHIRLPOOL 6c01402ebf004e782bbe4ad891c3b8ebee0040a5bfb6fcdeb2939a105646157b1786b90772a502b92e26a356a5674bafd6960ce83e3f81db819dd5575e6fc444
-DIST ubertooth-r534.tar.gz 2959832 SHA256 5e227872ee8c088fe2cdac936c4a30d1e12b8f7c6ac781c96004ad7528b44730 SHA512 b3e150b8f8a4335f65fd8b7b629316eae08cf0560269991af6632d48e360f17dd98742da975df33852760140cd5f4571f72f36d973fa5e6d8df47932561acfa6 WHIRLPOOL 7d7ea0db033b34cbf16f963ea42d05db9bf8f82f41d5d26dd6510a95ffe339dae3fef54f5cef5d71bfedb1e05531bf33998cbcabe88af611feeaecf1e22a7b10
+DIST ubertooth-2015-09-R1.tar.xz 1707712 SHA256 3d02e3a2e2d000583c62c47a7745db0ab676266dfdf6f89bfaa3e7a141f90bf1 SHA512 a56070fa5da545b0cfa0ac65b6f537e8f27fab0da0fc4ac73e11456d52a58d1e2dbf71835083190dd4f3fe90dc36487ba0aa4ceb0b4a66e07d41e438e339d9e3 WHIRLPOOL 6e14447f5bbc87771d582e0fe77ae0abab39942cb921f3996700e2f7fac4e43c11891136e7097cf45ff08ceac290f534022dd32eb153ed7150729c5f8296a0f3
diff --git a/net-wireless/kismet-ubertooth/kismet-ubertooth-0.0_p534-r1.ebuild b/net-wireless/kismet-ubertooth/kismet-ubertooth-0.0_p534-r1.ebuild
deleted file mode 100644 (file)
index bba3e9c..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit eutils multilib
-
-DESCRIPTION="Provides basic bluetooth support in kismet"
-HOMEPAGE="http://ubertooth.sourceforge.net/"
-
-if [[ ${PV} == "9999" ]] ; then
-       ESVN_REPO_URI="https://ubertooth.svn.sourceforge.net/svnroot/ubertooth/trunk/host"
-       SRC_URI=""
-       inherit subversion
-       KEYWORDS=""
-else
-       MY_PV="${PV/p/r}"
-       MY_PV="${MY_PV/0.0_/}"
-       SRC_URI="mirror://sourceforge/ubertooth/ubertooth-${MY_PV}.tar.gz"
-       KEYWORDS="~amd64 ~arm ~x86"
-       S="${WORKDIR}/ubertooth-${MY_PV}/host/"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=net-wireless/kismet-2011.03.2-r1 \
-               >=net-libs/libbtbb-0.8 \
-               virtual/libusb:1"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-respect-cflags.patch
-}
-
-src_compile() {
-       if has_version =net-wireless/kismet-9999; then
-               cd "${S}/kismet/plugin-ubertooth-phyneutral" || die
-       else
-               cd "${S}/kismet/plugin-ubertooth" || die
-       fi
-       emake KIS_SRC_DIR="/usr/include/kismet/"
-}
-
-src_install() {
-       if has_version =net-wireless/kismet-9999; then
-               cd "${S}/kismet/plugin-ubertooth-phyneutral" || die
-       else
-               cd "${S}/kismet/plugin-ubertooth" || die
-       fi
-       emake DESTDIR="${ED}" LIBDIR="/$(get_libdir)" KIS_SRC_DIR="/usr/include/kismet/" install
-}
-
-pkg_postinst() {
-       ewarn "This package must be rebuilt every time kismet is rebuilt. Or else."
-}
diff --git a/net-wireless/kismet-ubertooth/kismet-ubertooth-0.0_p534.ebuild b/net-wireless/kismet-ubertooth/kismet-ubertooth-0.0_p534.ebuild
deleted file mode 100644 (file)
index b880389..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit eutils multilib
-
-DESCRIPTION="Provides basic bluetooth support in kismet"
-HOMEPAGE="http://ubertooth.sourceforge.net/"
-
-if [[ ${PV} == "9999" ]] ; then
-       ESVN_REPO_URI="https://ubertooth.svn.sourceforge.net/svnroot/ubertooth/trunk/host"
-       SRC_URI=""
-       inherit subversion
-       KEYWORDS=""
-else
-       MY_PV="${PV/p/r}"
-       MY_PV="${MY_PV/0.0_/}"
-       SRC_URI="mirror://sourceforge/ubertooth/ubertooth-${MY_PV}.tar.gz"
-       KEYWORDS="~amd64 ~arm ~x86"
-       S="${WORKDIR}/ubertooth-${MY_PV}/host/"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=net-wireless/kismet-2011.03.2-r1 \
-               >=net-libs/libbtbb-0.8 \
-               virtual/libusb:1"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-respect-cflags.patch
-}
-
-src_compile() {
-       if has_version =net-wireless/kismet-9999; then
-               cd "${S}/kismet/plugin-ubertooth-phyneutral" || die
-       else
-               cd "${S}/kismet/plugin-ubertooth" || die
-       fi
-       emake KIS_SRC_DIR="/usr/include/kismet/"
-}
-
-src_install() {
-       if has_version =net-wireless/kismet-9999; then
-               cd "${S}/kismet/plugin-ubertooth-phyneutral" || die
-       else
-               cd "${S}/kismet/plugin-ubertooth" || die
-       fi
-       emake DESTDIR="${ED}" LIBDIR="/usr/$(get_libdir)" KIS_SRC_DIR="/usr/include/kismet/" KIS_DEST_DIR="${D}/usr/" install
-}
-
-pkg_postinst() {
-       ewarn "This package must be rebuilt every time kismet is rebuilt. Or else."
-}
diff --git a/net-wireless/kismet-ubertooth/kismet-ubertooth-2012.10.1-r1.ebuild b/net-wireless/kismet-ubertooth/kismet-ubertooth-2012.10.1-r1.ebuild
deleted file mode 100644 (file)
index d6b3428..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit multilib
-
-MY_PV=${PV/\./-}
-MY_PV=${MY_PV/./-R}
-S="${WORKDIR}/ubertooth-${MY_PV}"
-
-if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="git://ubertooth.git.sourceforge.net/gitroot/ubertooth/ubertooth"
-       SRC_URI=""
-       inherit git-2
-       KEYWORDS=""
-else
-       SRC_URI="mirror://sourceforge/ubertooth/ubertooth-${MY_PV}.tar.xz"
-       KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-DESCRIPTION="Provides basic bluetooth support in kismet"
-HOMEPAGE="http://ubertooth.sourceforge.net/"
-
-LICENSE="GPL-2"
-SLOT="0/${PV}"
-IUSE=""
-
-DEPEND=">=net-wireless/kismet-2011.03.2-r1:= \
-       >=net-wireless/ubertooth-${PV} \
-       >=net-libs/libbtbb-${PV} \
-       virtual/libusb:1"
-RDEPEND="${DEPEND}"
-
-src_compile() {
-       if has_version =net-wireless/kismet-9999; then
-               cd "${S}/host/kismet/plugin-ubertooth-phyneutral" || die
-       else
-               cd "${S}/host/kismet/plugin-ubertooth" || die
-       fi
-       emake KIS_SRC_DIR="/usr/include/kismet/"
-}
-
-src_install() {
-       if has_version =net-wireless/kismet-9999; then
-               cd "${S}/host/kismet/plugin-ubertooth-phyneutral" || die
-       else
-               cd "${S}/host/kismet/plugin-ubertooth" || die
-       fi
-       emake DESTDIR="${ED}" LIBDIR="/$(get_libdir)" KIS_SRC_DIR="/usr/include/kismet/" install
-}
-
-pkg_postinst() {
-       ewarn "This package must be rebuilt every time kismet is rebuilt. Or else."
-}
diff --git a/net-wireless/kismet-ubertooth/kismet-ubertooth-2012.10.1-r2.ebuild b/net-wireless/kismet-ubertooth/kismet-ubertooth-2012.10.1-r2.ebuild
deleted file mode 100644 (file)
index a235d30..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit multilib
-
-MY_PV=${PV/\./-}
-MY_PV=${MY_PV/./-R}
-S="${WORKDIR}/ubertooth-${MY_PV}"
-
-if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="git://ubertooth.git.sourceforge.net/gitroot/ubertooth/ubertooth"
-       SRC_URI=""
-       inherit git-2
-       KEYWORDS=""
-else
-       SRC_URI="mirror://sourceforge/ubertooth/ubertooth-${MY_PV}.tar.xz"
-       KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-DESCRIPTION="Provides basic bluetooth support in kismet"
-HOMEPAGE="http://ubertooth.sourceforge.net/"
-
-LICENSE="GPL-2"
-SLOT="0/${PV}"
-IUSE=""
-
-DEPEND=">=net-wireless/kismet-2011.03.2-r1:= \
-       >=net-wireless/ubertooth-${PV}:= \
-       >=net-libs/libbtbb-${PV}:= \
-       virtual/libusb:1"
-RDEPEND="${DEPEND}"
-
-src_compile() {
-       if has_version =net-wireless/kismet-9999; then
-               cd "${S}/host/kismet/plugin-ubertooth-phyneutral" || die
-       else
-               cd "${S}/host/kismet/plugin-ubertooth" || die
-       fi
-       emake KIS_SRC_DIR="/usr/include/kismet/"
-}
-
-src_install() {
-       if has_version =net-wireless/kismet-9999; then
-               cd "${S}/host/kismet/plugin-ubertooth-phyneutral" || die
-       else
-               cd "${S}/host/kismet/plugin-ubertooth" || die
-       fi
-       emake DESTDIR="${ED}" LIBDIR="/$(get_libdir)" KIS_SRC_DIR="/usr/include/kismet/" install
-}
-
-pkg_postinst() {
-       ewarn "This package must be rebuilt every time kismet is rebuilt. Or else."
-}
diff --git a/net-wireless/kismet-ubertooth/kismet-ubertooth-2012.10.1.ebuild b/net-wireless/kismet-ubertooth/kismet-ubertooth-2012.10.1.ebuild
deleted file mode 100644 (file)
index 4f6aa61..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit multilib
-
-MY_PV=${PV/\./-}
-MY_PV=${MY_PV/./-R}
-S="${WORKDIR}/ubertooth-${MY_PV}"
-
-if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="git://ubertooth.git.sourceforge.net/gitroot/ubertooth/ubertooth"
-       SRC_URI=""
-       inherit git-2
-       KEYWORDS=""
-else
-       SRC_URI="mirror://sourceforge/ubertooth/ubertooth-${MY_PV}.tar.xz"
-       KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-DESCRIPTION="Provides basic bluetooth support in kismet"
-HOMEPAGE="http://ubertooth.sourceforge.net/"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=net-wireless/kismet-2011.03.2-r1 \
-       >=net-wireless/ubertooth-${PV} \
-       >=net-libs/libbtbb-${PV} \
-       virtual/libusb:1"
-RDEPEND="${DEPEND}"
-
-src_compile() {
-       if has_version =net-wireless/kismet-9999; then
-               cd "${S}/host/kismet/plugin-ubertooth-phyneutral" || die
-       else
-               cd "${S}/host/kismet/plugin-ubertooth" || die
-       fi
-       emake KIS_SRC_DIR="/usr/include/kismet/"
-}
-
-src_install() {
-       if has_version =net-wireless/kismet-9999; then
-               cd "${S}/host/kismet/plugin-ubertooth-phyneutral" || die
-       else
-               cd "${S}/host/kismet/plugin-ubertooth" || die
-       fi
-       emake DESTDIR="${ED}" LIBDIR="/$(get_libdir)" KIS_SRC_DIR="/usr/include/kismet/" install
-}
-
-pkg_postinst() {
-       ewarn "This package must be rebuilt every time kismet is rebuilt. Or else."
-}
similarity index 91%
rename from net-wireless/kismet-ubertooth/kismet-ubertooth-2014.04.1.ebuild
rename to net-wireless/kismet-ubertooth/kismet-ubertooth-2015.09.1.ebuild
index 1fd89429ed737a6c8b2d0814f56ab517a537346d..3c32ca25ce9a278cd58c46e1cf997677b6906a5f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -26,8 +26,8 @@ SLOT="0/${PV}"
 IUSE=""
 
 DEPEND=">=net-wireless/kismet-2011.03.2-r1:= \
-       >=net-wireless/ubertooth-2012.02.2:= \
-       >=net-libs/libbtbb-2012.02.2:= \
+       >=net-wireless/ubertooth-${PV}:= \
+       >=net-libs/libbtbb-${PV}:= \
        virtual/libusb:1"
 RDEPEND="${DEPEND}"
 
index af994f8b58e2b333eb886f75005fd787c6c0340e..3c32ca25ce9a278cd58c46e1cf997677b6906a5f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$