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 C93B5139695 for ; Sat, 18 Feb 2017 08:32:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E343AE0D52; Sat, 18 Feb 2017 08:32:35 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4C1AE0D52 for ; Sat, 18 Feb 2017 08:32:35 +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 6C12E340F2A for ; Sat, 18 Feb 2017 08:32:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FD254BE7 for ; Sat, 18 Feb 2017 08:32:32 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1487406734.c137e3d494d9c24e778482062034dd78f0e680c2.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/muse/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/muse/muse-3.20.ebuild X-VCS-Directories: app-emacs/muse/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: c137e3d494d9c24e778482062034dd78f0e680c2 X-VCS-Branch: master Date: Sat, 18 Feb 2017 08:32: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: a83011de-e18f-40d9-bd0f-99bd2734bd9a X-Archives-Hash: 8e30136a77f1c66fc76cd15094cd1a95 commit: c137e3d494d9c24e778482062034dd78f0e680c2 Author: Ulrich Müller gentoo org> AuthorDate: Sat Feb 18 08:24:45 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Feb 18 08:32:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c137e3d4 app-emacs/muse: Fix DESCRIPTION. Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-emacs/muse/muse-3.20.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/muse/muse-3.20.ebuild b/app-emacs/muse/muse-3.20.ebuild index 4d68a662e5..31ef4c6757 100644 --- a/app-emacs/muse/muse-3.20.ebuild +++ b/app-emacs/muse/muse-3.20.ebuild @@ -6,7 +6,7 @@ EAPI=4 inherit elisp -DESCRIPTION="Similar to EmacsWikiMode, but more focused on publishing to various formats" +DESCRIPTION="An authoring and publishing environment for Emacs" HOMEPAGE="http://mwolson.org/projects/EmacsMuse.html" SRC_URI="http://download.gna.org/muse-el/${P}.tar.gz"