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 48291138334 for ; Tue, 30 Oct 2018 15:13:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 156ADE07F1; Tue, 30 Oct 2018 15:13:35 +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 DC2A5E07F1 for ; Tue, 30 Oct 2018 15:13:34 +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 2ACB9335CB7 for ; Tue, 30 Oct 2018 15:13:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBA1F3F0 for ; Tue, 30 Oct 2018 15:13:28 +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: <1540912393.1bcba3d908c07f13ee25af5043258130b63e55ac.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/moc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/moc/moc-2.5.2.ebuild media-sound/moc/moc-2.6_alpha3.ebuild X-VCS-Directories: media-sound/moc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1bcba3d908c07f13ee25af5043258130b63e55ac X-VCS-Branch: master Date: Tue, 30 Oct 2018 15:13:28 +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: 9731c1d9-a533-4c11-898b-96c68433df78 X-Archives-Hash: 9ac008d82a4504b3bcf2da8d53ba1ef0 commit: 1bcba3d908c07f13ee25af5043258130b63e55ac Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 30 13:17:14 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 30 15:13:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bcba3d9 media-sound/moc: https Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 media-sound/moc/moc-2.5.2.ebuild | 4 ++-- media-sound/moc/moc-2.6_alpha3.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-sound/moc/moc-2.5.2.ebuild b/media-sound/moc/moc-2.5.2.ebuild index 4be8c1b12f9..957a0cb595e 100644 --- a/media-sound/moc/moc-2.5.2.ebuild +++ b/media-sound/moc/moc-2.5.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 MY_P=${P/_/-} DESCRIPTION="Music On Console - ncurses interface for playing audio files" -HOMEPAGE="http://moc.daper.net" +HOMEPAGE="https://moc.daper.net" SRC_URI="http://ftp.daper.net/pub/soft/moc/stable/${MY_P}.tar.bz2" LICENSE="GPL-2" diff --git a/media-sound/moc/moc-2.6_alpha3.ebuild b/media-sound/moc/moc-2.6_alpha3.ebuild index b2d3b3643bd..e1099644e2a 100644 --- a/media-sound/moc/moc-2.6_alpha3.ebuild +++ b/media-sound/moc/moc-2.6_alpha3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 MY_P=${PN}-${PV/_/-} DESCRIPTION="Music On Console - ncurses interface for playing audio files" -HOMEPAGE="http://moc.daper.net" +HOMEPAGE="https://moc.daper.net" SRC_URI="http://ftp.daper.net/pub/soft/moc/unstable/${MY_P}.tar.xz" LICENSE="GPL-2"