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 144FC1382C5 for ; Sat, 20 Mar 2021 08:14:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31CCDE085B; Sat, 20 Mar 2021 08:14:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 15C73E085B for ; Sat, 20 Mar 2021 08:14:13 +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 C20DD340942 for ; Sat, 20 Mar 2021 08:14:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 213E65B6 for ; Sat, 20 Mar 2021 08:14:11 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1616227948.8d8582efaacac520c2bef3019bd823d6f67c0ade.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gst123/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/gst123/gst123-0.3.5.ebuild X-VCS-Directories: media-sound/gst123/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 8d8582efaacac520c2bef3019bd823d6f67c0ade X-VCS-Branch: master Date: Sat, 20 Mar 2021 08:14: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c98244f0-4fdf-4e29-bdcf-e63be693eb2d X-Archives-Hash: 7f57eb62e56d7bf62c398e2f4ba07dac commit: 8d8582efaacac520c2bef3019bd823d6f67c0ade Author: Michael Mair-Keimberger levelnine at> AuthorDate: Fri Mar 19 17:26:03 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sat Mar 20 08:12:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d8582ef media-sound/gst123: EAPI7 bump Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/20010 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/gst123/gst123-0.3.5.ebuild | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/media-sound/gst123/gst123-0.3.5.ebuild b/media-sound/gst123/gst123-0.3.5.ebuild index d62b71ae8d3..89f6a151b33 100644 --- a/media-sound/gst123/gst123-0.3.5.ebuild +++ b/media-sound/gst123/gst123-0.3.5.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -DESCRIPTION="A GStreamer based command line media player" -HOMEPAGE="http://space.twc.de/~stefan/gst123.php" -SRC_URI="http://space.twc.de/~stefan/gst123/${P}.tar.bz2" +DESCRIPTION="GStreamer based command line media player" +HOMEPAGE="https://space.twc.de/~stefan/gst123.php" +SRC_URI="https://space.twc.de/~stefan/gst123/${P}.tar.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" @@ -21,5 +21,5 @@ CDEPEND=" " RDEPEND="${CDEPEND} media-plugins/gst-plugins-meta:1.0" -DEPEND="${CDEPEND} - virtual/pkgconfig" +DEPEND="${CDEPEND}" +BDEPEND="virtual/pkgconfig"