summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-09-27 19:47:32 +0000
committerUlrich Müller <ulm@gentoo.org>2009-09-27 19:47:32 +0000
commit811a1d014ae7a57a90ee55c3d31b2f2e0542fb68 (patch)
tree2d8b6fd9a236f214c6e81dfbe3178aeb8f7d1645 /app-emacs/wanderlust
parentppc stable #286137 (diff)
downloadhistorical-811a1d014ae7a57a90ee55c3d31b2f2e0542fb68.tar.gz
historical-811a1d014ae7a57a90ee55c3d31b2f2e0542fb68.tar.bz2
historical-811a1d014ae7a57a90ee55c3d31b2f2e0542fb68.zip
Remove old.
Package-Manager: portage-2.2_rc40/cvs/Linux i686
Diffstat (limited to 'app-emacs/wanderlust')
-rw-r--r--app-emacs/wanderlust/ChangeLog5
-rw-r--r--app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild59
2 files changed, 4 insertions, 60 deletions
diff --git a/app-emacs/wanderlust/ChangeLog b/app-emacs/wanderlust/ChangeLog
index 9ff7d3fbf9b9..4b35243c1c67 100644
--- a/app-emacs/wanderlust/ChangeLog
+++ b/app-emacs/wanderlust/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/wanderlust
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/ChangeLog,v 1.78 2009/09/27 19:19:16 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/ChangeLog,v 1.79 2009/09/27 19:47:32 ulm Exp $
+
+ 27 Sep 2009; Ulrich Mueller <ulm@gentoo.org> -wanderlust-2.14.0-r3.ebuild:
+ Remove old.
27 Sep 2009; nixnut <nixnut@gentoo.org> wanderlust-2.14.0-r5.ebuild:
ppc stable #285071
diff --git a/app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild b/app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild
deleted file mode 100644
index d776112f2135..000000000000
--- a/app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2009 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.15 2009/05/05 17:21:00 ulm Exp $
-
-inherit elisp eutils
-
-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
- http://dev.gentoo.org/~usata/distfiles/${MY_P}-20050405.diff"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc sparc x86"
-IUSE="bbdb ssl"
-
-DEPEND=">=app-emacs/apel-10.6
- virtual/flim
- app-emacs/semi
- bbdb? ( app-emacs/bbdb )"
-RDEPEND="!app-emacs/wanderlust-cvs
- ${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-SITEFILE="70wl-gentoo.el"
-
-src_unpack() {
- unpack ${MY_P}.tar.gz
-
- cd "${S}"
- epatch "${DISTDIR}/${MY_P}-20050405.diff"
-}
-
-src_compile() {
- use ssl && echo "(setq wl-install-utils t)" >> WL-CFG
- emake || die "emake failed"
- emake info || die "emake info failed"
-}
-
-src_install() {
- emake \
- LISPDIR="${D}${SITELISP}" \
- PIXMAPDIR="${D}/usr/share/wl/icons" \
- install || die "emake install failed"
-
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" wl \
- || die "elisp-site-file-install failed"
-
- 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*
-}