From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2ADF9138252 for ; Tue, 10 May 2016 09:28:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7F59E085C; Tue, 10 May 2016 09:28:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 091A7E085C for ; Tue, 10 May 2016 09:28:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 22D23340821 for ; Tue, 10 May 2016 09:28:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF865966 for ; Tue, 10 May 2016 09:28:21 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1462872487.712a0a80a9936688bdbc042487f696f8e724dfb4.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/flacon/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/flacon/flacon-2.0.1.ebuild media-sound/flacon/flacon-9999.ebuild X-VCS-Directories: media-sound/flacon/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 712a0a80a9936688bdbc042487f696f8e724dfb4 X-VCS-Branch: master Date: Tue, 10 May 2016 09:28:21 +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: 4f60b3f1-3eaa-4a9a-ad11-d0633ecb63e8 X-Archives-Hash: 190f9c08907bf3c03b1e3036da5bdb2e commit: 712a0a80a9936688bdbc042487f696f8e724dfb4 Author: Ilya Tumaykin gmail com> AuthorDate: Mon May 9 03:30:55 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Tue May 10 09:28:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=712a0a80 media-sound/flacon: fix LICENSE in 2.0.1 and 9999 Package-Manager: portage-2.2.28 Signed-off-by: Ian Delaney gentoo.org> media-sound/flacon/flacon-2.0.1.ebuild | 2 +- media-sound/flacon/flacon-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/flacon/flacon-2.0.1.ebuild b/media-sound/flacon/flacon-2.0.1.ebuild index 6ae481c..6079cb1 100644 --- a/media-sound/flacon/flacon-2.0.1.ebuild +++ b/media-sound/flacon/flacon-2.0.1.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="Extracts audio tracks from an audio CD image to separate tracks" HOMEPAGE="https://flacon.github.io/" SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="LGPL-2.1" +LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="amd64 x86" IUSE="aac flac mac mp3 opus qt4 qt5 replaygain test tta vorbis wavpack" diff --git a/media-sound/flacon/flacon-9999.ebuild b/media-sound/flacon/flacon-9999.ebuild index 1b82a08..c4026b5 100644 --- a/media-sound/flacon/flacon-9999.ebuild +++ b/media-sound/flacon/flacon-9999.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="Extracts audio tracks from an audio CD image to separate tracks" HOMEPAGE="https://flacon.github.io/" EGIT_REPO_URI="git://github.com/${PN}/${PN}.git" -LICENSE="LGPL-2.1" +LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="" IUSE="aac flac mac mp3 opus qt4 qt5 replaygain test tta vorbis wavpack"