diff options
author | David Seifert <soap@gentoo.org> | 2019-12-11 00:48:46 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-11 00:48:46 +0100 |
commit | 4d9cc8f444af64533b3671dc7fbd00124d957d2b (patch) | |
tree | a165f501011456e9420ce6aa2444ae79120ddcb6 /media-sound/podcatcher | |
parent | media-sound/wavbreaker: Port to EAPI 7 (diff) | |
download | gentoo-4d9cc8f444af64533b3671dc7fbd00124d957d2b.tar.gz gentoo-4d9cc8f444af64533b3671dc7fbd00124d957d2b.tar.bz2 gentoo-4d9cc8f444af64533b3671dc7fbd00124d957d2b.zip |
media-sound/podcatcher: Port to EAPI 7
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-sound/podcatcher')
-rw-r--r-- | media-sound/podcatcher/podcatcher-3.1.6.ebuild | 8 |
1 files 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/. } |