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 B4007138334 for ; Sat, 8 Sep 2018 05:10:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 848D0E07C7; Sat, 8 Sep 2018 05:10:18 +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 5B58DE07C7 for ; Sat, 8 Sep 2018 05:10:17 +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 EE6F4335C5D for ; Sat, 8 Sep 2018 05:10:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A94333C3 for ; Sat, 8 Sep 2018 05:10:11 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1536383400.1b9f9ca4de566b7943322fdbc3e2b49e22ef0b7b.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mpc/mpc-0.30.ebuild X-VCS-Directories: media-sound/mpc/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 1b9f9ca4de566b7943322fdbc3e2b49e22ef0b7b X-VCS-Branch: master Date: Sat, 8 Sep 2018 05:10:11 +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: 5b972274-361a-4e40-b36a-b9df175eba0e X-Archives-Hash: 1ceeb050f343987037e6aebc9f789079 commit: 1b9f9ca4de566b7943322fdbc3e2b49e22ef0b7b Author: Mikle Kolyada gentoo org> AuthorDate: Sat Sep 8 05:09:26 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Sep 8 05:10:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b9f9ca4 media-sound/mpc: change license; alter the HOMEPAGE Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-sound/mpc/mpc-0.30.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/mpc/mpc-0.30.ebuild b/media-sound/mpc/mpc-0.30.ebuild index e098391e765..ba3eaf1311a 100644 --- a/media-sound/mpc/mpc-0.30.ebuild +++ b/media-sound/mpc/mpc-0.30.ebuild @@ -6,10 +6,10 @@ EAPI=6 inherit bash-completion-r1 meson DESCRIPTION="A commandline client for Music Player Daemon (media-sound/mpd)" -HOMEPAGE="https://www.musicpd.org" +HOMEPAGE="https://www.musicpd.org https://github.com/MusicPlayerDaemon/mpc" SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz" -LICENSE="GPL-3" +LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="iconv test"