From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3217A1382C5 for ; Thu, 12 Apr 2018 21:42:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49FF7E08F7; Thu, 12 Apr 2018 21:42:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 257B0E08F7 for ; Thu, 12 Apr 2018 21:42:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 385B0335C82 for ; Thu, 12 Apr 2018 21:42:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B393286 for ; Thu, 12 Apr 2018 21:42:38 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1523569335.9ffb53dbb998fec81403f7c44b24b1e1f22dc679.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/nrg2iso/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-cdr/nrg2iso/nrg2iso-0.4-r1.ebuild X-VCS-Directories: app-cdr/nrg2iso/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9ffb53dbb998fec81403f7c44b24b1e1f22dc679 X-VCS-Branch: master Date: Thu, 12 Apr 2018 21:42:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 476a0e2e-570e-4832-b13a-9cc4ac719b53 X-Archives-Hash: efa0c5056fa33e1a64dd9ff8be492585 commit: 9ffb53dbb998fec81403f7c44b24b1e1f22dc679 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Apr 12 20:03:32 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 12 21:42:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ffb53db app-cdr/nrg2iso: Drop old Package-Manager: Portage-2.3.28, Repoman-2.3.9 app-cdr/nrg2iso/nrg2iso-0.4-r1.ebuild | 24 ------------------------ 1 file changed, 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 2e22e8734e7..00000000000 --- 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 -}