summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Stadler <centic@gentoo.org>2004-03-20 16:05:37 +0000
committerDominik Stadler <centic@gentoo.org>2004-03-20 16:05:37 +0000
commit30e226d054040498cd1adb65f6816d666a1af765 (patch)
tree538dd29484f2d5dd9289d9c618d9a16fefa13079 /media-sound/scret
parentBump to stable. (Manifest recommit) (diff)
downloadgentoo-2-30e226d054040498cd1adb65f6816d666a1af765.tar.gz
gentoo-2-30e226d054040498cd1adb65f6816d666a1af765.tar.bz2
gentoo-2-30e226d054040498cd1adb65f6816d666a1af765.zip
Add new ebuild.
Diffstat (limited to 'media-sound/scret')
-rw-r--r--media-sound/scret/ChangeLog9
-rw-r--r--media-sound/scret/Manifest3
-rw-r--r--media-sound/scret/files/digest-scret-0.1.31
-rw-r--r--media-sound/scret/metadata.xml5
-rw-r--r--media-sound/scret/scret-0.1.3.ebuild26
5 files changed, 44 insertions, 0 deletions
diff --git a/media-sound/scret/ChangeLog b/media-sound/scret/ChangeLog
new file mode 100644
index 000000000000..0f64f8ec3a35
--- /dev/null
+++ b/media-sound/scret/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for media-sound/scret
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/scret/ChangeLog,v 1.1 2004/03/20 16:05:37 centic Exp $
+
+*scret-0.1.3 (20 Mar 2004)
+
+ 20 Mar 2004; Dominik Stadler <centic@gentoo.org> scret-0.1.3.ebuild:
+ New ebuild, thanks to Christian Banik <mynews@buschaos.de>, see Bug 36170
+
diff --git a/media-sound/scret/Manifest b/media-sound/scret/Manifest
new file mode 100644
index 000000000000..af21198aa724
--- /dev/null
+++ b/media-sound/scret/Manifest
@@ -0,0 +1,3 @@
+MD5 4863f3652ddd58f3eb6325a4d3e5c3a3 scret-0.1.3.ebuild 409
+MD5 c23c631f4bfbc223ac1e94aafebc7109 files/digest-scret-0.1.2 78
+MD5 a7efdc40ec26e44bf093131c918d0b17 files/digest-scret-0.1.3 78
diff --git a/media-sound/scret/files/digest-scret-0.1.3 b/media-sound/scret/files/digest-scret-0.1.3
new file mode 100644
index 000000000000..44ef583c1567
--- /dev/null
+++ b/media-sound/scret/files/digest-scret-0.1.3
@@ -0,0 +1 @@
+MD5 dd5db6a2ecaba8617f1c4a899b4a85bd ScoreReadingTrainer-0.1.3.tar.bz2 468712
diff --git a/media-sound/scret/metadata.xml b/media-sound/scret/metadata.xml
new file mode 100644
index 000000000000..b435a8440ccd
--- /dev/null
+++ b/media-sound/scret/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>kde-other</herd>
+</pkgmetadata>
diff --git a/media-sound/scret/scret-0.1.3.ebuild b/media-sound/scret/scret-0.1.3.ebuild
new file mode 100644
index 000000000000..9eb22b3affab
--- /dev/null
+++ b/media-sound/scret/scret-0.1.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/scret/scret-0.1.3.ebuild,v 1.1 2004/03/20 16:05:37 centic Exp $
+
+inherit kde-base
+need-kde 3.1
+
+DESCRIPTION="A musical score reading trainer"
+SRC_URI="mirror://sourceforge/scret/ScoreReadingTrainer-${PV}.tar.bz2"
+HOMEPAGE="http://scret.sourceforge.net"
+
+S=${WORKDIR}/ScoreReadingTrainer-${PV}
+
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+IUSE=""
+SLOT="0"
+
+DEPEND=""
+
+src_install() {
+ einstall || die
+ dodoc AUTHORS ChangeLog COPYING INSTALL README TODO || die
+}
+