commit: 326b0f5a85d1e168e48b6f3299078cb25254f62d
Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 29 00:18:34 2016 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Thu Dec 29 00:19:11 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=326b0f5a
app-arch/xar: migrate away from google code #544092
Package-Manager: portage-2.3.0
app-arch/xar/metadata.xml | 2 +-
app-arch/xar/xar-1.5.2-r1.ebuild | 6 +++---
app-arch/xar/xar-1.5.2-r2.ebuild | 6 +++---
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/app-arch/xar/metadata.xml b/app-arch/xar/metadata.xml
index bd2c5a8..0596745 100644
--- a/app-arch/xar/metadata.xml
+++ b/app-arch/xar/metadata.xml
@@ -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>
diff --git a/app-arch/xar/xar-1.5.2-r1.ebuild b/app-arch/xar/xar-1.5.2-r1.ebuild
index 9a37942..d7eb6d9 100644
--- a/app-arch/xar/xar-1.5.2-r1.ebuild
+++ b/app-arch/xar/xar-1.5.2-r1.ebuild
@@ -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$
@@ -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"
diff --git a/app-arch/xar/xar-1.5.2-r2.ebuild b/app-arch/xar/xar-1.5.2-r2.ebuild
index 16e909a..6dac7a2 100644
--- a/app-arch/xar/xar-1.5.2-r2.ebuild
+++ b/app-arch/xar/xar-1.5.2-r2.ebuild
@@ -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$
@@ -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"