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: media-libs/lastfmlib/
Date: Sun, 27 Nov 2016 06:01:46
Message-Id: 1480226449.76c84bd373096808652299756487c872950186ed.gokturk@gentoo
1 commit: 76c84bd373096808652299756487c872950186ed
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 27 05:47:38 2016 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 27 06:00:49 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76c84bd3
7
8 media-libs/lastfmlib: migrate away from google code #544092
9
10 Package-Manager: portage-2.3.0
11
12 media-libs/lastfmlib/lastfmlib-0.4.0.ebuild | 6 +++---
13 media-libs/lastfmlib/metadata.xml | 2 +-
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild b/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild
17 index 77a0fe8..de2cf4a 100644
18 --- a/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild
19 +++ b/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild
20 @@ -1,12 +1,12 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 EAPI=2
27
28 DESCRIPTION="C++ library to scrobble tracks on Last.fm"
29 -HOMEPAGE="https://code.google.com/p/lastfmlib/"
30 -SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz"
31 +HOMEPAGE="https://github.com/dirkvdb/lastfmlib/releases"
32 +SRC_URI="https://github.com/dirkvdb/lastfmlib/archive/lastfmlib-0.4.0.tar.gz"
33
34 LICENSE="GPL-2"
35 SLOT="0"
36
37 diff --git a/media-libs/lastfmlib/metadata.xml b/media-libs/lastfmlib/metadata.xml
38 index 39e0464..ff975ee 100644
39 --- a/media-libs/lastfmlib/metadata.xml
40 +++ b/media-libs/lastfmlib/metadata.xml
41 @@ -17,6 +17,6 @@
42 <longdescription lang="en">
43 </longdescription>
44 <upstream>
45 - <remote-id type="google-code">lastfmlib</remote-id>
46 + <remote-id type="github">dirkvdb/lastfmlib</remote-id>
47 </upstream>
48 </pkgmetadata>