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 4C6CA138335 for ; Wed, 25 Sep 2019 03:34:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC53BE08A4; Wed, 25 Sep 2019 03:34:45 +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 81055E08A6 for ; Wed, 25 Sep 2019 03:34:45 +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 2A87B34B52D for ; Wed, 25 Sep 2019 03:34:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 833F17FC for ; Wed, 25 Sep 2019 03:34:41 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1569382358.bdbc5811f4f8db00602f9a79197fbc228e6462ad.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/audiotag/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/audiotag/audiotag-0.19.ebuild X-VCS-Directories: media-sound/audiotag/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: bdbc5811f4f8db00602f9a79197fbc228e6462ad X-VCS-Branch: master Date: Wed, 25 Sep 2019 03:34:41 +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: cf4f60f2-feb3-490c-8d71-3e6ac2750adb X-Archives-Hash: 7c62fdef74647e819b17ab380b113b8c commit: bdbc5811f4f8db00602f9a79197fbc228e6462ad Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun May 12 08:09:52 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Sep 25 03:32:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdbc5811 media-sound/audiotag: fix LICENSE Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Joonas Niilola gentoo.org> media-sound/audiotag/audiotag-0.19.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-sound/audiotag/audiotag-0.19.ebuild b/media-sound/audiotag/audiotag-0.19.ebuild index 4d6d53a136b..0f163d9e904 100644 --- a/media-sound/audiotag/audiotag-0.19.ebuild +++ b/media-sound/audiotag/audiotag-0.19.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=0 -DESCRIPTION="A command-line tool for mass tagging/renaming of audio files" +DESCRIPTION="Command-line tool for mass tagging/renaming of audio files" HOMEPAGE="https://github.com/Daenyth/audiotag" SRC_URI="https://github.com/downloads/Daenyth/${PN}/${P}.tar.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~ppc ppc64 sparc x86" IUSE="aac flac mp3 vorbis"