diff options
author | Rick Farina <zerochaos@gentoo.org> | 2013-02-05 04:23:45 +0000 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2013-02-05 04:23:45 +0000 |
commit | c8c5eed9f2823401a5a698772402ab7238c1976d (patch) | |
tree | 342531fa9e742a35295d6736d9d61bb478155f6b /net-wireless/ubertooth | |
parent | fixing EGIT_PROJECT, thanks to radhermit for pointing out the issue (diff) | |
download | gentoo-2-c8c5eed9f2823401a5a698772402ab7238c1976d.tar.gz gentoo-2-c8c5eed9f2823401a5a698772402ab7238c1976d.tar.bz2 gentoo-2-c8c5eed9f2823401a5a698772402ab7238c1976d.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/ubertooth')
-rw-r--r-- | net-wireless/ubertooth/ChangeLog | 7 | ||||
-rw-r--r-- | net-wireless/ubertooth/ubertooth-9999.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net-wireless/ubertooth/ChangeLog b/net-wireless/ubertooth/ChangeLog index e84f3364332e..9d7e6cab7d67 100644 --- a/net-wireless/ubertooth/ChangeLog +++ b/net-wireless/ubertooth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-wireless/ubertooth -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/ubertooth/ChangeLog,v 1.17 2012/12/05 00:17:43 zerochaos Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/ubertooth/ChangeLog,v 1.18 2013/02/05 04:23:45 zerochaos Exp $ + + 05 Feb 2013; Rick Farina <zerochaos@gentoo.org> ubertooth-9999.ebuild: + fixing EGIT_PROJECT, thanks to radhermit for pointing out the issue 05 Dec 2012; Rick Farina <zerochaos@gentoo.org> ubertooth-9999.ebuild: upstream upgraded their sourceforge account to new style which changed repo diff --git a/net-wireless/ubertooth/ubertooth-9999.ebuild b/net-wireless/ubertooth/ubertooth-9999.ebuild index 419ececcce33..71d61cddc51c 100644 --- a/net-wireless/ubertooth/ubertooth-9999.ebuild +++ b/net-wireless/ubertooth/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/ubertooth/ubertooth-9999.ebuild,v 1.17 2012/12/05 00:17:43 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/ubertooth/ubertooth-9999.ebuild,v 1.18 2013/02/05 04:23:45 zerochaos Exp $ -EAPI="4" +EAPI="5" PYTHON_DEPEND="python? 2" SUPPORT_PYTHON_ABIS="1" @@ -32,7 +32,7 @@ RDEPEND="${DEPEND} if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="http://git.code.sf.net/p/ubertooth/code" - SRC_URI="" + EGIT_PROJECT="ubertooth" inherit git-2 KEYWORDS="" DEPEND="=net-libs/libbtbb-9999" |