diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-12 22:03:32 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-12 23:42:15 +0200 |
commit | 9ffb53dbb998fec81403f7c44b24b1e1f22dc679 (patch) | |
tree | 74e95d824f19c565192d3c625e410c75d627650f /app-cdr/nrg2iso | |
parent | profiles: hardened,powerpc,uclibc: Drop obsolete qt4 p.use*.mask (diff) | |
download | gentoo-9ffb53dbb998fec81403f7c44b24b1e1f22dc679.tar.gz gentoo-9ffb53dbb998fec81403f7c44b24b1e1f22dc679.tar.bz2 gentoo-9ffb53dbb998fec81403f7c44b24b1e1f22dc679.zip |
app-cdr/nrg2iso: Drop old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'app-cdr/nrg2iso')
-rw-r--r-- | app-cdr/nrg2iso/nrg2iso-0.4-r1.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/app-cdr/nrg2iso/nrg2iso-0.4-r1.ebuild b/app-cdr/nrg2iso/nrg2iso-0.4-r1.ebuild deleted file mode 100644 index 2e22e8734e76..000000000000 --- a/app-cdr/nrg2iso/nrg2iso-0.4-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit toolchain-funcs - -DESCRIPTION="Converts Nero nrg CD-images 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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="" - -src_compile() { - $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o nrg2iso nrg2iso.c || die "compile failed." -} - -src_install() { - dobin nrg2iso || die "dobin failed." - dodoc CHANGELOG -} |