summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-10-06 13:17:46 +0000
committerSamuli Suominen <drac@gentoo.org>2007-10-06 13:17:46 +0000
commit9056edd8bfbfc3d5abfaa6d9b1d004b3a5e48284 (patch)
tree88c6d47881e7ecc17d8c8c0b7d14aa14e7d89c72 /media-sound
parentVersion bump #190460 by Alexandre Bique. (diff)
downloadgentoo-2-9056edd8bfbfc3d5abfaa6d9b1d004b3a5e48284.tar.gz
gentoo-2-9056edd8bfbfc3d5abfaa6d9b1d004b3a5e48284.tar.bz2
gentoo-2-9056edd8bfbfc3d5abfaa6d9b1d004b3a5e48284.zip
Bye, bye GTK+-1.2 version.
(Portage version: 2.1.3.12)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/trommler/files/digest-trommler-3.33
-rw-r--r--media-sound/trommler/trommler-3.3.ebuild32
2 files changed, 0 insertions, 35 deletions
diff --git a/media-sound/trommler/files/digest-trommler-3.3 b/media-sound/trommler/files/digest-trommler-3.3
deleted file mode 100644
index c9f1ad93f1c0..000000000000
--- a/media-sound/trommler/files/digest-trommler-3.3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 ac15036acab9a1f1219dd7012271f349 trommler.3.3.tar.gz 839410
-RMD160 e9c320c2d5a2fc783dea8d83fad24b64ac94d41d trommler.3.3.tar.gz 839410
-SHA256 0efd8207e770e96352adc263b9c358a25fd94042c124acee263fb177f7ec9ae4 trommler.3.3.tar.gz 839410
diff --git a/media-sound/trommler/trommler-3.3.ebuild b/media-sound/trommler/trommler-3.3.ebuild
deleted file mode 100644
index 421a0df763fd..000000000000
--- a/media-sound/trommler/trommler-3.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/trommler/trommler-3.3.ebuild,v 1.17 2007/08/16 19:06:27 gustavoz Exp $
-
-IUSE=""
-
-DESCRIPTION="gtk+ based drum machine"
-HOMEPAGE="http://muth.org/Robert/Trommler/"
-SRC_URI="http://muth.org/Robert/Trommler/${P/-/.}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc -sparc x86"
-
-DEPEND="=x11-libs/gtk+-1.2*"
-
-S="${WORKDIR}/Trommler"
-
-src_compile() {
- sed -i 's:CFLAGS = -Wall -Werror -O9:CFLAGS = -Wall -O9:' Makefile || die
- emake || die
-}
-
-src_install() {
- dobin trommler wav2smp playsample
- dodoc README CHANGES
- dohtml index.html style.css
- insinto /usr/share/trommler/Drums
- doins Drums/*
- insinto /usr/share/trommler/Songs
- doins Songs/*
-}