diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-02-23 11:54:39 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-02-23 11:54:39 +0000 |
commit | 7265926576bebe78af62a6495eed90bf0142e78d (patch) | |
tree | 39a22989218a1dae899aa2bb403bcd1b0b8d49ea /app-emacs | |
parent | clean up (diff) | |
download | gentoo-2-7265926576bebe78af62a6495eed90bf0142e78d.tar.gz gentoo-2-7265926576bebe78af62a6495eed90bf0142e78d.tar.bz2 gentoo-2-7265926576bebe78af62a6495eed90bf0142e78d.zip |
clean up
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/flashcard/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/flashcard/files/digest-flashcard-2.3.2 | 3 | ||||
-rw-r--r-- | app-emacs/flashcard/flashcard-2.3.2.ebuild | 24 |
3 files changed, 5 insertions, 28 deletions
diff --git a/app-emacs/flashcard/ChangeLog b/app-emacs/flashcard/ChangeLog index 12bfd1fbc59f..bfe686b6967d 100644 --- a/app-emacs/flashcard/ChangeLog +++ b/app-emacs/flashcard/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/flashcard # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/flashcard/ChangeLog,v 1.4 2007/02/10 22:43:40 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/flashcard/ChangeLog,v 1.5 2007/02/23 11:54:39 opfer Exp $ + + 23 Feb 2007; Christian Faulhammer <opfer@gentoo.org> + -flashcard-2.3.2.ebuild: + clean up *flashcard-2.3.3 (10 Feb 2007) diff --git a/app-emacs/flashcard/files/digest-flashcard-2.3.2 b/app-emacs/flashcard/files/digest-flashcard-2.3.2 deleted file mode 100644 index 2cb8a6859d63..000000000000 --- a/app-emacs/flashcard/files/digest-flashcard-2.3.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 5f82f44c54b0906948eee19e46f49fb0 flashcard-2.3.2.tar.gz 8921 -RMD160 8833dece69f47598ab89543150965641211ea207 flashcard-2.3.2.tar.gz 8921 -SHA256 ca24e60f2d2ce6798cdb72d34771a03cbd0d6ef8f06622e13f0156adf8e18dfe flashcard-2.3.2.tar.gz 8921 diff --git a/app-emacs/flashcard/flashcard-2.3.2.ebuild b/app-emacs/flashcard/flashcard-2.3.2.ebuild deleted file mode 100644 index 676961c78771..000000000000 --- a/app-emacs/flashcard/flashcard-2.3.2.ebuild +++ /dev/null @@ -1,24 +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/flashcard/flashcard-2.3.2.ebuild,v 1.1 2005/09/19 17:09:40 mkennedy Exp $ - -inherit elisp - -IUSE="" - -DESCRIPTION="An Emacs Lisp package for drilling on questions and answers." -HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/FlashCard" -SRC_URI="mirror://gentoo/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~sparc ~ppc" - -SITEFILE=50flashcard-gentoo.el - -# src_compile() { -# elisp-comp *.el -# } - -# src_install() { -# elisp_src_install -# } |