blob: c2c911e45dfa2d1d4b626f2251f5eec43526a397 (
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-2003 Gentoo Technologies, Inc.
# 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.4 2003/10/01 11:39:33 aliz 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"
|