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 6C345139694 for ; Fri, 30 Jun 2017 13:24:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9ECD4E0C09; Fri, 30 Jun 2017 13:24:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6BFE0E0C09 for ; Fri, 30 Jun 2017 13:24:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5E2F83418E5 for ; Fri, 30 Jun 2017 13:24:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 552E57488 for ; Fri, 30 Jun 2017 13:24:25 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1498829061.cb801b082f47b34cc49bef2f4f4accb32504cdfa.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/bchunk/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-cdr/bchunk/bchunk-1.2.0-r1.ebuild app-cdr/bchunk/bchunk-1.2.0-r2.ebuild app-cdr/bchunk/metadata.xml X-VCS-Directories: app-cdr/bchunk/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: cb801b082f47b34cc49bef2f4f4accb32504cdfa X-VCS-Branch: master Date: Fri, 30 Jun 2017 13:24:25 +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: 64c51cd0-12ba-464f-84ea-a1dbe7be8891 X-Archives-Hash: fcc26053686f8a8f5cd96f810d9b3bc4 commit: cb801b082f47b34cc49bef2f4f4accb32504cdfa Author: Yegor Timoshenko gmail com> AuthorDate: Wed May 17 21:40:37 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri Jun 30 13:24:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb801b08 app-cdr/bchunk: EAPI 6 bump and keyword for ~x64-macos. Closes: https://github.com/gentoo/gentoo/pull/4660 app-cdr/bchunk/bchunk-1.2.0-r1.ebuild | 25 ------------------------- app-cdr/bchunk/bchunk-1.2.0-r2.ebuild | 20 ++++++++++++++++++++ app-cdr/bchunk/metadata.xml | 5 ++++- 3 files changed, 24 insertions(+), 26 deletions(-) diff --git a/app-cdr/bchunk/bchunk-1.2.0-r1.ebuild b/app-cdr/bchunk/bchunk-1.2.0-r1.ebuild deleted file mode 100644 index 837e867d461..00000000000 --- a/app-cdr/bchunk/bchunk-1.2.0-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit toolchain-funcs - -DESCRIPTION="Converts bin/cue CD-images to iso+wav/cdr" -HOMEPAGE="http://he.fi/bchunk/" -SRC_URI="http://he.fi/bchunk/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="" - -DEPEND="" - -src_compile() { - $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o bchunk bchunk.c || die -} - -src_install() { - dobin bchunk || die - doman bchunk.1 - dodoc ${P}.lsm README ChangeLog bchunk.spec -} diff --git a/app-cdr/bchunk/bchunk-1.2.0-r2.ebuild b/app-cdr/bchunk/bchunk-1.2.0-r2.ebuild new file mode 100644 index 00000000000..f8387e0cb35 --- /dev/null +++ b/app-cdr/bchunk/bchunk-1.2.0-r2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +DESCRIPTION="Convert CD images from bin/cue to iso+wav/cdr" +HOMEPAGE="http://he.fi/bchunk/" +SRC_URI="${HOMEPAGE}${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-macos ~sparc-solaris ~x86-solaris" + +DOCS=( "${P}.lsm" "${PN}.spec" README ChangeLog ) + +src_install() { + dobin "${PN}" + doman "${PN}.1" + einstalldocs +} diff --git a/app-cdr/bchunk/metadata.xml b/app-cdr/bchunk/metadata.xml index 0687165f1cf..2136d04d436 100644 --- a/app-cdr/bchunk/metadata.xml +++ b/app-cdr/bchunk/metadata.xml @@ -1,7 +1,10 @@ - + + yegortimoshenko@gmail.com + Yegor Timoshenko + binchunker converts a CD image in a ".bin / .cue" format (sometimes ".raw / .cue") to a set of .iso and .cdr tracks.