summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2010-01-11 18:54:37 +0000
committerChristian Faulhammer <fauli@gentoo.org>2010-01-11 18:54:37 +0000
commit14884bfcaf9e9687ecc267bd6689e0d418af89e9 (patch)
treed6b14668de80bfcc424bf886bb8c6f9f004d1d3a /app-emacs/flim
parentGnuPG 2.0 requires libassuan 1. (diff)
downloadgentoo-2-14884bfcaf9e9687ecc267bd6689e0d418af89e9.tar.gz
gentoo-2-14884bfcaf9e9687ecc267bd6689e0d418af89e9.tar.bz2
gentoo-2-14884bfcaf9e9687ecc267bd6689e0d418af89e9.zip
clean up
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-emacs/flim')
-rw-r--r--app-emacs/flim/ChangeLog5
-rw-r--r--app-emacs/flim/flim-1.14.9.ebuild37
2 files changed, 4 insertions, 38 deletions
diff --git a/app-emacs/flim/ChangeLog b/app-emacs/flim/ChangeLog
index c8e145890612..a599d0831f55 100644
--- a/app-emacs/flim/ChangeLog
+++ b/app-emacs/flim/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/flim
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/flim/ChangeLog,v 1.42 2010/01/11 17:28:00 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/flim/ChangeLog,v 1.43 2010/01/11 18:54:37 fauli Exp $
+
+ 11 Jan 2010; Christian Faulhammer <fauli@gentoo.org> -flim-1.14.9.ebuild:
+ clean up
11 Jan 2010; Raúl Porcel <armin76@gentoo.org> flim-1.14.9-r1.ebuild:
alpha/sparc stable wrt #296591
diff --git a/app-emacs/flim/flim-1.14.9.ebuild b/app-emacs/flim/flim-1.14.9.ebuild
deleted file mode 100644
index 6e8d19e54f53..000000000000
--- a/app-emacs/flim/flim-1.14.9.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/flim/flim-1.14.9.ebuild,v 1.6 2009/07/17 16:59:46 nixnut Exp $
-
-inherit elisp
-
-DESCRIPTION="A library to provide basic features about message representation or encoding"
-HOMEPAGE="http://cvs.m17n.org/elisp/FLIM/"
-SRC_URI="http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/lemi/dist/flim/${P%.*}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc sparc x86"
-IUSE=""
-
-DEPEND=">=app-emacs/apel-10.3"
-RDEPEND="${DEPEND}
- !app-emacs/limit"
-
-SITEFILE="60${PN}-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
-
- dodoc FLIM-API.en NEWS VERSION README* ChangeLog || die "dodoc failed"
-}