diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-08-11 03:31:35 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-08-11 03:31:35 +0000 |
commit | 7dda9df43e14fd1336e14886cde74fc667134748 (patch) | |
tree | 62ff86dcd9e88472d9d8d6d3c96d4953a068d849 /app-emacs | |
parent | Update plugins search path instead of using a symlink. (diff) | |
download | historical-7dda9df43e14fd1336e14886cde74fc667134748.tar.gz historical-7dda9df43e14fd1336e14886cde74fc667134748.tar.bz2 historical-7dda9df43e14fd1336e14886cde74fc667134748.zip |
Initial import.
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/google-c-style/ChangeLog | 10 | ||||
-rw-r--r-- | app-emacs/google-c-style/Manifest | 4 | ||||
-rw-r--r-- | app-emacs/google-c-style/google-c-style-20091009.ebuild | 24 | ||||
-rw-r--r-- | app-emacs/google-c-style/metadata.xml | 6 |
4 files changed, 44 insertions, 0 deletions
diff --git a/app-emacs/google-c-style/ChangeLog b/app-emacs/google-c-style/ChangeLog new file mode 100644 index 000000000000..333f301bdd9e --- /dev/null +++ b/app-emacs/google-c-style/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-emacs/google-c-style +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/google-c-style/ChangeLog,v 1.1 2010/08/11 03:31:35 phajdan.jr Exp $ + +*google-c-style-20091009 (11 Aug 2010) + + 11 Aug 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> + +google-c-style-20091009.ebuild, +metadata.xml: + Initial import. + diff --git a/app-emacs/google-c-style/Manifest b/app-emacs/google-c-style/Manifest new file mode 100644 index 000000000000..28f9ee626c4f --- /dev/null +++ b/app-emacs/google-c-style/Manifest @@ -0,0 +1,4 @@ +DIST google-c-style-20091009.tar.bz2 2178 RMD160 07d2f593df435e5b58e2c043f87c34fb07c2f049 SHA1 14b7a71aeb335a8dd6b9334de764fcf1502bb0da SHA256 58606847b01df277055d48ae8f013e3302bd22eebf067ad47aad289ed92da47b +EBUILD google-c-style-20091009.ebuild 721 RMD160 344d71a66aff7c17c3139c22091f0a1756f8a99e SHA1 f7f95e77934835c2a07e7da3dc6b05cf6f4b2a19 SHA256 0dfdc6b236095d721e81a0d322870caf18c17847d68d2b3a819182782c1326b4 +MISC ChangeLog 389 RMD160 3ed9c33e9ca00cbad2fa89b511b5935fb3e6631c SHA1 4c52c81ceaa6b0e34764538da9899c7a6408e3ee SHA256 c724b3f0f093b77ed0956ec7bc4c2d25211dee70bbc90f77d5988ebc5a5ed3ab +MISC metadata.xml 182 RMD160 36af2e0ef7f6c67b47c47c42abd651161ebfe608 SHA1 cad4d006628b8a13821991a7156dd63fbf92392f SHA256 c1323d71731c95b358007af7f8ade2b017ada43eb7a5ce285ccc97bb5673d8c7 diff --git a/app-emacs/google-c-style/google-c-style-20091009.ebuild b/app-emacs/google-c-style/google-c-style-20091009.ebuild new file mode 100644 index 000000000000..6cecb6904336 --- /dev/null +++ b/app-emacs/google-c-style/google-c-style-20091009.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/google-c-style/google-c-style-20091009.ebuild,v 1.1 2010/08/11 03:31:35 phajdan.jr Exp $ + +inherit elisp + +IUSE="" + +DESCRIPTION="Provides the google C/C++ coding style." +HOMEPAGE="http://code.google.com/p/google-styleguide/" +SRC_URI="mirror://gentoo/${P}.tar.bz2" +LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" +SLOT="0" +KEYWORDS="~x86" + +DEPEND="" +RDEPEND="" + +pkg_postinst() { + einfo "Example usage (.emacs):" + einfo "(require 'google-c-style)" + einfo "(add-hook 'c-mode-common-hook 'google-set-c-style)" + einfo "(add-hook 'c-mode-common-hook 'google-make-newline-indent)" +} diff --git a/app-emacs/google-c-style/metadata.xml b/app-emacs/google-c-style/metadata.xml new file mode 100644 index 000000000000..1d4cd56fb85b --- /dev/null +++ b/app-emacs/google-c-style/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>chromium</herd> + <herd>emacs</herd> +</pkgmetadata> |