diff options
author | 2009-01-29 07:22:39 +0000 | |
---|---|---|
committer | 2009-01-29 07:22:39 +0000 | |
commit | 3210e644236c663877e715854e2a3531f678b8c9 (patch) | |
tree | 685fa3cd140e3e9182f44bf169d646ccc26e7b3d /app-emacs/quack | |
parent | clean up (diff) | |
download | gentoo-2-3210e644236c663877e715854e2a3531f678b8c9.tar.gz gentoo-2-3210e644236c663877e715854e2a3531f678b8c9.tar.bz2 gentoo-2-3210e644236c663877e715854e2a3531f678b8c9.zip |
clean up
(Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 i686)
Diffstat (limited to 'app-emacs/quack')
-rw-r--r-- | app-emacs/quack/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/quack/files/70quack-gentoo.el | 5 | ||||
-rw-r--r-- | app-emacs/quack/quack-0.29.ebuild | 16 |
3 files changed, 6 insertions, 23 deletions
diff --git a/app-emacs/quack/ChangeLog b/app-emacs/quack/ChangeLog index db59c6298d52..665121505c66 100644 --- a/app-emacs/quack/ChangeLog +++ b/app-emacs/quack/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/quack -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/quack/ChangeLog,v 1.12 2008/06/14 23:29:12 ulm Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/quack/ChangeLog,v 1.13 2009/01/29 07:22:39 fauli Exp $ + + 29 Jan 2009; Christian Faulhammer <fauli@gentoo.org> + -files/70quack-gentoo.el, -quack-0.29.ebuild: + clean up 14 Jun 2008; Ulrich Mueller <ulm@gentoo.org> quack-0.30.ebuild: Do not assign SIMPLE_ELISP since elisp.eclass now detects this case diff --git a/app-emacs/quack/files/70quack-gentoo.el b/app-emacs/quack/files/70quack-gentoo.el deleted file mode 100644 index 6b1b4f63d51b..000000000000 --- a/app-emacs/quack/files/70quack-gentoo.el +++ /dev/null @@ -1,5 +0,0 @@ - -;;; site-lisp configuration for quack - -(add-to-list 'load-path "@SITELISP@") -(require 'quack) diff --git a/app-emacs/quack/quack-0.29.ebuild b/app-emacs/quack/quack-0.29.ebuild deleted file mode 100644 index 5ea01a9de1c2..000000000000 --- a/app-emacs/quack/quack-0.29.ebuild +++ /dev/null @@ -1,16 +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/quack/quack-0.29.ebuild,v 1.2 2007/02/08 23:09:36 opfer Exp $ - -inherit elisp - -DESCRIPTION="Enhances Emacs support for Scheme." -HOMEPAGE="http://www.neilvandyke.org/quack/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" -DEPEND="" - -SITEFILE=70quack-gentoo.el |