summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2002-10-23 19:47:42 +0000
committerMarinus Schraal <foser@gentoo.org>2002-10-23 19:47:42 +0000
commit1f0cfc389422105566a79a13edd9fe0179a73946 (patch)
tree9b1f119d5e361af9ef3f9c39e50e2c0e6c177c76 /app-editors/gnome-chord
parentRemoved bootcd USE flag (diff)
downloadhistorical-1f0cfc389422105566a79a13edd9fe0179a73946.tar.gz
historical-1f0cfc389422105566a79a13edd9fe0179a73946.tar.bz2
historical-1f0cfc389422105566a79a13edd9fe0179a73946.zip
New package
Diffstat (limited to 'app-editors/gnome-chord')
-rw-r--r--app-editors/gnome-chord/ChangeLog9
-rw-r--r--app-editors/gnome-chord/files/digest-gnome-chord-0.7.01
-rw-r--r--app-editors/gnome-chord/gnome-chord-0.7.0.ebuild24
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"
+