Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/adplug/
Date: Fri, 15 Nov 2019 01:30:25
Message-Id: 1573781390.a43e1ae75cfcd8e8ba7ab727254152305825f405.asturm@gentoo
1 commit: a43e1ae75cfcd8e8ba7ab727254152305825f405
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 15 01:16:05 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 15 01:29:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a43e1ae7
7
8 media-libs/adplug: Project moved to GitHub
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.18
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-libs/adplug/adplug-2.3.1.ebuild | 4 ++--
14 media-libs/adplug/adplug-9999.ebuild | 4 ++--
15 media-libs/adplug/metadata.xml | 2 +-
16 3 files changed, 5 insertions(+), 5 deletions(-)
17
18 diff --git a/media-libs/adplug/adplug-2.3.1.ebuild b/media-libs/adplug/adplug-2.3.1.ebuild
19 index 9c558b46964..877f8033846 100644
20 --- a/media-libs/adplug/adplug-2.3.1.ebuild
21 +++ b/media-libs/adplug/adplug-2.3.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -6,7 +6,7 @@ EAPI=6
29 inherit out-of-source
30
31 DESCRIPTION="A free, cross-platform, hardware independent AdLib sound player library"
32 -HOMEPAGE="http://adplug.sourceforge.net"
33 +HOMEPAGE="http://adplug.github.io/"
34
35 if [[ ${PV} == *9999 ]]; then
36 inherit autotools git-r3
37
38 diff --git a/media-libs/adplug/adplug-9999.ebuild b/media-libs/adplug/adplug-9999.ebuild
39 index 12fcc15d3f9..3be26a1cfba 100644
40 --- a/media-libs/adplug/adplug-9999.ebuild
41 +++ b/media-libs/adplug/adplug-9999.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2017 Gentoo Foundation
44 +# Copyright 1999-2019 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 @@ -6,7 +6,7 @@ EAPI=6
49 inherit out-of-source
50
51 DESCRIPTION="A free, cross-platform, hardware independent AdLib sound player library"
52 -HOMEPAGE="http://adplug.sourceforge.net"
53 +HOMEPAGE="http://adplug.github.io/"
54
55 if [[ ${PV} == *9999 ]]; then
56 inherit autotools git-r3
57
58 diff --git a/media-libs/adplug/metadata.xml b/media-libs/adplug/metadata.xml
59 index 3be2784242d..72259cedf74 100644
60 --- a/media-libs/adplug/metadata.xml
61 +++ b/media-libs/adplug/metadata.xml
62 @@ -6,6 +6,6 @@
63 <name>Gentoo Sound project</name>
64 </maintainer>
65 <upstream>
66 - <remote-id type="sourceforge">adplug</remote-id>
67 + <remote-id type="github">adplug/adplug</remote-id>
68 </upstream>
69 </pkgmetadata>