diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-09-27 19:47:32 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-09-27 19:47:32 +0000 |
commit | de298cca680ed1c7d49a76b9d72d3a8e4c077dbf (patch) | |
tree | 35ad8e38ea5ec34ae63a92ed3b18e64b5a937c95 /app-emacs | |
parent | ppc stable #286137 (diff) | |
download | gentoo-2-de298cca680ed1c7d49a76b9d72d3a8e4c077dbf.tar.gz gentoo-2-de298cca680ed1c7d49a76b9d72d3a8e4c077dbf.tar.bz2 gentoo-2-de298cca680ed1c7d49a76b9d72d3a8e4c077dbf.zip |
Remove old.
(Portage version: 2.2_rc40/cvs/Linux i686)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/wanderlust/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild | 59 |
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* -} |