Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbcd/
Date: Tue, 14 Feb 2017 19:42:42
Message-Id: 1487101318.d82bfb165f8d4a42b0abd2bbe2636293d36120b6.soap@gentoo
1 commit: d82bfb165f8d4a42b0abd2bbe2636293d36120b6
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 14 08:35:03 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 19:41:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d82bfb16
7
8 x11-misc/bbcd: EAPI bump 4 -> 6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/3967
12
13 x11-misc/bbcd/bbcd-0.3.1-r2.ebuild | 29 +++++++++++++++++++++++++++++
14 1 file changed, 29 insertions(+)
15
16 diff --git a/x11-misc/bbcd/bbcd-0.3.1-r2.ebuild b/x11-misc/bbcd/bbcd-0.3.1-r2.ebuild
17 new file mode 100644
18 index 0000000000..15cda089b6
19 --- /dev/null
20 +++ b/x11-misc/bbcd/bbcd-0.3.1-r2.ebuild
21 @@ -0,0 +1,29 @@
22 +# Copyright 1999-2017 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Id$
25 +
26 +EAPI=6
27 +
28 +DESCRIPTION="Basic CD Player for blackbox wm"
29 +HOMEPAGE="http://tranber1.free.fr/bbcd.html"
30 +SRC_URI="http://tranber1.free.fr/${P}.tar.gz"
31 +LICENSE="GPL-2"
32 +
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
35 +IUSE=""
36 +
37 +RDEPEND="media-libs/libcdaudio
38 + x11-libs/libX11"
39 +DEPEND="${RDEPEND}"
40 +
41 +PATCHES=(
42 + "${FILESDIR}"/${P}_${PV}a.diff
43 + "${FILESDIR}"/${P}-gcc3.3.patch
44 + "${FILESDIR}"/${P}-gcc4.3.patch
45 +)
46 +
47 +src_install() {
48 + default
49 + rm "${ED%/}"/usr/share/bbtools/README.bbcd || die
50 +}