Skip to content

Commit

Permalink
app-arch/xar: migrate away from google code #544092
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
gktrk committed Dec 29, 2016
1 parent 56f159b commit 326b0f5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app-arch/xar/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
content's rich meta-data.
</longdescription>
<upstream>
<remote-id type="google-code">xar</remote-id>
<remote-id type="github">mackyle/xar</remote-id>
</upstream>
</pkgmetadata>
6 changes: 3 additions & 3 deletions app-arch/xar/xar-1.5.2-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand All @@ -7,8 +7,8 @@ EAPI=4
inherit autotools base eutils

DESCRIPTION="An easily extensible archive format"
HOMEPAGE="https://code.google.com/p/xar"
SRC_URI="https://xar.googlecode.com/files/${P}.tar.gz"
HOMEPAGE="https://github.com/mackyle/xar"
SRC_URI="https://github.com/mackyle/${PN}/archive/${P}.tar.gz"

LICENSE="BSD-2"
SLOT="0"
Expand Down
6 changes: 3 additions & 3 deletions app-arch/xar/xar-1.5.2-r2.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 @@ -7,8 +7,8 @@ EAPI="5"
inherit autotools eutils

DESCRIPTION="An easily extensible archive format"
HOMEPAGE="https://code.google.com/p/xar"
SRC_URI="https://xar.googlecode.com/files/${P}.tar.gz"
HOMEPAGE="https://github.com/mackyle/xar"
SRC_URI="https://github.com/mackyle/${PN}/archive/${P}.tar.gz"

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

0 comments on commit 326b0f5

Please sign in to comment.