From: David Seifert Date: Tue, 10 Dec 2019 23:48:46 +0000 (+0100) Subject: media-sound/podcatcher: Port to EAPI 7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4d9cc8f444af64533b3671dc7fbd00124d957d2b;p=gentoo.git media-sound/podcatcher: Port to EAPI 7 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: David Seifert --- 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/. }