Skip to content

Commit

Permalink
dev-embedded/urjtag: Update SourceForge GIT URLs
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
swegener committed Oct 30, 2016
1 parent 9d88f56 commit 4052c67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dev-embedded/urjtag/urjtag-0.10-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand All @@ -8,7 +8,7 @@ EAPI="5"

inherit eutils multilib
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://urjtag.git.sourceforge.net/gitroot/urjtag/urjtag"
EGIT_REPO_URI="git://git.code.sf.net/p/urjtag/git"
inherit git-r3 autotools
S=${WORKDIR}/${P}/${PN}
else
Expand Down
4 changes: 2 additions & 2 deletions dev-embedded/urjtag/urjtag-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand All @@ -8,7 +8,7 @@ EAPI="5"

inherit eutils multilib
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://urjtag.git.sourceforge.net/gitroot/urjtag/urjtag"
EGIT_REPO_URI="git://git.code.sf.net/p/urjtag/git"
inherit git-r3 autotools
S=${WORKDIR}/${P}/${PN}
else
Expand Down

0 comments on commit 4052c67

Please sign in to comment.