diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-11-29 15:20:25 +0100 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-11-29 15:38:34 +0100 |
commit | 4138d4a8aa64745fc6e27efce400d339398d9c6c (patch) | |
tree | b54e14e8eac75dd8e08b0df7ff195137e511b351 /app-cdr | |
parent | kde-frameworks/ksvg: Stabilize 6.7.0 ppc64, #941978 (diff) | |
download | gentoo-4138d4a8aa64745fc6e27efce400d339398d9c6c.tar.gz gentoo-4138d4a8aa64745fc6e27efce400d339398d9c6c.tar.bz2 gentoo-4138d4a8aa64745fc6e27efce400d339398d9c6c.zip |
app-cdr/nrg2iso: drop 0.4-r3
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/nrg2iso/Manifest | 1 | ||||
-rw-r--r-- | app-cdr/nrg2iso/nrg2iso-0.4-r3.ebuild | 40 |
2 files changed, 0 insertions, 41 deletions
diff --git a/app-cdr/nrg2iso/Manifest b/app-cdr/nrg2iso/Manifest index 7df8c4076349..ad507e932e4b 100644 --- a/app-cdr/nrg2iso/Manifest +++ b/app-cdr/nrg2iso/Manifest @@ -1,4 +1,3 @@ DIST nrg2iso-0.4.1.tar.gz 14949 BLAKE2B e6468d966f0b3ff7913ee58a646abd8a389569e4694b169ba67dfe6d11ac4a17fd9ea2d883d1c53f19c978afa0e376343d635f85cc3e01ed2c47b4cdaf3d4eb1 SHA512 f84711cfbbfd74bdd81854b64b85054df5aa39b8667509d23a8483e665a814d66c7f83426d60849c17fc8b5bb6c2019f549ef6945bb3b000f647bb98dfea03e5 -DIST nrg2iso-0.4.tar.gz 8553 BLAKE2B 2bd7907dc027c1bf602447c32f24f82d1627a90922aa32ebabecc15a3b3bb8d021f0dc3e13661351626a36365c76e325cded37046d7ac0f84ce6239c034a87e1 SHA512 fa9e081984345770fad713cdfc5711c8c9ace3981d1cc8130b4c2b83eca517c7765eaab758a34dd5e59846f24c6e3f76f3fc89e984305c4358859b0b28e1ec68 DIST nrg2iso-test.iso 55452 BLAKE2B c4bd651bde0bc66b781332cc186828fbe3fbff2c77150f5ac5cea5f42824b0016fd8b007991d94801a64edc43ce84e050a2db654380e3a0497b33d3abb11cdf5 SHA512 905c0b30482a3b411e786a4cc225dab7513a33c32bfd312717f4666543323456d2b6b6ddbeee75ed194e04cf28d472c87ffbdbf783c63abd06fae7e433601fba DIST nrg2iso-test.nrg 362652 BLAKE2B c122ae3b0c310e5c823ccbf33906135aa74f1001b02dc31f7fc0fa77b87b5627d31ea8746a64f0e8a2450e0ec20dc25f5fd72e202113237a95bc219f321c79df SHA512 c29f7e7d3f692a03fdbc5d0c1a112ead73efb45b102302f7f1685f9f2ccfe1eed9b690a3c3f1c7d7d79da9197fdb40dd06ca7bab4187e5dfca81d47268b550b7 diff --git a/app-cdr/nrg2iso/nrg2iso-0.4-r3.ebuild b/app-cdr/nrg2iso/nrg2iso-0.4-r3.ebuild deleted file mode 100644 index 487dbc003d53..000000000000 --- a/app-cdr/nrg2iso/nrg2iso-0.4-r3.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="Convert CD images from nrg (Nero) to iso" -HOMEPAGE="http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html" -SRC_URI=" - http://gregory.kokanosky.free.fr/v4/linux/${P}.tar.gz - test? ( - https://yegortimoshenko.s3.amazonaws.com/${PN}-test.iso - https://yegortimoshenko.s3.amazonaws.com/${PN}-test.nrg - )" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" -IUSE="test" -RESTRICT="!test? ( test )" - -src_configure() { - tc-export CC -} - -src_compile() { - emake nrg2iso -} - -src_test() { - einfo "checking that nrg -> iso matches the expected output" - ./nrg2iso "${DISTDIR}"/nrg2iso-test.nrg "${T}"/nrg2iso-test.iso || die "conversion failed" - diff "${DISTDIR}"/nrg2iso-test.iso "${T}"/nrg2iso-test.iso || die "unexpected iso" -} - -src_install() { - dobin nrg2iso - einstalldocs -} |