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 00B50139694 for ; Sat, 18 Feb 2017 08:32:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BFCCE0D54; Sat, 18 Feb 2017 08:32:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 EF078E0D54 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 CD509340F43 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 5CC0C4BE6 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.9af26cde46efa7f5ae987e5bfdb0663ba6c63c41.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/auctex/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/auctex/auctex-11.88.ebuild app-emacs/auctex/auctex-11.89.ebuild app-emacs/auctex/auctex-11.90.ebuild X-VCS-Directories: app-emacs/auctex/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 9af26cde46efa7f5ae987e5bfdb0663ba6c63c41 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: d3b9b128-ce4a-4f45-ab64-bc2951b9c659 X-Archives-Hash: e6535f9328a7400b7af6d0acc393d793 commit: 9af26cde46efa7f5ae987e5bfdb0663ba6c63c41 Author: Ulrich Müller gentoo org> AuthorDate: Sat Feb 18 08:23: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=9af26cde app-emacs/auctex: Fix DESCRIPTION. Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-emacs/auctex/auctex-11.88.ebuild | 2 +- app-emacs/auctex/auctex-11.89.ebuild | 4 ++-- app-emacs/auctex/auctex-11.90.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-emacs/auctex/auctex-11.88.ebuild b/app-emacs/auctex/auctex-11.88.ebuild index 7e9e622d4b..408a412c6d 100644 --- a/app-emacs/auctex/auctex-11.88.ebuild +++ b/app-emacs/auctex/auctex-11.88.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit elisp latex-package -DESCRIPTION="Extended support for (La)TeX, Texinfo and BibTeX files" +DESCRIPTION="Extensible package for writing and formatting TeX files in Emacs" HOMEPAGE="https://www.gnu.org/software/auctex/" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" diff --git a/app-emacs/auctex/auctex-11.89.ebuild b/app-emacs/auctex/auctex-11.89.ebuild index 8647bab608..75ecc6cf3b 100644 --- a/app-emacs/auctex/auctex-11.89.ebuild +++ b/app-emacs/auctex/auctex-11.89.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 # $Id$ @@ -6,7 +6,7 @@ EAPI=6 inherit elisp -DESCRIPTION="Extended support for (La)TeX, Texinfo and BibTeX files" +DESCRIPTION="Extensible package for writing and formatting TeX files in Emacs" HOMEPAGE="https://www.gnu.org/software/auctex/" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" diff --git a/app-emacs/auctex/auctex-11.90.ebuild b/app-emacs/auctex/auctex-11.90.ebuild index 99f5ea8e2b..2805456b60 100644 --- a/app-emacs/auctex/auctex-11.90.ebuild +++ b/app-emacs/auctex/auctex-11.90.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit elisp -DESCRIPTION="Extended support for (La)TeX, Texinfo and BibTeX files" +DESCRIPTION="Extensible package for writing and formatting TeX files in Emacs" HOMEPAGE="https://www.gnu.org/software/auctex/" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"