Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 442614
Collapse All | Expand All

(-)trommler-3.8.ebuild (-2 / +8 lines)
Lines 1-9 Link Here
1
# Copyright 1999-2012 Gentoo Foundation
1
# Copyright 1999-2012 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-sound/trommler/trommler-3.8.ebuild,v 1.8 2012/05/05 08:54:36 mgorny Exp $
3
# $Header: $
4
4
5
EAPI=2
5
EAPI=2
6
inherit eutils toolchain-funcs
6
PYTHON_DEPEND="2"
7
inherit eutils toolchain-funcs python
7
8
8
DESCRIPTION="GTK+ based drum machine."
9
DESCRIPTION="GTK+ based drum machine."
9
HOMEPAGE="http://muth.org/Robert/Trommler"
10
HOMEPAGE="http://muth.org/Robert/Trommler"
Lines 22-27 Link Here
22
23
23
S=${WORKDIR}/${PN/t/T}
24
S=${WORKDIR}/${PN/t/T}
24
25
26
pkg_setup() {
27
	python_set_active_version 2
28
	python_pkg_setup
29
}
30
25
src_prepare() {
31
src_prepare() {
26
	sed -i \
32
	sed -i \
27
		-e 's:$(CC):$(CC) $(LDFLAGS):' \
33
		-e 's:$(CC):$(CC) $(LDFLAGS):' \

Return to bug 442614