summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2013-01-13 22:23:48 +0000
committerChristian Faulhammer <fauli@gentoo.org>2013-01-13 22:23:48 +0000
commitc0e5109559711a6b1e4cd129a8270b7eeaac8c2a (patch)
treee080a1ccd4f73174638422f7bf2bba41d6e56603 /app-emacs/mew
parentversion bump for bug 451686 (diff)
downloadgentoo-2-c0e5109559711a6b1e4cd129a8270b7eeaac8c2a.tar.gz
gentoo-2-c0e5109559711a6b1e4cd129a8270b7eeaac8c2a.tar.bz2
gentoo-2-c0e5109559711a6b1e4cd129a8270b7eeaac8c2a.zip
clean up
(Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key 2B859DE3)
Diffstat (limited to 'app-emacs/mew')
-rw-r--r--app-emacs/mew/ChangeLog6
-rw-r--r--app-emacs/mew/mew-6.2.ebuild48
-rw-r--r--app-emacs/mew/mew-6.3.ebuild49
3 files changed, 5 insertions, 98 deletions
diff --git a/app-emacs/mew/ChangeLog b/app-emacs/mew/ChangeLog
index 7c26e2c81e0e..bb301bd69208 100644
--- a/app-emacs/mew/ChangeLog
+++ b/app-emacs/mew/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/mew
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/mew/ChangeLog,v 1.83 2013/01/13 22:22:21 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/mew/ChangeLog,v 1.84 2013/01/13 22:23:48 fauli Exp $
+
+ 13 Jan 2013; Christian Faulhammer <fauli@gentoo.org> -mew-6.2.ebuild,
+ -mew-6.3.ebuild:
+ clean up
*mew-6.5 (13 Jan 2013)
diff --git a/app-emacs/mew/mew-6.2.ebuild b/app-emacs/mew/mew-6.2.ebuild
deleted file mode 100644
index 053fe7aeed27..000000000000
--- a/app-emacs/mew/mew-6.2.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.2.ebuild,v 1.7 2012/03/18 17:46:12 armin76 Exp $
-
-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_compile() {
- econf \
- --with-elispdir=${SITELISP}/${PN} \
- --with-etcdir=${SITEETC}/${PN}
- emake || die "emake failed"
-
- if use linguas_ja; then
- emake jinfo || die "emake jinfo failed"
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- if use linguas_ja; then
- emake DESTDIR="${D}" install-jinfo || die "emake install-jinfo failed"
- fi
-
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
- dodoc 00api 00changes* 00diff 00readme mew.dot.* || die "dodoc failed"
-}
-
-pkg_postinst() {
- elisp-site-regen
- elog "Please refer to /usr/share/doc/${PF} for sample configuration files."
-}
diff --git a/app-emacs/mew/mew-6.3.ebuild b/app-emacs/mew/mew-6.3.ebuild
deleted file mode 100644
index d0a8fc1de107..000000000000
--- a/app-emacs/mew/mew-6.3.ebuild
+++ /dev/null
@@ -1,49 +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.3.ebuild,v 1.6 2012/03/18 17:46:12 armin76 Exp $
-
-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_compile() {
- econf \
- --with-elispdir=${SITELISP}/${PN} \
- --with-etcdir=${SITEETC}/${PN}
- emake || die
-
- if use linguas_ja; then
- emake jinfo || die
- fi
- rm -f info/*~ # remove spurious backup files
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- if use linguas_ja; then
- emake DESTDIR="${D}" install-jinfo || die
- fi
-
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
- dodoc 00api 00changes* 00diff 00readme mew.dot.* || die
-}
-
-pkg_postinst() {
- elisp-site-regen
- elog "Please refer to /usr/share/doc/${PF} for sample configuration files."
-}