Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/google-c-style/
Date: Fri, 23 Aug 2019 14:20:46
Message-Id: 1566569957.0366591dfc2f0cc348af4ca4f799fb0fcb188faf.ulm@gentoo
1 commit: 0366591dfc2f0cc348af4ca4f799fb0fcb188faf
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 23 14:18:48 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 23 14:19:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0366591d
7
8 app-emacs/google-c-style: New snapshot.
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/google-c-style/Manifest | 1 +
14 .../google-c-style/google-c-style-20140929.ebuild | 20 ++++++++++++++++++++
15 2 files changed, 21 insertions(+)
16
17 diff --git a/app-emacs/google-c-style/Manifest b/app-emacs/google-c-style/Manifest
18 index e3711720f3a..6624d86c74a 100644
19 --- a/app-emacs/google-c-style/Manifest
20 +++ b/app-emacs/google-c-style/Manifest
21 @@ -1 +1,2 @@
22 DIST google-c-style-20091009.tar.bz2 2178 BLAKE2B 72d7b430f9148589e8b4b1a57c9b4b96203c7ffddae3bbbc7aa9978e85c2c51510571f8617ac5d2bcaabe5688ed7799d5de597e96a2479d844a49e6661f93a05 SHA512 5d61d6e021643ffc1468c14cdbbde0b52dc9346330983c19bdb7f4d6fb8960c662ca6198658963ff6d2b4d7d2dc96853a8c58de48da77364a860f2f777855b5a
23 +DIST google-c-style-20140929.el.gz 2147 BLAKE2B c1e151e0aacac5fa39b4a293ab2663d9e784c15bb020ca4f46f09ea4736f84d7e33050632c6620d65cd45b5a631d2b08f5864096435bf9d58b321460e6a20518 SHA512 ad8682e06a2a607e4c7baa9177a03796afcbedc251281a53657fa44f718fee0416e6d60bdc9e0339ac95a0bac05389de0dd0616a6bb4577ff7b02e00c80d1df5
24
25 diff --git a/app-emacs/google-c-style/google-c-style-20140929.ebuild b/app-emacs/google-c-style/google-c-style-20140929.ebuild
26 new file mode 100644
27 index 00000000000..74ea088e1ec
28 --- /dev/null
29 +++ b/app-emacs/google-c-style/google-c-style-20140929.ebuild
30 @@ -0,0 +1,20 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +inherit elisp readme.gentoo-r1
37 +
38 +DESCRIPTION="Provides the google C/C++ coding style"
39 +HOMEPAGE="https://github.com/google/styleguide"
40 +SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.gz"
41 +
42 +LICENSE="|| ( GPL-1+ Artistic )"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~x86"
45 +
46 +S="${WORKDIR}"
47 +SITEFILE="50${PN}-gentoo.el"
48 +DOC_CONTENTS="Example usage (~/.emacs):
49 + \n\t(add-hook 'c-mode-common-hook 'google-set-c-style)
50 + \n\t(add-hook 'c-mode-common-hook 'google-make-newline-indent)"