From 4d9cc8f444af64533b3671dc7fbd00124d957d2b Mon Sep 17 00:00:00 2001 From: David Seifert Date: Wed, 11 Dec 2019 00:48:46 +0100 Subject: [PATCH] media-sound/podcatcher: Port to EAPI 7 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: David Seifert --- media-sound/podcatcher/podcatcher-3.1.6.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/media-sound/podcatcher/podcatcher-3.1.6.ebuild b/media-sound/podcatcher/podcatcher-3.1.6.ebuild index 9392e126842e..87482bae6be1 100644 --- a/media-sound/podcatcher/podcatcher-3.1.6.ebuild +++ b/media-sound/podcatcher/podcatcher-3.1.6.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=7 DESCRIPTION="Podcast client for the command-line written in Ruby" HOMEPAGE="http://podcatcher.rubyforge.org/" @@ -15,9 +15,9 @@ IUSE="" RDEPEND=">=dev-lang/ruby-1.8.2" DEPEND="${RDEPEND}" -S=${WORKDIR}/${PN} +S="${WORKDIR}/${PN}" src_install() { dobin bin/podcatcher - dodoc demo/* + dodoc -r demo/. } -- 2.26.2