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/mailcrypt/Manifest | 1 + app-emacs/mailcrypt/files/50mailcrypt-gentoo.el | 1 + app-emacs/mailcrypt/mailcrypt-3.5.9.ebuild | 42 +++++++++++++++++++++++++ app-emacs/mailcrypt/metadata.xml | 8 +++++ 4 files changed, 52 insertions(+) create mode 100644 app-emacs/mailcrypt/Manifest create mode 100644 app-emacs/mailcrypt/files/50mailcrypt-gentoo.el create mode 100644 app-emacs/mailcrypt/mailcrypt-3.5.9.ebuild create mode 100644 app-emacs/mailcrypt/metadata.xml (limited to 'app-emacs/mailcrypt') diff --git a/app-emacs/mailcrypt/Manifest b/app-emacs/mailcrypt/Manifest new file mode 100644 index 00000000000..233b6fd9c83 --- /dev/null +++ b/app-emacs/mailcrypt/Manifest @@ -0,0 +1 @@ +DIST mailcrypt-3.5.9.tar.gz 172073 SHA256 a195e1e56db44519945861900c6a11c787fc28482d939d5a7564a0f0b900e054 SHA512 df6524ecc42d4c7bdddb34439186690192bc4091a1965e405223106fc71047c33e4bbbd571b030c326efec46961ba0aefd018ff1205d230dc74c34daf93ba079 WHIRLPOOL 19e7cceb7e1cc400e53165f21355ab501e0712f9d3da23cc81569a440bf20ef0d423ffbc7a5f4a9a00271fc3bccae2a322bbdf89a717aae55dea38a071865d5b diff --git a/app-emacs/mailcrypt/files/50mailcrypt-gentoo.el b/app-emacs/mailcrypt/files/50mailcrypt-gentoo.el new file mode 100644 index 00000000000..431f7e90ae7 --- /dev/null +++ b/app-emacs/mailcrypt/files/50mailcrypt-gentoo.el @@ -0,0 +1 @@ +(add-to-list 'load-path "@SITELISP@") diff --git a/app-emacs/mailcrypt/mailcrypt-3.5.9.ebuild b/app-emacs/mailcrypt/mailcrypt-3.5.9.ebuild new file mode 100644 index 00000000000..6892efcf44c --- /dev/null +++ b/app-emacs/mailcrypt/mailcrypt-3.5.9.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit readme.gentoo elisp autotools + +DESCRIPTION="Provides a simple interface to public key cryptography with OpenPGP" +HOMEPAGE="http://mailcrypt.sourceforge.net/" +SRC_URI="mirror://sourceforge/mailcrypt/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="amd64 ppc sparc x86" +RESTRICT="test" + +RDEPEND="app-crypt/gnupg" + +SITEFILE="50${PN}-gentoo.el" + +src_prepare() { + eautoreconf +} + +src_configure() { + export EMACS=/usr/bin/emacs + econf +} + +src_install() { + emake \ + lispdir="${D}${SITELISP}/${PN}" \ + infodir="${D}/usr/share/info" \ + install + elisp-site-file-install "${FILESDIR}/${SITEFILE}" + dodoc ANNOUNCE ChangeLog* INSTALL LCD-entry NEWS ONEWS README* + + DOC_CONTENTS="See the INSTALL file in /usr/share/doc/${PF} for how + to customize mailcrypt." + readme.gentoo_create_doc +} diff --git a/app-emacs/mailcrypt/metadata.xml b/app-emacs/mailcrypt/metadata.xml new file mode 100644 index 00000000000..d6d654a5d70 --- /dev/null +++ b/app-emacs/mailcrypt/metadata.xml @@ -0,0 +1,8 @@ + + + +emacs + + mailcrypt + + -- cgit v1.2.1