summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-03-19 18:26:03 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2021-03-20 09:12:28 +0100
commit8d8582efaacac520c2bef3019bd823d6f67c0ade (patch)
tree2f8dbacac5ae1869c99548929de138f44931f1e4 /media-sound/gst123
parentdev-ruby/mocha: add 1.12.0 (diff)
downloadgentoo-8d8582efaacac520c2bef3019bd823d6f67c0ade.tar.gz
gentoo-8d8582efaacac520c2bef3019bd823d6f67c0ade.tar.bz2
gentoo-8d8582efaacac520c2bef3019bd823d6f67c0ade.zip
media-sound/gst123: EAPI7 bump
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/20010 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/gst123')
-rw-r--r--media-sound/gst123/gst123-0.3.5.ebuild16
1 files 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 d62b71ae8d3d..89f6a151b333 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"