media-sound/podcatcher: Port to EAPI 7
authorDavid Seifert <soap@gentoo.org>
Tue, 10 Dec 2019 23:48:46 +0000 (00:48 +0100)
committerDavid Seifert <soap@gentoo.org>
Tue, 10 Dec 2019 23:48:46 +0000 (00:48 +0100)
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
media-sound/podcatcher/podcatcher-3.1.6.ebuild

index 9392e126842e52b8f4b1dd054ebea7bd775025aa..87482bae6be13b42e4c2489a218a780418ab9a69 100644 (file)
@@ -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/.
 }