diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2013-05-16 19:06:33 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2013-05-16 19:06:33 +0000 |
commit | 108a5b9eed947d88307b0be38e90de7b2c3fda1c (patch) | |
tree | 28668306cb5a4243c70b9752480e6f454a97c841 /app-emacs/mew/mew-6.4-r1.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-108a5b9eed947d88307b0be38e90de7b2c3fda1c.tar.gz gentoo-2-108a5b9eed947d88307b0be38e90de7b2c3fda1c.tar.bz2 gentoo-2-108a5b9eed947d88307b0be38e90de7b2c3fda1c.zip |
clean up
(Portage version: 2.1.11.62/cvs/Linux i686, signed Manifest commit with key 2B859DE3)
Diffstat (limited to 'app-emacs/mew/mew-6.4-r1.ebuild')
-rw-r--r-- | app-emacs/mew/mew-6.4-r1.ebuild | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/app-emacs/mew/mew-6.4-r1.ebuild b/app-emacs/mew/mew-6.4-r1.ebuild deleted file mode 100644 index 597fd02ee736..000000000000 --- a/app-emacs/mew/mew-6.4-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/mew/mew-6.4-r1.ebuild,v 1.6 2012/03/18 17:46:12 armin76 Exp $ - -EAPI=4 - -inherit elisp - -DESCRIPTION="Great MIME mail reader for Emacs/XEmacs" -HOMEPAGE="http://www.mew.org/" -SRC_URI="http://www.mew.org/Release/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="ssl linguas_ja" -RESTRICT="test" - -DEPEND="sys-libs/zlib" -RDEPEND="${DEPEND} - ssl? ( net-misc/stunnel )" - -SITEFILE="50${PN}-gentoo.el" - -src_configure() { - econf \ - --with-elispdir="${SITELISP}/${PN}" \ - --with-etcdir="${SITEETC}/${PN}" -} - -src_compile() { - emake - use linguas_ja && emake jinfo - rm -f info/*~ # remove spurious backup files -} - -src_install() { - emake DESTDIR="${D}" install - use linguas_ja && emake DESTDIR="${D}" install-jinfo - - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die - dodoc 00api 00changes* 00diff 00readme dot.* -} - -pkg_postinst() { - elisp-site-regen - elog "Please refer to /usr/share/doc/${PF} for sample configuration files." -} |