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/session/Manifest | 1 + app-emacs/session/files/50session-gentoo.el | 1 + app-emacs/session/metadata.xml | 8 ++++++++ app-emacs/session/session-2.3a.ebuild | 22 ++++++++++++++++++++++ 4 files changed, 32 insertions(+) create mode 100644 app-emacs/session/Manifest create mode 100644 app-emacs/session/files/50session-gentoo.el create mode 100644 app-emacs/session/metadata.xml create mode 100644 app-emacs/session/session-2.3a.ebuild (limited to 'app-emacs/session') diff --git a/app-emacs/session/Manifest b/app-emacs/session/Manifest new file mode 100644 index 000000000000..c868af674e47 --- /dev/null +++ b/app-emacs/session/Manifest @@ -0,0 +1 @@ +DIST session-2.3a.tar.gz 26648 SHA256 592237b1380f3cbbdfa83629f386d5f82b15171930832bd8baf1db26342ad9e2 SHA512 eb0721c780256ca5dfcdf5071d73a89e3e7e477bbe2ddc380adaf7a7cbf870bbc0e334192f59362df93571ff91063d53df918761322e31d7c6ffa8059d4bc15a WHIRLPOOL 63e2084204dbf3680c407aa48fbad18633f190ffde64b7699cbeb6c282604dc3c26910d2f557d3f031ee287b9873d93412d3ae2bf896f65840de174b2ea23d76 diff --git a/app-emacs/session/files/50session-gentoo.el b/app-emacs/session/files/50session-gentoo.el new file mode 100644 index 000000000000..431f7e90ae73 --- /dev/null +++ b/app-emacs/session/files/50session-gentoo.el @@ -0,0 +1 @@ +(add-to-list 'load-path "@SITELISP@") diff --git a/app-emacs/session/metadata.xml b/app-emacs/session/metadata.xml new file mode 100644 index 000000000000..1839c43c667a --- /dev/null +++ b/app-emacs/session/metadata.xml @@ -0,0 +1,8 @@ + + + +emacs + + emacs-session + + diff --git a/app-emacs/session/session-2.3a.ebuild b/app-emacs/session/session-2.3a.ebuild new file mode 100644 index 000000000000..f1e5816ee492 --- /dev/null +++ b/app-emacs/session/session-2.3a.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit readme.gentoo elisp + +DESCRIPTION="When you start Emacs, Session restores various variables from your last session" +HOMEPAGE="http://emacs-session.sourceforge.net/" +SRC_URI="mirror://sourceforge/emacs-session/${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="amd64 ppc x86" + +S="${WORKDIR}/${PN}/lisp" +SITEFILE="50${PN}-gentoo.el" +DOCS="../INSTALL ../README ChangeLog" +DOC_CONTENTS="Add the following to your ~/.emacs to use session: + \n\t(require 'session) + \n\t(add-hook 'after-init-hook 'session-initialize)" -- cgit v1.2.3-18-g5258