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 28415139694 for ; Sat, 3 Jun 2017 20:53:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3916E21C084; Sat, 3 Jun 2017 20:52:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 126BC21C084 for ; Sat, 3 Jun 2017 20:52:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 22CF6341892 for ; Sat, 3 Jun 2017 20:52:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 872FB7478 for ; Sat, 3 Jun 2017 20:52:47 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1496523144.dafc03e8141575cf7f9a88cfb86ef4208328cceb.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/terminatorx/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/terminatorx/terminatorx-3.84-r1.ebuild media-sound/terminatorx/terminatorx-4.0.1.ebuild X-VCS-Directories: media-sound/terminatorx/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: dafc03e8141575cf7f9a88cfb86ef4208328cceb X-VCS-Branch: master Date: Sat, 3 Jun 2017 20:52:47 +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: 4dede486-51ba-4061-9502-a5b7e16b163a X-Archives-Hash: 93e1f3a82585838e9ecd8b3d24b6d521 commit: dafc03e8141575cf7f9a88cfb86ef4208328cceb Author: David Seifert gentoo org> AuthorDate: Sat Jun 3 20:38:57 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jun 3 20:52:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dafc03e8 media-sound/terminatorx: [QA] Fix DESCRIPTION.toolong Package-Manager: Portage-2.3.6, Repoman-2.3.2 media-sound/terminatorx/terminatorx-3.84-r1.ebuild | 5 +++-- media-sound/terminatorx/terminatorx-4.0.1.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/media-sound/terminatorx/terminatorx-3.84-r1.ebuild b/media-sound/terminatorx/terminatorx-3.84-r1.ebuild index 23c41d7cdd7..45ee96f9e99 100644 --- a/media-sound/terminatorx/terminatorx-3.84-r1.ebuild +++ b/media-sound/terminatorx/terminatorx-3.84-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,8 @@ GCONF_DEBUG="no" inherit gnome2 eutils MY_P=${P/terminatorx/terminatorX} -DESCRIPTION='realtime audio synthesizer that allows you to "scratch" on digitally sampled audio data' + +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" diff --git a/media-sound/terminatorx/terminatorx-4.0.1.ebuild b/media-sound/terminatorx/terminatorx-4.0.1.ebuild index 1fc2fb1f4c8..2909714a688 100644 --- a/media-sound/terminatorx/terminatorx-4.0.1.ebuild +++ b/media-sound/terminatorx/terminatorx-4.0.1.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit gnome2 MY_P=${P/terminatorx/terminatorX} -DESCRIPTION='realtime audio synthesizer that allows you to "scratch" on digitally sampled audio data' + +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.bz2"