summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-emacs/quack/ChangeLog8
-rw-r--r--app-emacs/quack/files/50quack-gentoo.el3
-rw-r--r--app-emacs/quack/quack-0.37.ebuild (renamed from app-emacs/quack/quack-0.30.ebuild)6
3 files changed, 10 insertions, 7 deletions
diff --git a/app-emacs/quack/ChangeLog b/app-emacs/quack/ChangeLog
index de2efaa373ef..cb65fbbf27f5 100644
--- a/app-emacs/quack/ChangeLog
+++ b/app-emacs/quack/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emacs/quack
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/quack/ChangeLog,v 1.14 2009/06/03 17:22:51 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/quack/ChangeLog,v 1.15 2009/10/15 19:07:48 ulm Exp $
+
+*quack-0.37 (15 Oct 2009)
+
+ 15 Oct 2009; Ulrich Mueller <ulm@gentoo.org> -quack-0.30.ebuild,
+ +quack-0.37.ebuild:
+ Version bump. Remove old.
*quack-0.36 (03 Jun 2009)
diff --git a/app-emacs/quack/files/50quack-gentoo.el b/app-emacs/quack/files/50quack-gentoo.el
index dc60e544c19e..22cca093d956 100644
--- a/app-emacs/quack/files/50quack-gentoo.el
+++ b/app-emacs/quack/files/50quack-gentoo.el
@@ -1,6 +1,3 @@
-
-;;; quack site-lisp configuration
-
(add-to-list 'load-path "@SITELISP@")
(autoload 'quack-scheme-mode-hookfunc "quack")
diff --git a/app-emacs/quack/quack-0.30.ebuild b/app-emacs/quack/quack-0.37.ebuild
index c3201d87d8c3..61bf3c657882 100644
--- a/app-emacs/quack/quack-0.30.ebuild
+++ b/app-emacs/quack/quack-0.37.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/quack/quack-0.30.ebuild,v 1.2 2008/06/14 23:29:12 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/quack/quack-0.37.ebuild,v 1.1 2009/10/15 19:07:48 ulm Exp $
inherit elisp
@@ -13,4 +13,4 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
-SITEFILE=50${PN}-gentoo.el
+SITEFILE="50${PN}-gentoo.el"