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
commitdf75308f8345bbc7f0d289761778fafd92f3b7c4 (patch)
treeaa8580796325b24fab6d69a237187e8e972be55b /media-sound/scret
parentBump to stable. (diff)
downloadhistorical-df75308f8345bbc7f0d289761778fafd92f3b7c4.tar.gz
historical-df75308f8345bbc7f0d289761778fafd92f3b7c4.tar.bz2
historical-df75308f8345bbc7f0d289761778fafd92f3b7c4.zip
Add new ebuild.
Diffstat (limited to 'media-sound/scret')
-rw-r--r--media-sound/scret/ChangeLog9
-rw-r--r--media-sound/scret/Manifest4
-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, 45 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..053931357122
--- /dev/null
+++ b/media-sound/scret/Manifest
@@ -0,0 +1,4 @@
+MD5 1b6808bbd78c9161f8b7efb090d966f8 metadata.xml 162
+MD5 5afb0523822debf6f5bf10bb90fcbbaa scret-0.1.3.ebuild 615
+MD5 e3e2c1c61c981f79396540833a99393a ChangeLog 392
+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
+}
+