blob: 2219cd1433c519c22879a7f7ae44c0e21fc46357 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/gnome-chord/gnome-chord-0.7.0.ebuild,v 1.7 2005/01/01 13:26:14 eradicator Exp $
inherit gnome2
S="${WORKDIR}/${PN}2-${PV}"
DESCRIPTION="Chord and scale editor for gnome"
HOMEPAGE="http://gnome-chord.sourceforge.net/"
SRC_URI="mirror://sourceforge/gnome-chord/${PN}2-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE=""
DEPEND=">=gnome-base/libgnomeui-2
>=gnome-base/libbonoboui-2
>=gnome-base/gconf-1.2"
RDEPEND="${DEPEND}
sys-devel/gettext
dev-util/pkgconfig"
|