summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2008-12-20 16:43:16 +0000
committerChristian Faulhammer <fauli@gentoo.org>2008-12-20 16:43:16 +0000
commit8e3d58d42b1e4ff423d1ae251a00a4e0893edc6e (patch)
treee0efce61a71a23b5754d04c0341ba8af19e3c826
parentStable on ppc wrt bug 250446 (diff)
downloadgentoo-2-8e3d58d42b1e4ff423d1ae251a00a4e0893edc6e.tar.gz
gentoo-2-8e3d58d42b1e4ff423d1ae251a00a4e0893edc6e.tar.bz2
gentoo-2-8e3d58d42b1e4ff423d1ae251a00a4e0893edc6e.zip
clean up
(Portage version: 2.1.4.5)
-rw-r--r--app-emacs/cmail/ChangeLog5
-rw-r--r--app-emacs/cmail/cmail-2.62.ebuild39
2 files changed, 4 insertions, 40 deletions
diff --git a/app-emacs/cmail/ChangeLog b/app-emacs/cmail/ChangeLog
index ec7da227a019..d81d93222ba7 100644
--- a/app-emacs/cmail/ChangeLog
+++ b/app-emacs/cmail/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/cmail
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/cmail/ChangeLog,v 1.12 2008/12/20 14:51:31 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/cmail/ChangeLog,v 1.13 2008/12/20 16:43:16 fauli Exp $
+
+ 20 Dec 2008; Christian Faulhammer <fauli@gentoo.org> -cmail-2.62.ebuild:
+ clean up
20 Dec 2008; nixnut <nixnut@gentoo.org> cmail-2.62-r1.ebuild:
Stable on ppc wrt bug 250952
diff --git a/app-emacs/cmail/cmail-2.62.ebuild b/app-emacs/cmail/cmail-2.62.ebuild
deleted file mode 100644
index ec09c83619c2..000000000000
--- a/app-emacs/cmail/cmail-2.62.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/cmail/cmail-2.62.ebuild,v 1.9 2007/07/04 23:04:25 opfer Exp $
-
-inherit elisp
-
-DESCRIPTION="A simple mail management system for Emacs"
-HOMEPAGE="http://cmail.sourceforge.jp/"
-SRC_URI="mirror://sourceforge.jp/${PN}/2191/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86"
-IUSE=""
-
-RDEPEND="${DEPEND}
- app-emacs/apel
- virtual/flim
- app-emacs/semi"
-
-SITEFILE="70cmail-gentoo.el"
-
-src_compile() {
- emake PREFIX="${D}/usr" \
- LISPDIR="${D}/${SITELISP}" \
- VERSION_SPECIFIC_LISPDIR="${D}/${SITELISP}" || die "emake failed"
-}
-
-src_install() {
- emake PREFIX="${D}/usr" \
- LISPDIR="${D}/${SITELISP}" \
- VERSION_SPECIFIC_LISPDIR="${D}/${SITELISP}" install || die "emake install failed"
-
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die "elisp-site-file-install failed"
-
- dodoc ChangeLog INTRO* README* RELNOTES*
- dodoc doc/FAQ doc/README* doc/cmail-r2c* doc/glossary
- dodoc sample*
-}