diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-09-19 21:34:39 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-09-19 21:34:39 +0000 |
commit | 734629e4de8175fb176f20c6340ad838130745f9 (patch) | |
tree | efc143b2d0e95c4f4bdd33342f53e0cbd9a9d67b /app-emacs | |
parent | x11-misc/rendercheck: complete ebuild overhaul, drop dep on xorg-x11 (fixes b... (diff) | |
download | gentoo-2-734629e4de8175fb176f20c6340ad838130745f9.tar.gz gentoo-2-734629e4de8175fb176f20c6340ad838130745f9.tar.bz2 gentoo-2-734629e4de8175fb176f20c6340ad838130745f9.zip |
Fix installation paths, bug 285588.
(Portage version: 2.2_rc40/cvs/Linux i686)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/wanderlust/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/wanderlust/wanderlust-2.14.0-r5.ebuild (renamed from app-emacs/wanderlust/wanderlust-2.14.0-r4.ebuild) | 14 |
2 files changed, 14 insertions, 8 deletions
diff --git a/app-emacs/wanderlust/ChangeLog b/app-emacs/wanderlust/ChangeLog index 1691a1ddabee..8c98ddc831ea 100644 --- a/app-emacs/wanderlust/ChangeLog +++ b/app-emacs/wanderlust/ChangeLog @@ -1,6 +1,12 @@ # 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.73 2009/09/16 17:06:55 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/ChangeLog,v 1.74 2009/09/19 21:34:39 ulm Exp $ + +*wanderlust-2.14.0-r5 (19 Sep 2009) + + 19 Sep 2009; Ulrich Mueller <ulm@gentoo.org> -wanderlust-2.14.0-r4.ebuild, + +wanderlust-2.14.0-r5.ebuild: + Fix installation paths, bug 285588. Drop x86 to unstable. 16 Sep 2009; Christian Faulhammer <fauli@gentoo.org> wanderlust-2.14.0-r4.ebuild: diff --git a/app-emacs/wanderlust/wanderlust-2.14.0-r4.ebuild b/app-emacs/wanderlust/wanderlust-2.14.0-r5.ebuild index a97aa1726b96..d48c3226f025 100644 --- a/app-emacs/wanderlust/wanderlust-2.14.0-r4.ebuild +++ b/app-emacs/wanderlust/wanderlust-2.14.0-r5.ebuild @@ -1,6 +1,6 @@ # 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-r4.ebuild,v 1.2 2009/09/16 17:06:55 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.14.0-r5.ebuild,v 1.1 2009/09/19 21:34:39 ulm Exp $ inherit elisp eutils @@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.gohome.org/wl/stable/${MY_P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc x86" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" IUSE="bbdb ssl linguas_ja" DEPEND=">=app-emacs/apel-10.6 @@ -25,7 +25,7 @@ RDEPEND="!app-emacs/wanderlust-cvs ${DEPEND}" S="${WORKDIR}/${MY_P}" -SITEFILE="50wanderlust-gentoo.el" +SITEFILE="50${PN}-gentoo.el" src_unpack() { unpack ${MY_P}.tar.gz @@ -49,18 +49,18 @@ src_compile() { src_install() { emake \ LISPDIR="${D}${SITELISP}" \ - PIXMAPDIR="${D}${SITEETC}/${PN}/icons" \ + PIXMAPDIR="${D}${SITEETC}/wl/icons" \ install || die "emake install failed" - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die + elisp-site-file-install "${FILESDIR}/${SITEFILE}" wl || die - insinto "${SITEETC}/${PN}/samples/en" + 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}/${PN}/samples/ja" + insinto "${SITEETC}/wl/samples/ja" doins samples/ja/* dodoc BUGS.ja INSTALL.ja NEWS.ja README.ja fi |