summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2013-02-05 04:37:27 +0000
committerRick Farina <zerochaos@gentoo.org>2013-02-05 04:37:27 +0000
commitc16fafd0af86fe509d990c4983ea0510dba70b9f (patch)
treeda58ad151136c5d8b02c8a68b4252b05109dcbaa /net-wireless/kismet-ubertooth
parentfixing EGIT_PROJECT, thanks to radhermit for pointing out the issue (diff)
downloadgentoo-2-c16fafd0af86fe509d990c4983ea0510dba70b9f.tar.gz
gentoo-2-c16fafd0af86fe509d990c4983ea0510dba70b9f.tar.bz2
gentoo-2-c16fafd0af86fe509d990c4983ea0510dba70b9f.zip
fixing EGIT_PROJECT, thanks to radhermit for pointing out the issue
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'net-wireless/kismet-ubertooth')
-rw-r--r--net-wireless/kismet-ubertooth/ChangeLog7
-rw-r--r--net-wireless/kismet-ubertooth/kismet-ubertooth-9999.ebuild12
2 files changed, 12 insertions, 7 deletions
diff --git a/net-wireless/kismet-ubertooth/ChangeLog b/net-wireless/kismet-ubertooth/ChangeLog
index c917f0c39306..955215beabc4 100644
--- a/net-wireless/kismet-ubertooth/ChangeLog
+++ b/net-wireless/kismet-ubertooth/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-wireless/kismet-ubertooth
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/kismet-ubertooth/ChangeLog,v 1.11 2012/10/31 17:43:26 zerochaos Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/kismet-ubertooth/ChangeLog,v 1.12 2013/02/05 04:37:27 zerochaos Exp $
+
+ 05 Feb 2013; Rick Farina <zerochaos@gentoo.org> kismet-ubertooth-9999.ebuild:
+ fixing EGIT_PROJECT, thanks to radhermit for pointing out the issue
31 Oct 2012; Rick Farina <zerochaos@gentoo.org>
kismet-ubertooth-2012.10.1.ebuild:
diff --git a/net-wireless/kismet-ubertooth/kismet-ubertooth-9999.ebuild b/net-wireless/kismet-ubertooth/kismet-ubertooth-9999.ebuild
index 1752cb4132dc..210f5897454e 100644
--- a/net-wireless/kismet-ubertooth/kismet-ubertooth-9999.ebuild
+++ b/net-wireless/kismet-ubertooth/kismet-ubertooth-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/kismet-ubertooth/kismet-ubertooth-9999.ebuild,v 1.8 2012/10/09 21:22:12 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/kismet-ubertooth/kismet-ubertooth-9999.ebuild,v 1.9 2013/02/05 04:37:27 zerochaos Exp $
-EAPI="4"
+EAPI="5"
inherit multilib
@@ -11,8 +11,10 @@ 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=""
+ EGIT_REPO_URI="http://git.code.sf.net/p/ubertooth/code"
+ EGIT_PROJECT="ubertooth"
+ #EGIT_REPO_URI="git://ubertooth.git.sourceforge.net/gitroot/ubertooth/ubertooth"
+ #SRC_URI=""
inherit git-2
KEYWORDS=""
else