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 57AAB139083 for ; Mon, 4 Dec 2017 09:26:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B66B8E0F2A; Mon, 4 Dec 2017 09:26:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 93706E0F2A for ; Mon, 4 Dec 2017 09:26:55 +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 AC162341670 for ; Mon, 4 Dec 2017 09:26:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20EE0AE74 for ; Mon, 4 Dec 2017 09:26:53 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1512379593.6a70f5d027ba08a267f80d4243c47d7dc1fcb77a.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vamp-libxtract-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vamp-libxtract-plugins/vamp-libxtract-plugins-0.6.6.20121204.ebuild X-VCS-Directories: media-plugins/vamp-libxtract-plugins/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 6a70f5d027ba08a267f80d4243c47d7dc1fcb77a X-VCS-Branch: master Date: Mon, 4 Dec 2017 09:26:53 +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: bda0fc61-5776-48b8-8b9b-81dbcbfa9f79 X-Archives-Hash: b8e378e07c92f32d419dee5e97f1ef52 commit: 6a70f5d027ba08a267f80d4243c47d7dc1fcb77a Author: Simon van der Veldt gmail com> AuthorDate: Wed Nov 29 17:51:45 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Dec 4 09:26:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a70f5d0 media-plugins/vamp-libxtract-plugins fix too long description .../vamp-libxtract-plugins/vamp-libxtract-plugins-0.6.6.20121204.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/vamp-libxtract-plugins/vamp-libxtract-plugins-0.6.6.20121204.ebuild b/media-plugins/vamp-libxtract-plugins/vamp-libxtract-plugins-0.6.6.20121204.ebuild index 84bca709017..c6fb88e8947 100644 --- a/media-plugins/vamp-libxtract-plugins/vamp-libxtract-plugins-0.6.6.20121204.ebuild +++ b/media-plugins/vamp-libxtract-plugins/vamp-libxtract-plugins-0.6.6.20121204.ebuild @@ -4,7 +4,7 @@ EAPI=2 inherit eutils multilib toolchain-funcs -DESCRIPTION="Low-level feature extraction plugins using Jamie Bullock's libxtract library to provide around 50 spectral and other features" +DESCRIPTION="Vamp plugin encapsulating many of the functions of the LibXtract library" HOMEPAGE="http://www.vamp-plugins.org/" SRC_URI="http://code.soundsoftware.ac.uk/attachments/download/618/${P}.tar.gz"