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 D5638139085 for ; Tue, 7 Feb 2017 17:49:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 709C7E0EDC; Tue, 7 Feb 2017 17:48:48 +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 49110E0EDC for ; Tue, 7 Feb 2017 17:48:38 +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 B7B013416B7 for ; Tue, 7 Feb 2017 17:48:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F365B3DD9 for ; Tue, 7 Feb 2017 17:48:32 +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: <1486489638.94d4a88f0dde7106e9b3969d7ca5ceb150e6c002.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/fvwm-crystal/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/fvwm-crystal/fvwm-crystal-3.2.3.ebuild x11-themes/fvwm-crystal/fvwm-crystal-3.2.5.ebuild X-VCS-Directories: x11-themes/fvwm-crystal/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 94d4a88f0dde7106e9b3969d7ca5ceb150e6c002 X-VCS-Branch: master Date: Tue, 7 Feb 2017 17:48:32 +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: ba2dde59-e9a4-45f2-be63-3a4a906bfa74 X-Archives-Hash: 4e0ba9dc90cd12e5fad808c101c4ea89 commit: 94d4a88f0dde7106e9b3969d7ca5ceb150e6c002 Author: Harri Nieminen gmail com> AuthorDate: Tue Feb 7 16:59:49 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Feb 7 17:47:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94d4a88f x11-themes/fvwm-crystal: Fix toolong DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3869 x11-themes/fvwm-crystal/fvwm-crystal-3.2.3.ebuild | 4 ++-- x11-themes/fvwm-crystal/fvwm-crystal-3.2.5.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-3.2.3.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-3.2.3.ebuild index e65342e..6509cb7 100644 --- a/x11-themes/fvwm-crystal/fvwm-crystal-3.2.3.ebuild +++ b/x11-themes/fvwm-crystal/fvwm-crystal-3.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,7 +7,7 @@ EAPI="5" PYTHON_COMPAT=( python2_7 ) inherit eutils python-r1 -DESCRIPTION="Configurable and full featured FVWM theme, with lots of transparency and freedesktop compatible menu" +DESCRIPTION="Configurable FVWM theme with transparency and freedesktop compatible menu" HOMEPAGE="http://fvwm-crystal.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-3.2.5.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-3.2.5.ebuild index 4826ce2..d49e925 100644 --- a/x11-themes/fvwm-crystal/fvwm-crystal-3.2.5.ebuild +++ b/x11-themes/fvwm-crystal/fvwm-crystal-3.2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,7 +7,7 @@ EAPI="5" PYTHON_COMPAT=( python2_7 ) inherit eutils python-r1 -DESCRIPTION="Configurable and full featured FVWM theme, with lots of transparency and freedesktop compatible menu" +DESCRIPTION="Configurable FVWM theme with transparency and freedesktop compatible menu" HOMEPAGE="http://fvwm-crystal.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"