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 447B0138334 for ; Fri, 23 Aug 2019 14:20:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F942E077A; Fri, 23 Aug 2019 14:20:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65EDEE077A for ; Fri, 23 Aug 2019 14:20:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3AAC34A205 for ; Fri, 23 Aug 2019 14:20:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAB9876D for ; Fri, 23 Aug 2019 14:20:41 +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: <1566569957.0366591dfc2f0cc348af4ca4f799fb0fcb188faf.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/google-c-style/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/google-c-style/Manifest app-emacs/google-c-style/google-c-style-20140929.ebuild X-VCS-Directories: app-emacs/google-c-style/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 0366591dfc2f0cc348af4ca4f799fb0fcb188faf X-VCS-Branch: master Date: Fri, 23 Aug 2019 14:20:41 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5cb1a908-4bf2-463b-bf40-35f0933662b4 X-Archives-Hash: 3dc2ad03ee15443fc593f42322bcf6cb commit: 0366591dfc2f0cc348af4ca4f799fb0fcb188faf Author: Ulrich Müller gentoo org> AuthorDate: Fri Aug 23 14:18:48 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Aug 23 14:19:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0366591d app-emacs/google-c-style: New snapshot. Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/google-c-style/Manifest | 1 + .../google-c-style/google-c-style-20140929.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/app-emacs/google-c-style/Manifest b/app-emacs/google-c-style/Manifest index e3711720f3a..6624d86c74a 100644 --- a/app-emacs/google-c-style/Manifest +++ b/app-emacs/google-c-style/Manifest @@ -1 +1,2 @@ DIST google-c-style-20091009.tar.bz2 2178 BLAKE2B 72d7b430f9148589e8b4b1a57c9b4b96203c7ffddae3bbbc7aa9978e85c2c51510571f8617ac5d2bcaabe5688ed7799d5de597e96a2479d844a49e6661f93a05 SHA512 5d61d6e021643ffc1468c14cdbbde0b52dc9346330983c19bdb7f4d6fb8960c662ca6198658963ff6d2b4d7d2dc96853a8c58de48da77364a860f2f777855b5a +DIST google-c-style-20140929.el.gz 2147 BLAKE2B c1e151e0aacac5fa39b4a293ab2663d9e784c15bb020ca4f46f09ea4736f84d7e33050632c6620d65cd45b5a631d2b08f5864096435bf9d58b321460e6a20518 SHA512 ad8682e06a2a607e4c7baa9177a03796afcbedc251281a53657fa44f718fee0416e6d60bdc9e0339ac95a0bac05389de0dd0616a6bb4577ff7b02e00c80d1df5 diff --git a/app-emacs/google-c-style/google-c-style-20140929.ebuild b/app-emacs/google-c-style/google-c-style-20140929.ebuild new file mode 100644 index 00000000000..74ea088e1ec --- /dev/null +++ b/app-emacs/google-c-style/google-c-style-20140929.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit elisp readme.gentoo-r1 + +DESCRIPTION="Provides the google C/C++ coding style" +HOMEPAGE="https://github.com/google/styleguide" +SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.gz" + +LICENSE="|| ( GPL-1+ Artistic )" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +S="${WORKDIR}" +SITEFILE="50${PN}-gentoo.el" +DOC_CONTENTS="Example usage (~/.emacs): + \n\t(add-hook 'c-mode-common-hook 'google-set-c-style) + \n\t(add-hook 'c-mode-common-hook 'google-make-newline-indent)"