summaryrefslogtreecommitdiff
path: root/app-emacs/google-c-style
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-10-13 22:19:36 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-10-14 23:22:23 +0100
commit4b19be30aa626b327c885dae62c559ec0e9fb935 (patch)
tree76e74807bc479502e13866b581b6bf86734ec634 /app-emacs/google-c-style
parent30d6f67c98d149508509d5e86f176d558793acc0 (diff)
gentoo resync : 13.10.2019
Diffstat (limited to 'app-emacs/google-c-style')
-rw-r--r--app-emacs/google-c-style/Manifest4
-rw-r--r--app-emacs/google-c-style/google-c-style-20091009-r1.ebuild26
-rw-r--r--app-emacs/google-c-style/google-c-style-20140929.ebuild2
3 files changed, 2 insertions, 30 deletions
diff --git a/app-emacs/google-c-style/Manifest b/app-emacs/google-c-style/Manifest
index 415d0a318113..b7ddb04ab187 100644
--- a/app-emacs/google-c-style/Manifest
+++ b/app-emacs/google-c-style/Manifest
@@ -1,6 +1,4 @@
AUX 50google-c-style-gentoo.el 258 BLAKE2B 7ec733ac75a1d1570d11f3b978e0f55c3641b6e1ded4792afe54c3757453424fa0f76724f13bd060d5a63be7f37442649669043a8b7ed326c6b46cd58db1572b SHA512 f39b91a6af6e16ac70a5baee459790efb00aa10c3a83c16429fa5d97201bec2bfb3f6645ab1327f7325eb3428a3c938914b4a63c6009109dda99a4f0fe7d89c2
-DIST google-c-style-20091009.tar.bz2 2178 BLAKE2B 72d7b430f9148589e8b4b1a57c9b4b96203c7ffddae3bbbc7aa9978e85c2c51510571f8617ac5d2bcaabe5688ed7799d5de597e96a2479d844a49e6661f93a05 SHA512 5d61d6e021643ffc1468c14cdbbde0b52dc9346330983c19bdb7f4d6fb8960c662ca6198658963ff6d2b4d7d2dc96853a8c58de48da77364a860f2f777855b5a
DIST google-c-style-20140929.el.gz 2147 BLAKE2B c1e151e0aacac5fa39b4a293ab2663d9e784c15bb020ca4f46f09ea4736f84d7e33050632c6620d65cd45b5a631d2b08f5864096435bf9d58b321460e6a20518 SHA512 ad8682e06a2a607e4c7baa9177a03796afcbedc251281a53657fa44f718fee0416e6d60bdc9e0339ac95a0bac05389de0dd0616a6bb4577ff7b02e00c80d1df5
-EBUILD google-c-style-20091009-r1.ebuild 588 BLAKE2B 3d751da28f4dde2b94840cec08cf527f30a50c5a20d1fac805f6df2fb72018a0de7bb64460243d433bb944b98baf41424d9e5eb98c2560a902cf02e9cb9cef77 SHA512 e25c5a9e81b4a461cbf89c5de972024ba73fdd72ed4eb11740861f7f2281197e9905a886a8d748c82d0c8d0e54b2a85e90fa31a107471e3fa69f9cc02ee5dfa8
-EBUILD google-c-style-20140929.ebuild 577 BLAKE2B ac92eb6045770f507ca5c20aa0c5b7116d7a595efe812f10aebbb4231753ca7b817fb55459129aa2e22104e326f1831d950c3344d6cd8f9bef9abb97b048ddc0 SHA512 e708bf367966841f070dc3ba7f5478bfa88b5a484b23a2e12b4aa42cdf3db74c8b70ff4cc77f392938f35637121bcd6324816adde3cdbd58cbd03a11d7a6e0eb
+EBUILD google-c-style-20140929.ebuild 575 BLAKE2B f8ab5271c4fed6ba2a3299d3aea0b26a970e34d80df546a062e1e6a88f39366d3435dc268b9608aef91bff3dc931859e3761683c2e581b6456586d4b55c752ee SHA512 170b0c20745b52ba48d1b9ce951ac9f42d5c50b2af9a39e10cd0a9f8769bdaaebb9024299bf1e36fbf71b7ca823dd64b07c26121ea851e55baa383d92071b8ff
MISC metadata.xml 483 BLAKE2B 5321c357a3c496a72254753a00ca9e11ad6fdc420b2ab01990348c3d232d744d433ed01e5fc3de3aa6017dd805b057d3b2004d500db6fe1e38d69053c0d73179 SHA512 0f0c374e0ced07f64bf529899a190e7c4d1dadac58ef44355021fe00eeda190e2f270951242e8b1cc0b405328f2c251272da4713557600391e0ee82a35f689cb
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
deleted file mode 100644
index a99bcc7f98f6..000000000000
--- a/app-emacs/google-c-style/google-c-style-20091009-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit elisp
-
-DESCRIPTION="Provides the google C/C++ coding style"
-HOMEPAGE="https://github.com/google/styleguide"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="|| ( GPL-1+ Artistic )"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-S="${WORKDIR}"
-SITEFILE="50${PN}-gentoo.el"
-
-pkg_postinst() {
- elisp-site-regen
-
- elog "Example usage (~/.emacs):"
- elog " (add-hook 'c-mode-common-hook 'google-set-c-style)"
- elog " (add-hook 'c-mode-common-hook 'google-make-newline-indent)"
-}
diff --git a/app-emacs/google-c-style/google-c-style-20140929.ebuild b/app-emacs/google-c-style/google-c-style-20140929.ebuild
index 74ea088e1ecf..9cbaf4129996 100644
--- a/app-emacs/google-c-style/google-c-style-20140929.ebuild
+++ b/app-emacs/google-c-style/google-c-style-20140929.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.gz"
LICENSE="|| ( GPL-1+ Artistic )"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
S="${WORKDIR}"
SITEFILE="50${PN}-gentoo.el"