From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 96523138C9D for ; Fri, 17 Apr 2015 05:19:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6E1AE0653; Fri, 17 Apr 2015 05:19:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47255E0653 for ; Fri, 17 Apr 2015 05:19:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6170F340CE1 for ; Fri, 17 Apr 2015 05:19:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 192F616185 for ; Fri, 17 Apr 2015 05:19:50 +0000 (UTC) From: "Mats Lidell" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mats Lidell" Message-ID: <1429247914.930eb7538ea30d02739a36808fff29a82068a255.matsl@gentoo> Subject: [gentoo-commits] proj/emacs:master commit in: app-xemacs/cc-mode/ X-VCS-Repository: proj/emacs X-VCS-Files: app-xemacs/cc-mode/ChangeLog app-xemacs/cc-mode/Manifest app-xemacs/cc-mode/cc-mode-1.87.ebuild app-xemacs/cc-mode/cc-mode-1.88.ebuild X-VCS-Directories: app-xemacs/cc-mode/ X-VCS-Committer: matsl X-VCS-Committer-Name: Mats Lidell X-VCS-Revision: 930eb7538ea30d02739a36808fff29a82068a255 X-VCS-Branch: master Date: Fri, 17 Apr 2015 05:19:50 +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: e30639cb-ad25-4607-8ae5-7aae0368d14a X-Archives-Hash: 8d60e414d1646a8c7316d68d24fc51c5 commit: 930eb7538ea30d02739a36808fff29a82068a255 Author: Mats Lidell gentoo org> AuthorDate: Fri Apr 17 05:18:34 2015 +0000 Commit: Mats Lidell gentoo org> CommitDate: Fri Apr 17 05:18:34 2015 +0000 URL: https://gitweb.gentoo.org/proj/emacs.git/commit/?id=930eb753 Upstream pre release of app-xemacs/cc-mode. Package-Manager: portage-2.2.14 app-xemacs/cc-mode/ChangeLog | 6 ++++++ app-xemacs/cc-mode/Manifest | 2 +- app-xemacs/cc-mode/{cc-mode-1.87.ebuild => cc-mode-1.88.ebuild} | 0 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/app-xemacs/cc-mode/ChangeLog b/app-xemacs/cc-mode/ChangeLog index d6a1832..a00f8b9 100644 --- a/app-xemacs/cc-mode/ChangeLog +++ b/app-xemacs/cc-mode/ChangeLog @@ -2,6 +2,12 @@ # Copyright 2002-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/app-xemacs/cc-mode/ChangeLog,v 1.13 2008/03/19 19:19:38 graaff Exp $ +*cc-mode-1.88 (17 Apr 2015) + + 17 Apr 2015; Mats Lidell -cc-mode-1.87.ebuild, + +cc-mode-1.88.ebuild: + Upstream pre release. + *cc-mode-1.87 (28 Feb 2015) 28 Feb 2015; Mats Lidell -cc-mode-1.86.ebuild, diff --git a/app-xemacs/cc-mode/Manifest b/app-xemacs/cc-mode/Manifest index 113c403..ad350a0 100644 --- a/app-xemacs/cc-mode/Manifest +++ b/app-xemacs/cc-mode/Manifest @@ -1 +1 @@ -DIST cc-mode-1.87-pkg.tar.gz 776708 SHA256 b90242d7a0c791a32abb0b75170dd73bd38b10fe1aa17e3672475116a1e21d67 SHA512 b167f397a1612abdff3b7177aeea223ccd3b3db15d8f87e49b2f35c900f46d25166e46ff1e3dc4e6c70a9b00d66245d2bde79be6b24a8f03febc7cae874de58c WHIRLPOOL b0840af21e5e4598ce1529781f2674407498660bc1131d8f8a015f9b7816a4673d5e82d544dee972f5c9c29d062ba605a359251480e8beaf1a5dbb35e0f555f9 +DIST cc-mode-1.88-pkg.tar.gz 777684 SHA256 6715a9b68962ba95f82965b89ba545df80c2b6512c55a57aa611fdf49c2b6a6d SHA512 8e56ff6a13f53b17f538fef5f2726cd25feccff28770686e076141a85673858f07e89ad5bd7599e9d585cc6c05fbd21172f6eb4bbd84ff9ae71b10762e4588ee WHIRLPOOL cca03d08e819a4ea2b52de0d2e8f9ac3755d6139a977e033d55fb4163db8e082081eb8589d00befde259fe29c0394cb75b17331895204feee2aa839719e422e2 diff --git a/app-xemacs/cc-mode/cc-mode-1.87.ebuild b/app-xemacs/cc-mode/cc-mode-1.88.ebuild similarity index 100% rename from app-xemacs/cc-mode/cc-mode-1.87.ebuild rename to app-xemacs/cc-mode/cc-mode-1.88.ebuild