Skip to content

Commit

Permalink
dev-embedded/libjaylink: Update EGIT_REPO_URI and HOMEPAGE
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Sven Wegener <[email protected]>
  • Loading branch information
swegener committed Nov 15, 2019
1 parent d28b8cf commit e98cbd1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dev-embedded/libjaylink/libjaylink-0.1.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2019 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI="6"

inherit autotools eutils

DESCRIPTION="Library to access J-Link devices"
HOMEPAGE="http://git.zapb.de/libjaylink.git"
HOMEPAGE="https://gitlab.zapb.de/zapb/libjaylink"

SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.xz"

Expand Down
6 changes: 3 additions & 3 deletions dev-embedded/libjaylink/libjaylink-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="5"

EGIT_REPO_URI="git://git.zapb.de/libjaylink.git"
EGIT_REPO_URI="https://gitlab.zapb.de/zapb/libjaylink.git"

inherit git-r3 autotools eutils

DESCRIPTION="Library to access J-Link devices"
HOMEPAGE="http://git.zapb.de/libjaylink.git"
HOMEPAGE="https://gitlab.zapb.de/zapb/libjaylink"

LICENSE="GPL-2"
SLOT="0"
Expand Down

0 comments on commit e98cbd1

Please sign in to comment.