diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-08-07 12:37:21 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-08-07 12:37:21 +0100 |
commit | b8c7370a682e4e29cda623222d17a790c01c3642 (patch) | |
tree | f6caa14689bd00a5760eadaa381ff41e50ef3c1b /media-sound/podcatcher | |
parent | 8a4997a7e2d1e36c089d4d76935b5a902d98d3d0 (diff) |
gentoo auto-resync : 07:08:2024 - 12:37:20
Diffstat (limited to 'media-sound/podcatcher')
-rw-r--r-- | media-sound/podcatcher/Manifest | 2 | ||||
-rw-r--r-- | media-sound/podcatcher/podcatcher-3.1.6.ebuild | 6 |
2 files changed, 3 insertions, 5 deletions
diff --git a/media-sound/podcatcher/Manifest b/media-sound/podcatcher/Manifest index fc54a20c287a..f64921a9850c 100644 --- a/media-sound/podcatcher/Manifest +++ b/media-sound/podcatcher/Manifest @@ -1,3 +1,3 @@ DIST podcatcher-3.1.6.tar.gz 22260 BLAKE2B 84864a162521ed3d8ca467c5e5f3686ac8107bc263f3ff49fbf88636326049e64b5903c9987459ae29a5a64cebcf5421ea565b5fce57cea5a11b8896397e891c SHA512 5e1ac6771a4d81d2bfbc77c4a89861a976329a77144b630aaa7f6a1663a0dd9021acc71cfd44e6373bdaf4562718bbb3c19ff7cda56be1c7624cf389ff293599 -EBUILD podcatcher-3.1.6.ebuild 476 BLAKE2B b9d19c0825a1f30c4822b37fb406c0652aff67ca5dd65943fad4c988893d1e6addad4d6dc217d580299cd3ce34f7effa7e24e5f7b4a2242b32f3c62771bb90d5 SHA512 8b6619afbda65c60ed49463daaebc12e2e0e50225b1c61bf8ccecce9634f4f066fe215776f89bafc78422cffaefaf3b15ea01bba923541cb798486698ba5fc70 +EBUILD podcatcher-3.1.6.ebuild 467 BLAKE2B 8a0efa7ae88a36ce95b3612afd60a1150daa5e322f6533203f8979b82e4537d1c3b60ed78cd92161512cb447ab16c470d6a70ee99489add3648abd6af3d9d8f5 SHA512 98de94c1f05079841f7b526f3492949bcc3dfeaed3b46a403b276159790c7770419be325de7e701e863b2c15daf243c440043e796de2fcadf895487c89039b87 MISC metadata.xml 260 BLAKE2B 9945ac40ee60ce67adf51840c3cc2d6d2743dffe4fd2ec965d300c709323f80eb5d35eaeb804414eebb2da1e954ee688067c05093b26499678de524b414ac4ec SHA512 e5b6a2a44cd2a4ea4fb1267eb8f635c079c022853443ad180ca12f2df84492f3ba34db45e4ff5e7e09262a74745f5c0aa04ebccd6f998cf19a6ea2ccd0627701 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/. |