From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- app-emacs/jam-mode/Manifest | 1 + app-emacs/jam-mode/files/50jam-mode-gentoo.el | 5 +++++ app-emacs/jam-mode/jam-mode-0.3.ebuild | 18 ++++++++++++++++++ app-emacs/jam-mode/metadata.xml | 5 +++++ 4 files changed, 29 insertions(+) create mode 100644 app-emacs/jam-mode/Manifest create mode 100644 app-emacs/jam-mode/files/50jam-mode-gentoo.el create mode 100644 app-emacs/jam-mode/jam-mode-0.3.ebuild create mode 100644 app-emacs/jam-mode/metadata.xml (limited to 'app-emacs/jam-mode') diff --git a/app-emacs/jam-mode/Manifest b/app-emacs/jam-mode/Manifest new file mode 100644 index 000000000000..fcfcb7322615 --- /dev/null +++ b/app-emacs/jam-mode/Manifest @@ -0,0 +1 @@ +DIST jam-mode-0.3.el.xz 3368 SHA256 d08958a9b3dae000303a98dd776d24f21aadbc385999ccf55876bf2c7c7c90c9 SHA512 17cfbbc2a1e65f65d3a2366a861ada2133e4a16f2c9a99b40915a3c50744dcb4360226a7ec9efc53092731389a3b397df92764b79240f203a5ef6c132c5c9350 WHIRLPOOL 684c4b23d974245614f3525435edd0447503870197b9b3de7dbe3f3a903324ce382a462423cca852b6e518b7ba21c26277f9a077368da5803336e3cc9810805b diff --git a/app-emacs/jam-mode/files/50jam-mode-gentoo.el b/app-emacs/jam-mode/files/50jam-mode-gentoo.el new file mode 100644 index 000000000000..33b7d29cb59b --- /dev/null +++ b/app-emacs/jam-mode/files/50jam-mode-gentoo.el @@ -0,0 +1,5 @@ +(add-to-list 'load-path "@SITELISP@") +(autoload 'jam-mode "jam-mode" "Generic mode for Jam rules files" t) +(add-to-list + 'auto-mode-alist + '("\\(\\.jam\\|[Jj]ambase\\|[Jj]amfile\\|[Jj]amrules\\)\\'" . jam-mode)) diff --git a/app-emacs/jam-mode/jam-mode-0.3.ebuild b/app-emacs/jam-mode/jam-mode-0.3.ebuild new file mode 100644 index 000000000000..713d136b53e0 --- /dev/null +++ b/app-emacs/jam-mode/jam-mode-0.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit elisp + +DESCRIPTION="An Emacs major mode for editing Jam files" +HOMEPAGE="https://web.archive.org/web/20100211015821/http://www.tenfoot.org.uk/index.html" +# taken from http://www.tenfoot.org.uk/emacs/${PN}.el +SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.xz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="alpha amd64 x86" + +SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/jam-mode/metadata.xml b/app-emacs/jam-mode/metadata.xml new file mode 100644 index 000000000000..bc306fe58224 --- /dev/null +++ b/app-emacs/jam-mode/metadata.xml @@ -0,0 +1,5 @@ + + + +emacs + -- cgit v1.2.3-65-gdbad