diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-08-23 16:18:48 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-08-23 16:19:17 +0200 |
commit | 0366591dfc2f0cc348af4ca4f799fb0fcb188faf (patch) | |
tree | 36c641b4316c938e754a7cf9809bbe7ebf42790d /app-emacs/google-c-style/google-c-style-20140929.ebuild | |
parent | app-emacs/google-c-style: Specify LICENSE more precisely. (diff) | |
download | gentoo-0366591dfc2f0cc348af4ca4f799fb0fcb188faf.tar.gz gentoo-0366591dfc2f0cc348af4ca4f799fb0fcb188faf.tar.bz2 gentoo-0366591dfc2f0cc348af4ca4f799fb0fcb188faf.zip |
app-emacs/google-c-style: New snapshot.
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/google-c-style/google-c-style-20140929.ebuild')
-rw-r--r-- | app-emacs/google-c-style/google-c-style-20140929.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
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 000000000000..74ea088e1ecf --- /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)" |