diff options
author | Göktürk Yüksek <gokturk@gentoo.org> | 2016-12-28 19:18:34 -0500 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2016-12-28 19:19:11 -0500 |
commit | 326b0f5a85d1e168e48b6f3299078cb25254f62d (patch) | |
tree | f269dfdca275fae23c31aadef9a88a85afa1b3a8 /app-arch/xar | |
parent | kernel-2.eclass: Point user to addtional kernel removal instructions. See bug... (diff) | |
download | gentoo-326b0f5a85d1e168e48b6f3299078cb25254f62d.tar.gz gentoo-326b0f5a85d1e168e48b6f3299078cb25254f62d.tar.bz2 gentoo-326b0f5a85d1e168e48b6f3299078cb25254f62d.zip |
app-arch/xar: migrate away from google code #544092
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-arch/xar')
-rw-r--r-- | app-arch/xar/metadata.xml | 2 | ||||
-rw-r--r-- | app-arch/xar/xar-1.5.2-r1.ebuild | 6 | ||||
-rw-r--r-- | 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 bd2c5a8efcf9..0596745d09b9 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 9a37942b8e9a..d7eb6d9ae0cc 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 16e909a35f34..6dac7a28326f 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" |