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 14F83138334 for ; Sun, 24 Mar 2019 13:26:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CDA5E0958; Sun, 24 Mar 2019 13:26:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E98FDE0958 for ; Sun, 24 Mar 2019 13:26:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 91D9F335D00 for ; Sun, 24 Mar 2019 13:26:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEA2954B for ; Sun, 24 Mar 2019 13:26:16 +0000 (UTC) From: "Daniel Pielmeier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Daniel Pielmeier" Message-ID: <1553433956.dc55d87141878e3c44e4fc191b4274ea15293c69.billie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mac/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mac/mac-4.11.4.5.7-r1.ebuild media-sound/mac/mac-4.11.4.5.7.ebuild X-VCS-Directories: media-sound/mac/ X-VCS-Committer: billie X-VCS-Committer-Name: Daniel Pielmeier X-VCS-Revision: dc55d87141878e3c44e4fc191b4274ea15293c69 X-VCS-Branch: master Date: Sun, 24 Mar 2019 13:26:16 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 007abd3b-af8d-45c0-af65-5af52114a8a8 X-Archives-Hash: add61bd35f9a04332e491cc5d555bb61 commit: dc55d87141878e3c44e4fc191b4274ea15293c69 Author: Daniel Pielmeier gentoo org> AuthorDate: Sun Mar 24 13:25:56 2019 +0000 Commit: Daniel Pielmeier gentoo org> CommitDate: Sun Mar 24 13:25:56 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc55d871 media-sound/mac: Remove nonexistent homepage. Signed-off-by: Daniel Pielmeier gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 media-sound/mac/mac-4.11.4.5.7-r1.ebuild | 2 +- media-sound/mac/mac-4.11.4.5.7.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-sound/mac/mac-4.11.4.5.7-r1.ebuild b/media-sound/mac/mac-4.11.4.5.7-r1.ebuild index 414dfdd7a78..fcaa1e39bba 100644 --- a/media-sound/mac/mac-4.11.4.5.7-r1.ebuild +++ b/media-sound/mac/mac-4.11.4.5.7-r1.ebuild @@ -10,7 +10,7 @@ MY_PV=$(ver_cut 1-2)-u$(ver_cut 3)-b$(ver_cut 4)-s$(ver_cut 5) MY_P=${MY_PN}_${MY_PV} DESCRIPTION="Monkey's Audio Codecs" -HOMEPAGE="http://etree.org/shnutils/shntool/ http://www.deb-multimedia.org/dists/testing/main/binary-amd64/package/monkeys-audio.php" +HOMEPAGE="http://www.deb-multimedia.org/dists/testing/main/binary-amd64/package/monkeys-audio.php" SRC_URI="http://www.deb-multimedia.org/pool/main/m/monkeys-audio/${MY_P}.orig.tar.gz" LICENSE="mac" diff --git a/media-sound/mac/mac-4.11.4.5.7.ebuild b/media-sound/mac/mac-4.11.4.5.7.ebuild index 1f1674b693b..a76614813ce 100644 --- a/media-sound/mac/mac-4.11.4.5.7.ebuild +++ b/media-sound/mac/mac-4.11.4.5.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ PATCH=s$(get_version_component_range 5) MY_P=${MY_PN}_${MY_PV}-${PATCH} DESCRIPTION="Monkey's Audio Codecs" -HOMEPAGE="http://etree.org/shnutils/shntool/ http://www.deb-multimedia.org/dists/testing/main/binary-amd64/package/monkeys-audio.php" +HOMEPAGE="http://www.deb-multimedia.org/dists/testing/main/binary-amd64/package/monkeys-audio.php" SRC_URI="http://www.deb-multimedia.org/pool/main/m/monkeys-audio/${MY_P}.orig.tar.gz" LICENSE="mac"