+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sound@gentoo.org</email>
- <name>Gentoo Sound project</name>
- </maintainer>
-</pkgmetadata>
+++ /dev/null
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-inherit eutils toolchain-funcs
-
-DESCRIPTION="GTK+ based drum machine"
-HOMEPAGE="http://muth.org/Robert/Trommler"
-SRC_URI="http://muth.org/Robert/${PN/t/T}/${P/-/.}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc ~sparc x86"
-IUSE="+sox"
-
-RDEPEND="x11-libs/gtk+:2
- sox? ( media-sound/sox )"
-DEPEND="${RDEPEND}
- x11-misc/makedepend
- virtual/pkgconfig"
-
-S=${WORKDIR}/${PN/t/T}
-
-src_prepare() {
- sed -i \
- -e 's:$(CC):$(CC) $(LDFLAGS):' \
- Makefile || die
-}
-
-src_compile() {
- tc-export CC
- emake export.h || die
- emake CFLAGS="${CFLAGS} -Wall $(pkg-config --cflags gtk+-2.0)" || die
-}
-
-src_install() {
- exeinto /usr/libexec
- doexe ${PN} || die
-
- newbin "${FILESDIR}"/${PN}.wrapper ${PN} || die
- dobin wav2smp playsample || die
- use sox && { dobin smp2wav || die; }
-
- insinto /usr/share/${PN}/Drums
- doins Drums/*.smp || die
- insinto /usr/share/${PN}/Songs
- doins Songs/*.sng || die
-
- dodoc CHANGES README
- dohtml index.html style.css
-
- make_desktop_entry ${PN} Trommler
-}
# Removal in a month.
media-video/avinfo
-# Pacho Ramos <pacho@gentoo.org> (12 Jun 2016)
-# Needs to be ported to new eclasses, obsoleted by hydrogen
-# Removal in a month (#442614)
-media-sound/trommler
-
# Patrice Clement <monsieurp@gentoo.org> (5 Jun 2016)
# Unmaintained ebuilds. Upstream is either dead or AWOL. Also, most of these
# ebuilds are still sitting in ~arch after years in the tree.