Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/cdcat/
Date: Wed, 15 Aug 2018 19:53:51
Message-Id: 1534362808.170beb81c5a63ac774a4b6838b66df9276c49a08.asturm@gentoo
1 commit: 170beb81c5a63ac774a4b6838b66df9276c49a08
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Aug 13 17:53:25 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 15 19:53:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=170beb81
7
8 app-misc/cdcat: fix SRC_URI, HOMEPAGE
9
10 Closes: https://github.com/gentoo/gentoo/pull/9566
11
12 app-misc/cdcat/cdcat-0.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-misc/cdcat/cdcat-0.3.ebuild b/app-misc/cdcat/cdcat-0.3.ebuild
16 index e97b1241476..6f165bb146e 100644
17 --- a/app-misc/cdcat/cdcat-0.3.ebuild
18 +++ b/app-misc/cdcat/cdcat-0.3.ebuild
19 @@ -5,8 +5,8 @@ EAPI=0
20
21 DESCRIPTION="simple yet effective CD indexing program"
22 # original src went away: SRC_URI="http://littledragon.home.ro/unix/${P}.tar.gz"
23 -SRC_URI="mirror://gentoo/${P}.tar.gz"
24 -HOMEPAGE="https://dev.gentoo.org/~centic/cdcat/"
25 +SRC_URI="mirror://sourceforge/cdcatalog/${P}.tar.gz"
26 +HOMEPAGE="http://cdcatalog.sourceforge.net/"
27
28 LICENSE="GPL-2"
29 SLOT="0"