summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-10-03 00:30:47 +0200
committerUlrich Müller <ulm@gentoo.org>2019-10-03 00:41:02 +0200
commit18cf85fdee2e40efd2a5645eb048bf1091141228 (patch)
tree731cf13fc82308544e76d03928756c050e791bc4
parentapp-emacs/htmlize: Remove old. (diff)
downloadgentoo-18cf85fd.tar.gz
gentoo-18cf85fd.tar.bz2
gentoo-18cf85fd.zip
app-emacs/google-c-style: Remove old.
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--app-emacs/google-c-style/Manifest1
-rw-r--r--app-emacs/google-c-style/google-c-style-20091009-r1.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/app-emacs/google-c-style/Manifest b/app-emacs/google-c-style/Manifest
index 6624d86c74a4..7c57d92c3db9 100644
--- a/app-emacs/google-c-style/Manifest
+++ b/app-emacs/google-c-style/Manifest
@@ -1,2 +1 @@
-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-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)"
-}