x11-misc/xwallpaper: bump to 0.6.5
[gentoo.git] / x11-misc / bbcd / bbcd-0.3.1-r2.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DESCRIPTION="Basic CD Player for blackbox wm"
7 HOMEPAGE="http://tranber1.free.fr/bbcd.html"
8 SRC_URI="http://tranber1.free.fr/${P}.tar.gz"
9 LICENSE="GPL-2"
10
11 SLOT="0"
12 KEYWORDS="~amd64 ppc x86"
13 IUSE=""
14
15 RDEPEND="media-libs/libcdaudio
16         x11-libs/libX11"
17 DEPEND="${RDEPEND}"
18
19 PATCHES=(
20         "${FILESDIR}"/${P}_${PV}a.diff
21         "${FILESDIR}"/${P}-gcc3.3.patch
22         "${FILESDIR}"/${P}-gcc4.3.patch
23 )
24
25 src_install() {
26         default
27         rm "${ED%/}"/usr/share/bbtools/README.bbcd || die
28 }