Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/xar/
Date: Thu, 29 Dec 2016 00:19:32
Message-Id: 1482970751.326b0f5a85d1e168e48b6f3299078cb25254f62d.gokturk@gentoo
1 commit: 326b0f5a85d1e168e48b6f3299078cb25254f62d
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 00:18:34 2016 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 00:19:11 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=326b0f5a
7
8 app-arch/xar: migrate away from google code #544092
9
10 Package-Manager: portage-2.3.0
11
12 app-arch/xar/metadata.xml | 2 +-
13 app-arch/xar/xar-1.5.2-r1.ebuild | 6 +++---
14 app-arch/xar/xar-1.5.2-r2.ebuild | 6 +++---
15 3 files changed, 7 insertions(+), 7 deletions(-)
16
17 diff --git a/app-arch/xar/metadata.xml b/app-arch/xar/metadata.xml
18 index bd2c5a8..0596745 100644
19 --- a/app-arch/xar/metadata.xml
20 +++ b/app-arch/xar/metadata.xml
21 @@ -14,6 +14,6 @@
22 content's rich meta-data.
23 </longdescription>
24 <upstream>
25 - <remote-id type="google-code">xar</remote-id>
26 + <remote-id type="github">mackyle/xar</remote-id>
27 </upstream>
28 </pkgmetadata>
29
30 diff --git a/app-arch/xar/xar-1.5.2-r1.ebuild b/app-arch/xar/xar-1.5.2-r1.ebuild
31 index 9a37942..d7eb6d9 100644
32 --- a/app-arch/xar/xar-1.5.2-r1.ebuild
33 +++ b/app-arch/xar/xar-1.5.2-r1.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2012 Gentoo Foundation
36 +# Copyright 1999-2016 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38 # $Id$
39
40 @@ -7,8 +7,8 @@ EAPI=4
41 inherit autotools base eutils
42
43 DESCRIPTION="An easily extensible archive format"
44 -HOMEPAGE="https://code.google.com/p/xar"
45 -SRC_URI="https://xar.googlecode.com/files/${P}.tar.gz"
46 +HOMEPAGE="https://github.com/mackyle/xar"
47 +SRC_URI="https://github.com/mackyle/${PN}/archive/${P}.tar.gz"
48
49 LICENSE="BSD-2"
50 SLOT="0"
51
52 diff --git a/app-arch/xar/xar-1.5.2-r2.ebuild b/app-arch/xar/xar-1.5.2-r2.ebuild
53 index 16e909a..6dac7a2 100644
54 --- a/app-arch/xar/xar-1.5.2-r2.ebuild
55 +++ b/app-arch/xar/xar-1.5.2-r2.ebuild
56 @@ -1,4 +1,4 @@
57 -# Copyright 1999-2015 Gentoo Foundation
58 +# Copyright 1999-2016 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 # $Id$
61
62 @@ -7,8 +7,8 @@ EAPI="5"
63 inherit autotools eutils
64
65 DESCRIPTION="An easily extensible archive format"
66 -HOMEPAGE="https://code.google.com/p/xar"
67 -SRC_URI="https://xar.googlecode.com/files/${P}.tar.gz"
68 +HOMEPAGE="https://github.com/mackyle/xar"
69 +SRC_URI="https://github.com/mackyle/${PN}/archive/${P}.tar.gz"
70
71 LICENSE="BSD-2"
72 SLOT="0"