Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/bchunk/
Date: Fri, 30 Jun 2017 13:24:29
Message-Id: 1498829061.cb801b082f47b34cc49bef2f4f4accb32504cdfa.monsieurp@gentoo
1 commit: cb801b082f47b34cc49bef2f4f4accb32504cdfa
2 Author: Yegor Timoshenko <yegortimoshenko <AT> gmail <DOT> com>
3 AuthorDate: Wed May 17 21:40:37 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 30 13:24:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb801b08
7
8 app-cdr/bchunk: EAPI 6 bump and keyword for ~x64-macos.
9
10 Closes: https://github.com/gentoo/gentoo/pull/4660
11
12 app-cdr/bchunk/bchunk-1.2.0-r1.ebuild | 25 -------------------------
13 app-cdr/bchunk/bchunk-1.2.0-r2.ebuild | 20 ++++++++++++++++++++
14 app-cdr/bchunk/metadata.xml | 5 ++++-
15 3 files changed, 24 insertions(+), 26 deletions(-)
16
17 diff --git a/app-cdr/bchunk/bchunk-1.2.0-r1.ebuild b/app-cdr/bchunk/bchunk-1.2.0-r1.ebuild
18 deleted file mode 100644
19 index 837e867d461..00000000000
20 --- a/app-cdr/bchunk/bchunk-1.2.0-r1.ebuild
21 +++ /dev/null
22 @@ -1,25 +0,0 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -inherit toolchain-funcs
27 -
28 -DESCRIPTION="Converts bin/cue CD-images to iso+wav/cdr"
29 -HOMEPAGE="http://he.fi/bchunk/"
30 -SRC_URI="http://he.fi/bchunk/${P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
35 -IUSE=""
36 -
37 -DEPEND=""
38 -
39 -src_compile() {
40 - $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o bchunk bchunk.c || die
41 -}
42 -
43 -src_install() {
44 - dobin bchunk || die
45 - doman bchunk.1
46 - dodoc ${P}.lsm README ChangeLog bchunk.spec
47 -}
48
49 diff --git a/app-cdr/bchunk/bchunk-1.2.0-r2.ebuild b/app-cdr/bchunk/bchunk-1.2.0-r2.ebuild
50 new file mode 100644
51 index 00000000000..f8387e0cb35
52 --- /dev/null
53 +++ b/app-cdr/bchunk/bchunk-1.2.0-r2.ebuild
54 @@ -0,0 +1,20 @@
55 +# Copyright 1999-2017 Gentoo Foundation
56 +# Distributed under the terms of the GNU General Public License v2
57 +
58 +EAPI="6"
59 +
60 +DESCRIPTION="Convert CD images from bin/cue to iso+wav/cdr"
61 +HOMEPAGE="http://he.fi/bchunk/"
62 +SRC_URI="${HOMEPAGE}${P}.tar.gz"
63 +
64 +LICENSE="GPL-2+"
65 +SLOT="0"
66 +KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-macos ~sparc-solaris ~x86-solaris"
67 +
68 +DOCS=( "${P}.lsm" "${PN}.spec" README ChangeLog )
69 +
70 +src_install() {
71 + dobin "${PN}"
72 + doman "${PN}.1"
73 + einstalldocs
74 +}
75
76 diff --git a/app-cdr/bchunk/metadata.xml b/app-cdr/bchunk/metadata.xml
77 index 0687165f1cf..2136d04d436 100644
78 --- a/app-cdr/bchunk/metadata.xml
79 +++ b/app-cdr/bchunk/metadata.xml
80 @@ -1,7 +1,10 @@
81 <?xml version="1.0" encoding="UTF-8"?>
82 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
83 <pkgmetadata>
84 -<!-- maintainer-needed -->
85 +<maintainer type="person">
86 + <email>yegortimoshenko@×××××.com</email>
87 + <name>Yegor Timoshenko</name>
88 +</maintainer>
89 <longdescription>binchunker converts a CD image in a ".bin / .cue" format
90 (sometimes ".raw / .cue") to a set of .iso and .cdr tracks.</longdescription>
91 </pkgmetadata>