From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AC944138335 for ; Wed, 15 Aug 2018 19:53:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA88EE0A8C; Wed, 15 Aug 2018 19:53:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5051E0A8B for ; Wed, 15 Aug 2018 19:53:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D925B335D0C for ; Wed, 15 Aug 2018 19:53:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3711379 for ; Wed, 15 Aug 2018 19:53:46 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1534362808.170beb81c5a63ac774a4b6838b66df9276c49a08.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/cdcat/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/cdcat/cdcat-0.3.ebuild X-VCS-Directories: app-misc/cdcat/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 170beb81c5a63ac774a4b6838b66df9276c49a08 X-VCS-Branch: master Date: Wed, 15 Aug 2018 19:53:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7d45dda4-b218-41d7-a7b8-203862b1c8c5 X-Archives-Hash: 7a17c353677ed1e7890e5c53f6fb0de0 commit: 170beb81c5a63ac774a4b6838b66df9276c49a08 Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Aug 13 17:53:25 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 15 19:53:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=170beb81 app-misc/cdcat: fix SRC_URI, HOMEPAGE Closes: https://github.com/gentoo/gentoo/pull/9566 app-misc/cdcat/cdcat-0.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/cdcat/cdcat-0.3.ebuild b/app-misc/cdcat/cdcat-0.3.ebuild index e97b1241476..6f165bb146e 100644 --- a/app-misc/cdcat/cdcat-0.3.ebuild +++ b/app-misc/cdcat/cdcat-0.3.ebuild @@ -5,8 +5,8 @@ EAPI=0 DESCRIPTION="simple yet effective CD indexing program" # original src went away: SRC_URI="http://littledragon.home.ro/unix/${P}.tar.gz" -SRC_URI="mirror://gentoo/${P}.tar.gz" -HOMEPAGE="https://dev.gentoo.org/~centic/cdcat/" +SRC_URI="mirror://sourceforge/cdcatalog/${P}.tar.gz" +HOMEPAGE="http://cdcatalog.sourceforge.net/" LICENSE="GPL-2" SLOT="0"