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

(-)gspeakers-0.11.ebuild.orig (-5 / +7 lines)
Lines 1-28 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2010 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/sci-electronics/gspeakers/gspeakers-0.11.ebuild,v 1.7 2009/08/01 21:21:38 cryos Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gspeakers/gspeakers-0.11.ebuild,v 1.7 2009/08/01 21:21:38 cryos Exp $
4
4
5
EAPI="1"
6
5
inherit eutils gnome2 autotools
7
inherit eutils gnome2 autotools
6
8
7
DESCRIPTION="GTK based loudspeaker enclosure and crossovernetwork designer"
9
DESCRIPTION="GTK based loudspeaker enclosure and crossovernetwork designer"
8
HOMEPAGE="http://gspeakers.sourceforge.net/"
10
HOMEPAGE="http://gspeakers.sourceforge.net/"
9
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
11
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
10
LICENSE="LGPL-2.1"
11
12
13
LICENSE="LGPL-2.1"
12
SLOT="0"
14
SLOT="0"
13
KEYWORDS="amd64 x86 ~ppc"
15
KEYWORDS="amd64 x86 ~ppc"
14
IUSE=""
16
IUSE=""
15
17
16
RDEPEND=">=dev-cpp/gtkmm-2.4
18
RDEPEND="dev-cpp/gtkmm:2.4
17
	dev-libs/libxml2"
19
	dev-libs/libxml2"
18
DEPEND="${RDEPEND}
20
DEPEND="${RDEPEND}
19
	dev-util/pkgconfig"
21
	dev-util/pkgconfig"
20
RDEPEND="${RDEPEND}
22
RDEPEND="${RDEPEND}
21
	|| ( >=sci-electronics/gnucap-0.34
23
	|| ( sci-electronics/gnucap
22
		sci-electronics/ng-spice-rework
24
		sci-electronics/ng-spice-rework
23
		sci-electronics/spice )"
25
		sci-electronics/spice )"
24
26
25
DOCS="README* INSTALL Changelog AUTHORS NEWS ABOUT"
27
DOCS="AUTHORS ChangeLog NEWS README* TODO"
26
28
27
src_unpack() {
29
src_unpack() {
28
	gnome2_src_unpack
30
	gnome2_src_unpack

Return to bug 298530