diff options
author | 2002-10-23 19:47:42 +0000 | |
---|---|---|
committer | 2002-10-23 19:47:42 +0000 | |
commit | 994d6d53f7511c5324731d69f804f86527f757cd (patch) | |
tree | bc4fc396391cbd65c773d23bccf1a5c78f8c5f68 /app-editors/gnome-chord | |
parent | Removed bootcd USE flag (diff) | |
download | gentoo-2-994d6d53f7511c5324731d69f804f86527f757cd.tar.gz gentoo-2-994d6d53f7511c5324731d69f804f86527f757cd.tar.bz2 gentoo-2-994d6d53f7511c5324731d69f804f86527f757cd.zip |
New package
Diffstat (limited to 'app-editors/gnome-chord')
-rw-r--r-- | app-editors/gnome-chord/ChangeLog | 9 | ||||
-rw-r--r-- | app-editors/gnome-chord/files/digest-gnome-chord-0.7.0 | 1 | ||||
-rw-r--r-- | app-editors/gnome-chord/gnome-chord-0.7.0.ebuild | 24 |
3 files changed, 34 insertions, 0 deletions
diff --git a/app-editors/gnome-chord/ChangeLog b/app-editors/gnome-chord/ChangeLog new file mode 100644 index 000000000000..1e5e8a3e0720 --- /dev/null +++ b/app-editors/gnome-chord/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-editor/gnome-chord +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/gnome-chord/ChangeLog,v 1.1 2002/10/23 19:47:42 foser Exp $ + +gnome-chord-0.7.0 (23 Oct 2002) + + 23 Oct 2002; foser <foser@gentoo.org> gnome-chord-0.7.0.ebuild ChangeLog : + + New package. Thanks to Rigo Ketelings <rigo@home.nl> diff --git a/app-editors/gnome-chord/files/digest-gnome-chord-0.7.0 b/app-editors/gnome-chord/files/digest-gnome-chord-0.7.0 new file mode 100644 index 000000000000..e95c7b46f63f --- /dev/null +++ b/app-editors/gnome-chord/files/digest-gnome-chord-0.7.0 @@ -0,0 +1 @@ +MD5 ec6f255c77b4709b1457e90abd1f72ed gnome-chord2-0.7.0.tar.gz 345879 diff --git a/app-editors/gnome-chord/gnome-chord-0.7.0.ebuild b/app-editors/gnome-chord/gnome-chord-0.7.0.ebuild new file mode 100644 index 000000000000..085d091ba888 --- /dev/null +++ b/app-editors/gnome-chord/gnome-chord-0.7.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2002 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.1 2002/10/23 19:47:42 foser 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/${PN}/${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" + |