diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-08-05 02:06:51 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-08-05 02:06:51 +0100 |
commit | a5a60a0e01733705770f24a57953bf44ee06467d (patch) | |
tree | 5fa8cc0b689bd45faed74f1be3dcd0a64c8df50b /media-sound/podracer | |
parent | a87d0d6b8bfa400637c56d3194b22fca5cbd6f9e (diff) |
gentoo auto-resync : 05:08:2022 - 02:06:51
Diffstat (limited to 'media-sound/podracer')
-rw-r--r-- | media-sound/podracer/Manifest | 2 | ||||
-rw-r--r-- | media-sound/podracer/podracer-1.4-r2.ebuild | 37 | ||||
-rw-r--r-- | media-sound/podracer/podracer-1.4-r3.ebuild | 42 |
3 files changed, 43 insertions, 38 deletions
diff --git a/media-sound/podracer/Manifest b/media-sound/podracer/Manifest index c08c0df81b71..88510cd289fa 100644 --- a/media-sound/podracer/Manifest +++ b/media-sound/podracer/Manifest @@ -1,3 +1,3 @@ DIST podracer-1.4.tar.bz2 14600 BLAKE2B f4e4250fb9c694712dcc2ee6e608f5027c38140ea88412e5329b15a1d07c147ed8100be8305e05fec8a2407b676cda55cac1dcec77bb2314dd07d247ae132953 SHA512 f1a6946299b6e32d8a86a153b531c7e6d8ec9cf175719fb8fd2f1d9974ed29469e7b1a2548c4104d7e3e1991cb8138e2970a0b6a4208b7a537dde8c2ca425dd3 -EBUILD podracer-1.4-r2.ebuild 920 BLAKE2B 76b989bd90e631319783f2f4de5d34903bea4fd6a3b42b3d8ec379ba084645d5c6296d239c714f1555258dcfa4b43ee3a6290ae79e6acea7bbfc9e5f61910179 SHA512 9a5efbead582a0d89d8dfe5c0d2ee8081a8e4da5da372e8608073205d7851d993fc1a361b8868a5bedacf66bac472b6869ae4fdcfb46272abe6c21a5f13bb63d +EBUILD podracer-1.4-r3.ebuild 910 BLAKE2B 665dbd7064d598cbdacbd6508ec6e3505522db3f77f2710408a4110446192a3414fa3291387b0e155982e5359bce022871a7961662cdc31f61754ae92c4de9fc SHA512 72386a12a7ad81c7c3929bfe87a1c4cc92936335d11bd02c3794cbd9e1f8c0338bc1a0c2e40e3993f3f420c8c0c6bf868be0ffd6a2da4e84e54b1a46cc9dd011 MISC metadata.xml 246 BLAKE2B 9e05b35f5203b74b3e9f2ee1787b8bc0c46933b4d21a4110b50455c1fa61f1112b8a44b4fa295514dadab70e92c098352f7ab46b3434d5c081a3fa2113359bab SHA512 4d2fd04139b1b5542d5c8074a3c5df1db408f1055fd81c4d4c17accf3b70fda9090657aa74c1d5ce1f984a9467d5e924d813435da502c603ea2a830109442fd7 diff --git a/media-sound/podracer/podracer-1.4-r2.ebuild b/media-sound/podracer/podracer-1.4-r2.ebuild deleted file mode 100644 index 35df96ec5d56..000000000000 --- a/media-sound/podracer/podracer-1.4-r2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="A simple podcast aggregator, designed for cron" -HOMEPAGE="http://podracer.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="" -RDEPEND="app-shells/bash - net-misc/curl" - -src_unpack() { - default - - # Bug 619956. Change directories first to ensure that "unpack" outputs - # to ${S} and not to ${WORKDIR}. - cd "${S}" || die - unpack "${S}/podracer.1.gz" -} - -src_install() { - dobin podracer - sed -i -e "s:sample=/usr/share/doc/\$progname/sample.subscriptions:sample=/usr/share/doc/${PF}/sample.subscriptions:" "${D}"/usr/bin/podracer || die - dodoc CREDITS README ChangeLog TODO - doman podracer.1 - docompress -x "/usr/share/doc/${PF}/sample.subscriptions" - dodoc sample.subscriptions - insinto /etc/ - doins podracer.conf -} diff --git a/media-sound/podracer/podracer-1.4-r3.ebuild b/media-sound/podracer/podracer-1.4-r3.ebuild new file mode 100644 index 000000000000..4a6f563736bd --- /dev/null +++ b/media-sound/podracer/podracer-1.4-r3.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="A simple podcast aggregator, designed for cron" +HOMEPAGE="http://podracer.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 x86" + +RDEPEND=" + app-shells/bash + net-misc/curl" + +src_unpack() { + default + + # Bug 619956. Change directories first to ensure that + # "unpack" outputs to ${S} and not to ${WORKDIR}. + cd "${S}" || die + unpack "${S}"/podracer.1.gz +} + +src_prepare() { + default + sed -e "s:sample=/usr/share/doc/\$progname/sample.subscriptions:sample=/usr/share/doc/${PF}/sample.subscriptions:" \ + -i podracer || die +} + +src_install() { + dobin podracer + + dodoc CREDITS README ChangeLog TODO sample.subscriptions + docompress -x /usr/share/doc/${PF}/sample.subscriptions + doman podracer.1 + + insinto /etc + doins podracer.conf +} |