Skip to content

Commit

Permalink
app-cdr/bchunk: EAPI 6 bump and keyword for ~x64-macos.
Browse files Browse the repository at this point in the history
Closes: gentoo#4660
  • Loading branch information
lukateras authored and monsieurp committed Jun 30, 2017
1 parent d2e3cc3 commit cb801b0
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 26 deletions.
25 changes: 0 additions & 25 deletions app-cdr/bchunk/bchunk-1.2.0-r1.ebuild

This file was deleted.

20 changes: 20 additions & 0 deletions app-cdr/bchunk/bchunk-1.2.0-r2.ebuild
Original file line number Diff line number Diff line change
@@ -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
}
5 changes: 4 additions & 1 deletion app-cdr/bchunk/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<maintainer type="person">
<email>[email protected]</email>
<name>Yegor Timoshenko</name>
</maintainer>
<longdescription>binchunker converts a CD image in a ".bin / .cue" format
(sometimes ".raw / .cue") to a set of .iso and .cdr tracks.</longdescription>
</pkgmetadata>

0 comments on commit cb801b0

Please sign in to comment.