From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7E8541382C5 for ; Sun, 11 Mar 2018 15:17:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC3CDE082F; Sun, 11 Mar 2018 15:17:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A5F2E082F for ; Sun, 11 Mar 2018 15:17:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4AF16335C2A for ; Sun, 11 Mar 2018 15:17:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6FEE23F for ; Sun, 11 Mar 2018 15:17:44 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1520781321.cf094cc876081da03ffa018ce07bd76662f1a640.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/terminatorx/, media-sound/terminatorx/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/terminatorx/Manifest media-sound/terminatorx/files/terminatorx-3.84-includes.patch media-sound/terminatorx/files/terminatorx-3.84-new-zlib.patch media-sound/terminatorx/terminatorx-3.84-r1.ebuild X-VCS-Directories: media-sound/terminatorx/ media-sound/terminatorx/files/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: cf094cc876081da03ffa018ce07bd76662f1a640 X-VCS-Branch: master Date: Sun, 11 Mar 2018 15:17:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e27e00cc-7466-49a6-be74-213c4ebb3fe5 X-Archives-Hash: 1316bb205ae4d66d889297e3ac0ac1ae commit: cf094cc876081da03ffa018ce07bd76662f1a640 Author: Pacho Ramos gentoo org> AuthorDate: Sun Mar 11 15:13:01 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Mar 11 15:15:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf094cc8 media-sound/terminatorx: Drop old Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-sound/terminatorx/Manifest | 1 - .../files/terminatorx-3.84-includes.patch | 28 --------- .../files/terminatorx-3.84-new-zlib.patch | 19 ------- media-sound/terminatorx/terminatorx-3.84-r1.ebuild | 66 ---------------------- 4 files changed, 114 deletions(-) diff --git a/media-sound/terminatorx/Manifest b/media-sound/terminatorx/Manifest index 5901a5e4a29..65b3c158b6c 100644 --- a/media-sound/terminatorx/Manifest +++ b/media-sound/terminatorx/Manifest @@ -1,2 +1 @@ -DIST terminatorX-3.84.tar.gz 572143 BLAKE2B 9ee576ae34b5349347a4f8dda429d5366ad6e8f9d1907e3cf22af3287e6340d616b59e5f3e56d56b6652768ac216c5ac8e598eb4fac54291fb00ce8bc6dd2d0c SHA512 9b538007acc98b1dd7bb2e310be53bcf1971a94e5c03ea8ca48c59b05f1a0bddd75bf30ab4cfb03d49165098ba63643eaa3bda117cdf833df2438c29a774db6c DIST terminatorX-4.0.1.tar.bz2 1832692 BLAKE2B 61eeb6362cdf56cb73df3bfbff65cf3699a0ef686d77894b87feab5f25f927267bc28573c3ee41981ded3b452b1d37c035260ffbe0fdcf6d0b0c0319c61a6137 SHA512 06128633e128f2158367dcde0e913dafc68d62644e7a5182a2391829dadcb9c46430d0cac16cb17113939623266f32cb4624a8548a51b8c01bdfa2860a6c0093 diff --git a/media-sound/terminatorx/files/terminatorx-3.84-includes.patch b/media-sound/terminatorx/files/terminatorx-3.84-includes.patch deleted file mode 100644 index 792ac1db5f0..00000000000 --- a/media-sound/terminatorx/files/terminatorx-3.84-includes.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff --git a/src/tX_mouse.cc b/src/tX_mouse.cc ---- a/src/tX_mouse.cc -+++ b/src/tX_mouse.cc -@@ -50,2 +50,3 @@ - #include -+#include /* strcmp() */ - -diff --git a/src/tX_mouse.h b/src/tX_mouse.h ---- a/src/tX_mouse.h -+++ b/src/tX_mouse.h -@@ -38,2 +38,3 @@ - #include -+#include /* GtkWidget */ - -diff --git a/src/tX_vttgui.cc b/src/tX_vttgui.cc ---- a/src/tX_vttgui.cc -+++ b/src/tX_vttgui.cc -@@ -61,2 +61,3 @@ - #include -+#include /* strrchr() */ - #include -diff --git a/src/tX_global.h b/src/tX_global.h ---- a/src/tX_global.h -+++ b/src/tX_global.h -@@ -37,2 +37,3 @@ extern "C" { - #include -+#include /* strcpy() */ - #include "tX_types.h" diff --git a/media-sound/terminatorx/files/terminatorx-3.84-new-zlib.patch b/media-sound/terminatorx/files/terminatorx-3.84-new-zlib.patch deleted file mode 100644 index 87b9ca85378..00000000000 --- a/media-sound/terminatorx/files/terminatorx-3.84-new-zlib.patch +++ /dev/null @@ -1,19 +0,0 @@ -Description: Fix FTBFS errors with newer zlib. -Author: Moritz Muehlenhoff -Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663053 -Forwarded: no ---- - src/tX_midiin.cc | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/src/tX_midiin.cc -+++ b/src/tX_midiin.cc -@@ -447,7 +447,7 @@ gboolean tX_midiin::midi_learn_destroy(G - - void tX_midiin::store_connections(FILE *rc, char *indent) - { -- gzFile *rz=NULL; -+ gzFile rz=NULL; - - tX_store("%s\n", indent); - diff --git a/media-sound/terminatorx/terminatorx-3.84-r1.ebuild b/media-sound/terminatorx/terminatorx-3.84-r1.ebuild deleted file mode 100644 index 45ee96f9e99..00000000000 --- a/media-sound/terminatorx/terminatorx-3.84-r1.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -GCONF_DEBUG="no" - -inherit gnome2 eutils - -MY_P=${P/terminatorx/terminatorX} - -DESCRIPTION="Realtime audio synthesizer allowing you to 'scratch' on sampled audio data" -HOMEPAGE="http://www.terminatorx.org/" -SRC_URI="http://www.terminatorx.org/dist/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="alsa debug mad vorbis sox" - -RDEPEND=" - alsa? ( media-libs/alsa-lib ) - mad? ( media-sound/madplay ) - vorbis? ( media-libs/libvorbis ) - sox? ( media-sound/sox - media-sound/mpg123 ) - >=x11-libs/gtk+-2.2:2 - >=dev-libs/glib-2.2:2 - x11-libs/libXi - x11-libs/libXxf86dga - dev-libs/libxml2 - media-libs/audiofile - media-libs/ladspa-sdk - media-libs/ladspa-cmt - app-text/scrollkeeper - media-libs/liblrdf -" -DEPEND="${RDEPEND} - virtual/pkgconfig - x11-proto/xproto - x11-proto/inputproto - x11-proto/xf86dgaproto -" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - # Patch from debian to compile with recent zlib - epatch "${FILESDIR}"/${PN}-3.84-new-zlib.patch - epatch "${FILESDIR}"/${PN}-3.84-includes.patch - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure \ - $(use_enable alsa) \ - $(use_enable debug) \ - $(use_enable mad) \ - $(use_enable vorbis) \ - $(use_enable sox) -} - -src_install() { - gnome2_src_install - newicon gnome-support/terminatorX-app.png terminatorX.png - make_desktop_entry terminatorX terminatorX terminatorX AudioVideo -}