Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/bchunk/
Date: Sun, 07 Jan 2018 05:50:26
Message-Id: 1515304211.40cfa284c270af31ebb4aed117f71e9a36299a87.kensington@gentoo
1 commit: 40cfa284c270af31ebb4aed117f71e9a36299a87
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 7 05:43:59 2018 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 7 05:50:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40cfa284
7
8 app-cdr/bchunk: remove 1.2.0-r3
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.6
11
12 app-cdr/bchunk/bchunk-1.2.0-r3.ebuild | 20 --------------------
13 1 file changed, 20 deletions(-)
14
15 diff --git a/app-cdr/bchunk/bchunk-1.2.0-r3.ebuild b/app-cdr/bchunk/bchunk-1.2.0-r3.ebuild
16 deleted file mode 100644
17 index f8387e0cb35..00000000000
18 --- a/app-cdr/bchunk/bchunk-1.2.0-r3.ebuild
19 +++ /dev/null
20 @@ -1,20 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI="6"
25 -
26 -DESCRIPTION="Convert CD images from bin/cue to iso+wav/cdr"
27 -HOMEPAGE="http://he.fi/bchunk/"
28 -SRC_URI="${HOMEPAGE}${P}.tar.gz"
29 -
30 -LICENSE="GPL-2+"
31 -SLOT="0"
32 -KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-macos ~sparc-solaris ~x86-solaris"
33 -
34 -DOCS=( "${P}.lsm" "${PN}.spec" README ChangeLog )
35 -
36 -src_install() {
37 - dobin "${PN}"
38 - doman "${PN}.1"
39 - einstalldocs
40 -}