diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /app-emacs/wanderlust | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
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 <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'app-emacs/wanderlust')
-rw-r--r-- | app-emacs/wanderlust/Manifest | 3 | ||||
-rw-r--r-- | app-emacs/wanderlust/files/50wanderlust-gentoo.el | 7 | ||||
-rw-r--r-- | app-emacs/wanderlust/files/wanderlust-2.14.0-smtp-end-of-line.patch | 16 | ||||
-rw-r--r-- | app-emacs/wanderlust/files/wanderlust-2.14.0-texinfo-garbage.patch | 11 | ||||
-rw-r--r-- | app-emacs/wanderlust/metadata.xml | 12 | ||||
-rw-r--r-- | app-emacs/wanderlust/wanderlust-2.14.0-r6.ebuild | 63 | ||||
-rw-r--r-- | app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild | 58 |
7 files changed, 170 insertions, 0 deletions
diff --git a/app-emacs/wanderlust/Manifest b/app-emacs/wanderlust/Manifest new file mode 100644 index 000000000000..90e01d0372da --- /dev/null +++ b/app-emacs/wanderlust/Manifest @@ -0,0 +1,3 @@ +DIST wanderlust-2.14.0-20050405.patch.gz 3926 SHA256 240f32ece554b2afe7142ea557b41d0eb9667b8003ca00d390abe62e4b68ce16 SHA512 103e8eda374eab453363f3a735d877e313ff341e09abd66093bd090b404738d42d98edf5d1c9c8e8966963bf972d462aebc28ea6e470126af9266188247c4044 WHIRLPOOL 22518205351c26fe38e4c734778a3754fced5309a21395bd471b82f76e19baddeb333561572b8b4be9d02d744c8d9f7212c97270167af463e983d336393b280b +DIST wanderlust-2.15.9_p20130619.tar.xz 818124 SHA256 cabc2f1a025d6c93484bc60dcda0672a9a8eef6c2c1932a21cfa6f2e2f377bcb SHA512 91bdcc1b29370b7be7a2072f4d8c638b3c0604ba31b5419952b848af268e73a3f199f07a88caabec56f66b38013e0f9cd7c1de26b46d1062ddff782e8080d4e0 WHIRLPOOL 99eac7cb2a623389161dc1e9cc0883b89e92d411c93757180140d94c7ce352d0b76a392bdd4439f551ecc5bd934b70a15391df6a60103ad97f1b3fd63de6b95a +DIST wl-2.14.0.tar.gz 1101505 SHA256 883b61e7e9560aff35efcf7d0d48b0ddd7cde598895ffd111ff214072253eb1f SHA512 edb49c0c9ddbd50cba4ce4cdd1b2d609cee9553d063aeb4775d0b43e0ed83cc6374aa47b11b3ff94a55827f7a9a29f7c1054e0fd9b3a5a25a2c410b241d268d2 WHIRLPOOL 14e3c879e98ffbe2ae7e4ed1b63328f1937b7ca31aebae500b1bf100a6ca5db78f72c87ecd2f0aa65d1e3468741d2753e0ac2ddc98d9108482935bef0590a03b diff --git a/app-emacs/wanderlust/files/50wanderlust-gentoo.el b/app-emacs/wanderlust/files/50wanderlust-gentoo.el new file mode 100644 index 000000000000..ec27dd4eb5ee --- /dev/null +++ b/app-emacs/wanderlust/files/50wanderlust-gentoo.el @@ -0,0 +1,7 @@ +(add-to-list 'load-path "@SITELISP@") + +(autoload 'wl "wl" "Wanderlust" t) +(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t) +(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t) + +(setq wl-icon-directory "@SITEETC@/icons") diff --git a/app-emacs/wanderlust/files/wanderlust-2.14.0-smtp-end-of-line.patch b/app-emacs/wanderlust/files/wanderlust-2.14.0-smtp-end-of-line.patch new file mode 100644 index 000000000000..f03542522ed2 --- /dev/null +++ b/app-emacs/wanderlust/files/wanderlust-2.14.0-smtp-end-of-line.patch @@ -0,0 +1,16 @@ +http://bugs.gentoo.org/280248 +Don't bind smtp-end-of-line. Patch from upstream CVS, by Yoichi NAKAYAMA. + +--- wl/wl-draft.el 28 Jan 2006 09:03:41 -0000 1.258 ++++ wl/wl-draft.el 9 Feb 2006 03:57:39 -0000 1.259 +@@ -147,10 +147,6 @@ + (if (eq wl-smtp-connection-type 'ssl) + #'open-ssl-stream + smtp-open-connection-function)) +- (smtp-end-of-line +- (if (eq wl-smtp-connection-type 'ssl) +- "\n" +- smtp-end-of-line)) + smtp-sasl-user-name smtp-sasl-properties sasl-read-passphrase) + (setq smtp-sasl-user-name wl-smtp-posting-user + smtp-sasl-properties (when wl-smtp-authenticate-realm diff --git a/app-emacs/wanderlust/files/wanderlust-2.14.0-texinfo-garbage.patch b/app-emacs/wanderlust/files/wanderlust-2.14.0-texinfo-garbage.patch new file mode 100644 index 000000000000..6be41a99b70c --- /dev/null +++ b/app-emacs/wanderlust/files/wanderlust-2.14.0-texinfo-garbage.patch @@ -0,0 +1,11 @@ +--- wl-2.14.0-orig/doc/wl.texi 2005-02-25 16:05:48.000000000 +0100 ++++ wl-2.14.0/doc/wl.texi 2009-08-10 16:15:29.000000000 +0200 +@@ -4329,7 +4329,7 @@ + + @item wl-summary-resend-use-cache + @vindex wl-summary-resend-use-cache +-The initial setting is @code{nil}¡£If non-nil, messages are resend ++The initial setting is @code{nil}. If non-nil, messages are resend + using cache even in the offline status. Note that if you use cache, + the message identity is not guaranteed. + diff --git a/app-emacs/wanderlust/metadata.xml b/app-emacs/wanderlust/metadata.xml new file mode 100644 index 000000000000..3fab274a410c --- /dev/null +++ b/app-emacs/wanderlust/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>emacs</herd> +<herd>net-mail</herd> +<use> + <flag name="bbdb">Include support for <pkg>app-emacs/bbdb</pkg></flag> +</use> +<upstream> + <remote-id type="github">wanderlust/wanderlust</remote-id> +</upstream> +</pkgmetadata> diff --git a/app-emacs/wanderlust/wanderlust-2.14.0-r6.ebuild b/app-emacs/wanderlust/wanderlust-2.14.0-r6.ebuild new file mode 100644 index 000000000000..f9e239b86970 --- /dev/null +++ b/app-emacs/wanderlust/wanderlust-2.14.0-r6.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit elisp + +MY_P="wl-${PV/_/}" +DESCRIPTION="Yet Another Message Interface on Emacsen" +HOMEPAGE="http://www.gohome.org/wl/" +SRC_URI="ftp://ftp.gohome.org/wl/stable/${MY_P}.tar.gz + ftp://ftp.gohome.org/wl/beta/${MY_P}.tar.gz + mirror://gentoo/${P}-20050405.patch.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="bbdb ssl linguas_ja" + +DEPEND=">=app-emacs/apel-10.6 + virtual/emacs-flim + app-emacs/semi + bbdb? ( app-emacs/bbdb )" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${MY_P}" +ELISP_PATCHES="${P}-20050405.patch + ${P}-smtp-end-of-line.patch + ${P}-texinfo-garbage.patch" +SITEFILE="50${PN}-gentoo.el" + +src_configure() { + local lang="\"en\"" + use linguas_ja && lang="${lang} \"ja\"" + echo "(setq wl-info-lang '(${lang}) wl-news-lang '(${lang}))" >>WL-CFG + use ssl && echo "(setq wl-install-utils t)" >>WL-CFG +} + +src_compile() { + emake + emake info +} + +src_install() { + emake \ + LISPDIR="${ED}${SITELISP}" \ + PIXMAPDIR="${ED}${SITEETC}/wl/icons" \ + install + + elisp-site-file-install "${FILESDIR}/${SITEFILE}" wl + + insinto "${SITEETC}/wl/samples/en" + doins samples/en/* + doinfo doc/wl*.info + dodoc BUGS ChangeLog INSTALL NEWS README + + if use linguas_ja; then + insinto "${SITEETC}/wl/samples/ja" + doins samples/ja/* + dodoc BUGS.ja INSTALL.ja NEWS.ja README.ja + fi +} diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild b/app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild new file mode 100644 index 000000000000..156d48628b89 --- /dev/null +++ b/app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit elisp + +DESCRIPTION="Yet Another Message Interface on Emacsen" +HOMEPAGE="https://github.com/wanderlust/wanderlust + http://emacswiki.org/emacs/WanderLust" +SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="bbdb ssl linguas_ja" + +DEPEND=">=app-emacs/apel-10.6 + virtual/emacs-flim + app-emacs/semi + bbdb? ( app-emacs/bbdb )" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${PN}" +SITEFILE="50${PN}-gentoo.el" + +src_configure() { + local lang="\"en\"" + use linguas_ja && lang="${lang} \"ja\"" + echo "(setq wl-info-lang '(${lang}) wl-news-lang '(${lang}))" >>WL-CFG + use ssl && echo "(setq wl-install-utils t)" >>WL-CFG +} + +src_compile() { + emake + emake info +} + +src_install() { + emake \ + LISPDIR="${ED}${SITELISP}" \ + PIXMAPDIR="${ED}${SITEETC}/wl/icons" \ + install + + elisp-site-file-install "${FILESDIR}/${SITEFILE}" wl + + insinto "${SITEETC}/wl/samples/en" + doins samples/en/* + doinfo doc/wl*.info + dodoc BUGS ChangeLog INSTALL NEWS README.md + + if use linguas_ja; then + insinto "${SITEETC}/wl/samples/ja" + doins samples/ja/* + dodoc BUGS.ja INSTALL.ja NEWS.ja README.ja + fi +} |