commit: 29852cd683253f008b8586f71b4cab85d71a4e49 Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Wed Jul 31 14:06:00 2024 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Thu Aug 1 07:43:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29852cd6
media-sound/podcatcher: fix pkgcheck issues Signed-off-by: Filip Kobierski <fkobi <AT> pm.me> Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> media-sound/podcatcher/podcatcher-3.1.6.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/media-sound/podcatcher/podcatcher-3.1.6.ebuild b/media-sound/podcatcher/podcatcher-3.1.6.ebuild index 454b549b1920..ca561acfcdf1 100644 --- a/media-sound/podcatcher/podcatcher-3.1.6.ebuild +++ b/media-sound/podcatcher/podcatcher-3.1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,17 +6,15 @@ EAPI=7 DESCRIPTION="Podcast client for the command-line written in Ruby" HOMEPAGE="http://podcatcher.rubyforge.org/" SRC_URI="http://rubyforge.org/frs/download.php/76053/${P}.tar.gz" +S="${WORKDIR}/${PN}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" RDEPEND="dev-lang/ruby" DEPEND="${RDEPEND}" -S="${WORKDIR}/${PN}" - src_install() { dobin bin/podcatcher dodoc -r demo/.
