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 A58ED139085 for ; Sun, 29 Jan 2017 10:16:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F405B141C1; Sun, 29 Jan 2017 10:15:59 +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 CE40D141A5 for ; Sun, 29 Jan 2017 10:15:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D7432341265 for ; Sun, 29 Jan 2017 10:15:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C39339AA for ; Sun, 29 Jan 2017 10:15:57 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1485684932.0b61da20ecd49d193aa897de237949bd22165c7a.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/fluidsynth/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild X-VCS-Directories: media-sound/fluidsynth/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 0b61da20ecd49d193aa897de237949bd22165c7a X-VCS-Branch: master Date: Sun, 29 Jan 2017 10:15:57 +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: 229b09c3-ac6b-4dc6-acba-6955f7622a18 X-Archives-Hash: ea417bb415af40b4636885ee9b3144af commit: 0b61da20ecd49d193aa897de237949bd22165c7a Author: Johannes Huber gentoo org> AuthorDate: Sun Jan 29 10:15:21 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Jan 29 10:15:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b61da20 media-sound/fluidsynth: Shorten description Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild b/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild index 1333434..aad99ff 100644 --- a/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild +++ b/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 inherit cmake-multilib flag-o-matic -DESCRIPTION="Fluidsynth is a software real-time synthesizer based on the Soundfont 2 specifications" +DESCRIPTION="Software real-time synthesizer based on the Soundfont 2 specifications" HOMEPAGE="http://www.fluidsynth.org/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"