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: Wed, 02 Oct 2019 22:41:20
Message-Id: 1570056062.18cf85fdee2e40efd2a5645eb048bf1091141228.ulm@gentoo
1 commit: 18cf85fdee2e40efd2a5645eb048bf1091141228
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 2 22:30:47 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 2 22:41:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18cf85fd
7
8 app-emacs/google-c-style: Remove old.
9
10 Package-Manager: Portage-2.3.76, 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-20091009-r1.ebuild | 26 ----------------------
15 2 files changed, 27 deletions(-)
16
17 diff --git a/app-emacs/google-c-style/Manifest b/app-emacs/google-c-style/Manifest
18 index 6624d86c74a..7c57d92c3db 100644
19 --- a/app-emacs/google-c-style/Manifest
20 +++ b/app-emacs/google-c-style/Manifest
21 @@ -1,2 +1 @@
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-20091009-r1.ebuild b/app-emacs/google-c-style/google-c-style-20091009-r1.ebuild
26 deleted file mode 100644
27 index a99bcc7f98f..00000000000
28 --- a/app-emacs/google-c-style/google-c-style-20091009-r1.ebuild
29 +++ /dev/null
30 @@ -1,26 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=4
35 -
36 -inherit elisp
37 -
38 -DESCRIPTION="Provides the google C/C++ coding style"
39 -HOMEPAGE="https://github.com/google/styleguide"
40 -SRC_URI="mirror://gentoo/${P}.tar.bz2"
41 -
42 -LICENSE="|| ( GPL-1+ Artistic )"
43 -SLOT="0"
44 -KEYWORDS="amd64 x86"
45 -IUSE=""
46 -
47 -S="${WORKDIR}"
48 -SITEFILE="50${PN}-gentoo.el"
49 -
50 -pkg_postinst() {
51 - elisp-site-regen
52 -
53 - elog "Example usage (~/.emacs):"
54 - elog " (add-hook 'c-mode-common-hook 'google-set-c-style)"
55 - elog " (add-hook 'c-mode-common-hook 'google-make-newline-indent)"
56 -}