diff options
author | Mamoru Komachi <usata@gentoo.org> | 2005-02-10 09:04:01 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2005-02-10 09:04:01 +0000 |
commit | e4ee69d62e1911d3e60a664b727573c054460705 (patch) | |
tree | b616284c7ac9d1b89a294350d282e1e5eef3e764 /app-emacs | |
parent | Version bump. (diff) | |
download | gentoo-2-e4ee69d62e1911d3e60a664b727573c054460705.tar.gz gentoo-2-e4ee69d62e1911d3e60a664b727573c054460705.tar.bz2 gentoo-2-e4ee69d62e1911d3e60a664b727573c054460705.zip |
Stable on x86, ppc and ppc-macos.
(Portage version: 2.0.51.16)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/wanderlust/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/wanderlust/files/digest-wanderlust-2.12.0_pre | 1 | ||||
-rw-r--r-- | app-emacs/wanderlust/wanderlust-2.12.0.ebuild | 5 | ||||
-rw-r--r-- | app-emacs/wanderlust/wanderlust-2.12.0_pre.ebuild | 50 |
4 files changed, 7 insertions, 55 deletions
diff --git a/app-emacs/wanderlust/ChangeLog b/app-emacs/wanderlust/ChangeLog index 0c18bcc73e12..bbd55df3857d 100644 --- a/app-emacs/wanderlust/ChangeLog +++ b/app-emacs/wanderlust/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/wanderlust # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/ChangeLog,v 1.31 2005/01/01 14:06:02 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/ChangeLog,v 1.32 2005/02/10 09:04:01 usata Exp $ + + 10 Feb 2005; Mamoru KOMACHI <usata@gentoo.org> wanderlust-2.12.0.ebuild, + -wanderlust-2.12.0_pre.ebuild: + Stable on x86, ppc and ppc-macos. *wanderlust-2.12.0 (26 Dec 2004) diff --git a/app-emacs/wanderlust/files/digest-wanderlust-2.12.0_pre b/app-emacs/wanderlust/files/digest-wanderlust-2.12.0_pre deleted file mode 100644 index 0376446ce6c5..000000000000 --- a/app-emacs/wanderlust/files/digest-wanderlust-2.12.0_pre +++ /dev/null @@ -1 +0,0 @@ -MD5 3f0278a8adbfba819859f1f7ff6f3889 wl-2.12.0pre.tar.gz 1082118 diff --git a/app-emacs/wanderlust/wanderlust-2.12.0.ebuild b/app-emacs/wanderlust/wanderlust-2.12.0.ebuild index 560a78f32fbe..876114b12cc5 100644 --- a/app-emacs/wanderlust/wanderlust-2.12.0.ebuild +++ b/app-emacs/wanderlust/wanderlust-2.12.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.12.0.ebuild,v 1.2 2005/01/01 14:06:02 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.12.0.ebuild,v 1.3 2005/02/10 09:04:01 usata Exp $ inherit elisp @@ -14,8 +14,7 @@ SRC_URI="ftp://ftp.gohome.org/wl/stable/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -# Please do not mark it stable since this is a CVS snapshot -KEYWORDS="~x86 ~alpha ~sparc ~ppc ~ppc-macos" +KEYWORDS="x86 ~alpha ~sparc ppc ppc-macos" DEPEND=">=app-emacs/apel-10.6 virtual/flim diff --git a/app-emacs/wanderlust/wanderlust-2.12.0_pre.ebuild b/app-emacs/wanderlust/wanderlust-2.12.0_pre.ebuild deleted file mode 100644 index 1adeb9e5ed5a..000000000000 --- a/app-emacs/wanderlust/wanderlust-2.12.0_pre.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.12.0_pre.ebuild,v 1.2 2005/01/01 14:06:02 eradicator 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/beta/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -# Please do not mark it stable since this is a CVS snapshot -KEYWORDS="~x86 ~alpha ~sparc ~ppc ~ppc-macos" - -DEPEND=">=app-emacs/apel-10.6 - virtual/flim - virtual/semi - !app-emacs/wanderlust-cvs" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - use ssl && echo "(setq wl-install-utils t)" >> WL-CFG - 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* -} |