public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, media-sound/trommler/files/, media-sound/trommler/
@ 2016-07-24 10:53 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2016-07-24 10:53 UTC (permalink / raw
  To: gentoo-commits

commit:     8b1a8530e58a3fb27bebaf506bf77a1079cd1d6a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 10:42:02 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 10:52:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b1a8530

media-sound/trommler: Remove last-rited pkg, #442614

 media-sound/trommler/Manifest               |  1 -
 media-sound/trommler/files/trommler.wrapper |  4 ---
 media-sound/trommler/metadata.xml           |  8 -----
 media-sound/trommler/trommler-3.8.ebuild    | 54 -----------------------------
 profiles/package.mask                       |  5 ---
 5 files changed, 72 deletions(-)

diff --git a/media-sound/trommler/Manifest b/media-sound/trommler/Manifest
deleted file mode 100644
index 789f7f3..0000000
--- a/media-sound/trommler/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST trommler.3.8.tar.gz 805792 SHA256 61bce1ddf8a538d1e83cab1927d6317ddf30c1a9cf9542e692a91c1f9682b912 SHA512 41fc7683b12ad00929cb25eb08ced0188f681b70dba7124cc02e0b17ec243604fff57606ed3c4518aba84a3eaa3ce60ef9c35b5658b4b502dcf99349f986c157 WHIRLPOOL cea915ef476013f9f37f2796fd2fd4702a04582462d5fe774b9fd6fcb2f5731a117ee699e23d5eb9ed8b1f636791ba71be5e1ba922b301451812eab352d27196

diff --git a/media-sound/trommler/files/trommler.wrapper b/media-sound/trommler/files/trommler.wrapper
deleted file mode 100644
index 78648ee..0000000
--- a/media-sound/trommler/files/trommler.wrapper
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-export TROMMLER_DRUM_DIR="/usr/share/trommler/Drums"
-cd /usr/share/trommler/Songs
-exec /usr/libexec/trommler "$@"

diff --git a/media-sound/trommler/metadata.xml b/media-sound/trommler/metadata.xml
deleted file mode 100644
index ee7258a..0000000
--- a/media-sound/trommler/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?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>

diff --git a/media-sound/trommler/trommler-3.8.ebuild b/media-sound/trommler/trommler-3.8.ebuild
deleted file mode 100644
index 52c5078..0000000
--- a/media-sound/trommler/trommler-3.8.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# 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
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 6c09de1..b3bbfe3 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -299,11 +299,6 @@ app-portage/g-ctan
 # 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.


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-24 10:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-24 10:53 [gentoo-commits] repo/gentoo:master commit in: profiles/, media-sound/trommler/files/, media-sound/trommler/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox