summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-10-06 19:43:20 +0000
committerUlrich Müller <ulm@gentoo.org>2007-10-06 19:43:20 +0000
commit9db606df1f6729006e880761b09a0ef462ab9a4d (patch)
tree5935a3b7c844dcfaaa3db4334a4bbdd08a37df4a /app-emacs/wanderlust
parentsparc/x86 stable (diff)
downloadgentoo-2-9db606df1f6729006e880761b09a0ef462ab9a4d.tar.gz
gentoo-2-9db606df1f6729006e880761b09a0ef462ab9a4d.tar.bz2
gentoo-2-9db606df1f6729006e880761b09a0ef462ab9a4d.zip
Minor QA: quote some variables. Remove old.
(Portage version: 2.1.3.12)
Diffstat (limited to 'app-emacs/wanderlust')
-rw-r--r--app-emacs/wanderlust/ChangeLog6
-rw-r--r--app-emacs/wanderlust/files/digest-wanderlust-2.10.1-r26
-rw-r--r--app-emacs/wanderlust/wanderlust-2.10.1-r2.ebuild68
-rw-r--r--app-emacs/wanderlust/wanderlust-2.12.2.ebuild11
-rw-r--r--app-emacs/wanderlust/wanderlust-2.14.0-r1.ebuild12
-rw-r--r--app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild5
6 files changed, 19 insertions, 89 deletions
diff --git a/app-emacs/wanderlust/ChangeLog b/app-emacs/wanderlust/ChangeLog
index b97f3e422c38..d74a6095a3f6 100644
--- a/app-emacs/wanderlust/ChangeLog
+++ b/app-emacs/wanderlust/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/wanderlust
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/ChangeLog,v 1.56 2007/07/03 06:53:41 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/ChangeLog,v 1.57 2007/10/06 19:43:19 ulm Exp $
+
+ 06 Oct 2007; Ulrich Mueller <ulm@gentoo.org> -wanderlust-2.10.1-r2.ebuild,
+ wanderlust-2.12.2.ebuild, wanderlust-2.14.0-r1.ebuild:
+ Minor QA: quote some variables. Remove old.
03 Jul 2007; Christian Faulhammer <opfer@gentoo.org>
wanderlust-2.14.0-r3.ebuild:
diff --git a/app-emacs/wanderlust/files/digest-wanderlust-2.10.1-r2 b/app-emacs/wanderlust/files/digest-wanderlust-2.10.1-r2
deleted file mode 100644
index d7ee69742243..000000000000
--- a/app-emacs/wanderlust/files/digest-wanderlust-2.10.1-r2
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 4e7772205adc1d395b20be39cae00b91 wl-2.10.1-20040602.diff.gz 14744
-RMD160 42c19276d7cb161309621355a68a3a5ca6f9f1ad wl-2.10.1-20040602.diff.gz 14744
-SHA256 c4451f3b4add662f88b160f226b97e6c0d6b2d21ec9866a0c9b857dcf1abf414 wl-2.10.1-20040602.diff.gz 14744
-MD5 80cb1a4e3c76025284bf7eaa23faf1d6 wl-2.10.1.tar.gz 967205
-RMD160 deb002a3b22ce20c3a53daaeec62a3384a053942 wl-2.10.1.tar.gz 967205
-SHA256 d041718e59cb068634d9bebc45a621f504a331a624492caaf37c4df7cf993863 wl-2.10.1.tar.gz 967205
diff --git a/app-emacs/wanderlust/wanderlust-2.10.1-r2.ebuild b/app-emacs/wanderlust/wanderlust-2.10.1-r2.ebuild
deleted file mode 100644
index f5ccf22e790a..000000000000
--- a/app-emacs/wanderlust/wanderlust-2.10.1-r2.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.10.1-r2.ebuild,v 1.10 2007/05/03 20:19:04 ulm Exp $
-
-inherit elisp eutils
-
-MY_P="${P/wanderlust/wl}"
-
-IUSE="ssl"
-
-DESCRIPTION="Wanderlust is a mail/news reader supporting IMAP4rev1 for emacsen"
-HOMEPAGE="http://www.gohome.org/wl/"
-SRC_URI="ftp://ftp.gohome.org/wl/stable/${MY_P}.tar.gz
- mirror://gentoo/${MY_P}-20040602.diff.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 alpha sparc ppc"
-
-DEPEND="virtual/emacs
- >=app-emacs/apel-10.6
- virtual/flim
- app-emacs/semi
- !app-emacs/wanderlust-cvs"
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
- unpack ${MY_P}.tar.gz
- cd ${S}
- epatch ${DISTDIR}/${MY_P}-20040602.diff.gz
-
- use ssl && echo "(setq wl-install-utils t)" >> WL-CFG
-}
-
-src_compile() {
- make || die
- make info || die
-}
-
-src_install() {
- make \
- LISPDIR=${D}/usr/share/emacs/site-lisp \
- PIXMAPDIR=${D}/usr/share/wl/icons \
- install || die
-
- elisp-site-file-install ${FILESDIR}/70wl-gentoo.el || die
-
- dodir /usr/share/wl/samples
-
- insinto /usr/share/wl/samples/ja
- doins samples/ja/*
- insinto /usr/share/wl/samples/en
- doins samples/en/*
-
- doinfo doc/wl-ja.info doc/wl.info
- dodoc BUGS* ChangeLog INSTALL* README*
-}
-
-pkg_postinst() {
- elisp-site-regen
- elog "Please see /usr/share/doc/${P}/INSTALL.gz."
- elog "And Sample configuration files exist on /usr/share/wl/samples."
-}
-
-pkg_postrm() {
- elisp-site-regen
-}
diff --git a/app-emacs/wanderlust/wanderlust-2.12.2.ebuild b/app-emacs/wanderlust/wanderlust-2.12.2.ebuild
index 4c3598edd685..77a8f8966c1e 100644
--- a/app-emacs/wanderlust/wanderlust-2.12.2.ebuild
+++ b/app-emacs/wanderlust/wanderlust-2.12.2.ebuild
@@ -1,13 +1,11 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.12.2.ebuild,v 1.6 2007/05/03 20:19:04 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.12.2.ebuild,v 1.7 2007/10/06 19:43:19 ulm Exp $
inherit elisp
MY_P="wl-${PV/_/}"
-IUSE="ssl"
-
DESCRIPTION="Wanderlust -- Yet Another Message Interface on Emacsen"
HOMEPAGE="http://www.gohome.org/wl/"
SRC_URI="ftp://ftp.gohome.org/wl/stable/${MY_P}.tar.gz
@@ -16,6 +14,7 @@ SRC_URI="ftp://ftp.gohome.org/wl/stable/${MY_P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 alpha sparc ppc"
+IUSE="ssl"
DEPEND=">=app-emacs/apel-10.6
virtual/flim
@@ -32,11 +31,11 @@ src_compile() {
src_install() {
make \
- LISPDIR=${D}/usr/share/emacs/site-lisp \
- PIXMAPDIR=${D}/usr/share/wl/icons \
+ LISPDIR="${D}"/usr/share/emacs/site-lisp \
+ PIXMAPDIR="${D}"/usr/share/wl/icons \
install || die
- elisp-site-file-install ${FILESDIR}/70wl-gentoo.el || die
+ elisp-site-file-install "${FILESDIR}/70wl-gentoo.el" || die
dodir /usr/share/wl/samples
diff --git a/app-emacs/wanderlust/wanderlust-2.14.0-r1.ebuild b/app-emacs/wanderlust/wanderlust-2.14.0-r1.ebuild
index 25d3c224678b..a7e4617d23ac 100644
--- a/app-emacs/wanderlust/wanderlust-2.14.0-r1.ebuild
+++ b/app-emacs/wanderlust/wanderlust-2.14.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.14.0-r1.ebuild,v 1.8 2007/05/03 20:19:04 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.14.0-r1.ebuild,v 1.9 2007/10/06 19:43:19 ulm Exp $
inherit elisp eutils
@@ -26,8 +26,8 @@ S="${WORKDIR}/${MY_P}"
src_unpack() {
unpack ${MY_P}.tar.gz
- cd ${S}
- epatch ${DISTDIR}/${MY_P}-20050405.diff
+ cd "${S}"
+ epatch "${DISTDIR}/${MY_P}-20050405.diff"
}
src_compile() {
@@ -38,11 +38,11 @@ src_compile() {
src_install() {
make \
- LISPDIR=${D}/usr/share/emacs/site-lisp \
- PIXMAPDIR=${D}/usr/share/wl/icons \
+ LISPDIR="${D}"/usr/share/emacs/site-lisp \
+ PIXMAPDIR="${D}"/usr/share/wl/icons \
install || die
- elisp-site-file-install ${FILESDIR}/70wl-gentoo.el || die
+ elisp-site-file-install "${FILESDIR}/70wl-gentoo.el" || die
dodir /usr/share/wl/samples
diff --git a/app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild b/app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild
index 2a58864fda85..137679cc9e9e 100644
--- a/app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild
+++ b/app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild,v 1.4 2007/07/03 06:53:41 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild,v 1.5 2007/10/06 19:43:19 ulm Exp $
inherit elisp eutils
@@ -49,7 +49,8 @@ src_install() {
install || die "emake install failed"
elisp-install wl utils/bbdb-wl.{el,elc}
- elisp-site-file-install "${FILESDIR}/70wl-gentoo.el" || die "elisp-site-file-install failed"
+ elisp-site-file-install "${FILESDIR}/70wl-gentoo.el" \
+ || die "elisp-site-file-install failed"
dodir /usr/share/wl/samples