diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-02-23 11:55:06 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-02-23 11:55:06 +0000 |
commit | 7527bd9c3755748846187a77aa47405da6dfc6d1 (patch) | |
tree | 6ff4081b0058b64c34302bfb64356b1ef1929e3a /app-emacs | |
parent | clean up (diff) | |
download | gentoo-2-7527bd9c3755748846187a77aa47405da6dfc6d1.tar.gz gentoo-2-7527bd9c3755748846187a77aa47405da6dfc6d1.tar.bz2 gentoo-2-7527bd9c3755748846187a77aa47405da6dfc6d1.zip |
clean up
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/flim/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/flim/files/digest-flim-1.14.5 | 3 | ||||
-rw-r--r-- | app-emacs/flim/flim-1.14.5.ebuild | 47 |
3 files changed, 5 insertions, 52 deletions
diff --git a/app-emacs/flim/ChangeLog b/app-emacs/flim/ChangeLog index 23cfc86ac97f..00f4fcec92b7 100644 --- a/app-emacs/flim/ChangeLog +++ b/app-emacs/flim/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/flim -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/flim/ChangeLog,v 1.15 2006/03/05 23:09:56 mkennedy Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/flim/ChangeLog,v 1.16 2007/02/23 11:55:06 opfer Exp $ + + 23 Feb 2007; Christian Faulhammer <opfer@gentoo.org> -flim-1.14.5.ebuild: + clean up *flim-1.14.8 (05 Mar 2006) diff --git a/app-emacs/flim/files/digest-flim-1.14.5 b/app-emacs/flim/files/digest-flim-1.14.5 deleted file mode 100644 index e4f448e9edee..000000000000 --- a/app-emacs/flim/files/digest-flim-1.14.5 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 d3e3c38f5a56e0950a19ec645aa8310e flim-1.14.5.tar.gz 178075 -RMD160 338a1db7fa8ccf0d43dbdcc1395080a0a02843a8 flim-1.14.5.tar.gz 178075 -SHA256 dbd8a2f420d5b0cd04ee5a81a6b5d1fb014f5cda1faec3287b6caeffddd798da flim-1.14.5.tar.gz 178075 diff --git a/app-emacs/flim/flim-1.14.5.ebuild b/app-emacs/flim/flim-1.14.5.ebuild deleted file mode 100644 index dd03deb7b7cb..000000000000 --- a/app-emacs/flim/flim-1.14.5.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/flim/flim-1.14.5.ebuild,v 1.8 2005/01/01 13:46:00 eradicator Exp $ - -inherit elisp - -IUSE="" - -DESCRIPTION="A library to provide basic features about message representation or encoding -- FLIM" -HOMEPAGE="http://cvs.m17n.org/elisp/FLIM/" -SRC_URI="ftp://ftp.m17n.org/pub/mule/flim/flim-1.14/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 alpha sparc ppc" - -DEPEND="virtual/emacs - >=app-emacs/apel-10.3" - -PROVIDE="virtual/flim" - -src_compile() { - make PREFIX=${D}/usr \ - LISPDIR=${D}/${SITELISP} \ - VERSION_SPECIFIC_LISPDIR=${D}/${SITELISP} || die -} - -src_install() { - make PREFIX=${D}/usr \ - LISPDIR=${D}/${SITELISP} \ - VERSION_SPECIFIC_LISPDIR=${D}/${SITELISP} install || die - - elisp-site-file-install ${FILESDIR}/60flim-gentoo.el - - dodoc FLIM-API.en NEWS VERSION README* Changelog -} - -pkg_postinst() { - elisp-site-regen - - einfo "Please unmerge another version or variatns, if you installed." - einfo "And you need to rebuild packages depending on ${PN}." -} - -pkg_postrm() { - elisp-site-regen -} |