From fe618c8b8c934661d2297b2aeb0615a48e787691 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 27 Jul 2022 03:00:39 +0100 Subject: gentoo auto-resync : 27:07:2022 - 03:00:38 --- app-cdr/nrg2iso/Manifest | 2 +- app-cdr/nrg2iso/nrg2iso-0.4-r2.ebuild | 36 ------------------------------- app-cdr/nrg2iso/nrg2iso-0.4-r3.ebuild | 40 +++++++++++++++++++++++++++++++++++ 3 files changed, 41 insertions(+), 37 deletions(-) delete mode 100644 app-cdr/nrg2iso/nrg2iso-0.4-r2.ebuild create mode 100644 app-cdr/nrg2iso/nrg2iso-0.4-r3.ebuild (limited to 'app-cdr/nrg2iso') diff --git a/app-cdr/nrg2iso/Manifest b/app-cdr/nrg2iso/Manifest index 1945eae4b468..eec46cdad295 100644 --- a/app-cdr/nrg2iso/Manifest +++ b/app-cdr/nrg2iso/Manifest @@ -1,5 +1,5 @@ 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 -EBUILD nrg2iso-0.4-r2.ebuild 979 BLAKE2B f609e6ab29030888de0ffbbd7d29d27cc600defa630d4c49abee0bd4f310d555c649730da3b73e25695380ebf1b81b34ff075e3d9d0a43b2526e193de9237c0b SHA512 6aa36a3a5881705294cf63faa8353574fb78e4e578bccf54d9a239d3d9a6681e69a070c21718d86d11d12291d13557f37791fef8ee218368f35cd0c9c867908f +EBUILD nrg2iso-0.4-r3.ebuild 966 BLAKE2B 2c23f85f8aadfb8421f8bdfeb2b12d57ff7702f4a479d8ef6f7c3adea0dd07c50e847915029da7121efe905d8ffcfc8bd26521c6b79b6099d1c0d09710b1279a SHA512 9a2e787495cca6e40ba43662735fb43d7afc31f371f32ddaf9ac54afd5c585034862d4e35cac3a909c723d871a0790119f795c3b52b92e2b824c9a783c7727d4 MISC metadata.xml 168 BLAKE2B 2e0e000b4c3b6ca04c12903fdbe278415c05a822623c52e9aa95cbbf3d50bcb1246b7edbda7d2f6b559af8950c6374e6e0a69b76319964cfe686bf50b0604a57 SHA512 4dcf45d1809e8390a2d8155c8ebfe0dd610203e392aeab0ccd8a10f42cc8532a4925eff32b35e7a6c35598a4efd288229034ec0732299dbd8cfa0acff705fed3 diff --git a/app-cdr/nrg2iso/nrg2iso-0.4-r2.ebuild b/app-cdr/nrg2iso/nrg2iso-0.4-r2.ebuild deleted file mode 100644 index 16c6a8f6cce1..000000000000 --- a/app-cdr/nrg2iso/nrg2iso-0.4-r2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -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 )" -DOCS=( CHANGELOG ) - -src_compile() { - $(tc-getCC) ${CFLAGS} ${LDFLAGS} ${PN}.c -o ${PN} -} - -src_test() { - einfo "checking that nrg -> iso matches the expected output" - "${S}/${PN}" "${DISTDIR}/${PN}-test.nrg" "${T}/${PN}-test.iso" || die "conversion failed" - diff "${DISTDIR}/${PN}-test.iso" "${T}/${PN}-test.iso" || die "unexpected iso" -} - -src_install() { - dobin ${PN} - einstalldocs -} diff --git a/app-cdr/nrg2iso/nrg2iso-0.4-r3.ebuild b/app-cdr/nrg2iso/nrg2iso-0.4-r3.ebuild new file mode 100644 index 000000000000..487dbc003d53 --- /dev/null +++ b/app-cdr/nrg2iso/nrg2iso-0.4-r3.ebuild @@ -0,0 +1,40 @@ +# 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 +} -- cgit v1.2.3