diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-06-14 23:29:43 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-06-14 23:29:43 +0000 |
commit | 949ff55ba45d743882a80af0dab9f1f58dbd36e0 (patch) | |
tree | 8d34c787b4049e10056c7d52c3152950d03241ec /app-emacs/sawfish | |
parent | Do not assign SIMPLE_ELISP since elisp.eclass now detects this case automatic... (diff) | |
download | gentoo-2-949ff55ba45d743882a80af0dab9f1f58dbd36e0.tar.gz gentoo-2-949ff55ba45d743882a80af0dab9f1f58dbd36e0.tar.bz2 gentoo-2-949ff55ba45d743882a80af0dab9f1f58dbd36e0.zip |
Do not assign SIMPLE_ELISP since elisp.eclass now detects this case automatically.
(Portage version: 2.2_pre8/cvs/Linux 2.6.25-gentoo-r4 i686)
Diffstat (limited to 'app-emacs/sawfish')
-rw-r--r-- | app-emacs/sawfish/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/sawfish/sawfish-1.32.ebuild | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-emacs/sawfish/ChangeLog b/app-emacs/sawfish/ChangeLog index 6b370c4461ee..207149271851 100644 --- a/app-emacs/sawfish/ChangeLog +++ b/app-emacs/sawfish/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/sawfish -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/sawfish/ChangeLog,v 1.10 2007/10/23 11:56:03 ulm Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/sawfish/ChangeLog,v 1.11 2008/06/14 23:29:43 ulm Exp $ + + 14 Jun 2008; Ulrich Mueller <ulm@gentoo.org> sawfish-1.32.ebuild: + Do not assign SIMPLE_ELISP since elisp.eclass now detects this case + automatically. 23 Oct 2007; Ulrich Mueller <ulm@gentoo.org> sawfish-1.32.ebuild: amd64 stable, bug 195512 diff --git a/app-emacs/sawfish/sawfish-1.32.ebuild b/app-emacs/sawfish/sawfish-1.32.ebuild index 67c955e9f6f8..b874ce86286c 100644 --- a/app-emacs/sawfish/sawfish-1.32.ebuild +++ b/app-emacs/sawfish/sawfish-1.32.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/sawfish/sawfish-1.32.ebuild,v 1.6 2007/10/23 11:56:03 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/sawfish/sawfish-1.32.ebuild,v 1.7 2008/06/14 23:29:43 ulm Exp $ inherit elisp @@ -15,5 +15,4 @@ IUSE="" RDEPEND="x11-wm/sawfish" -SIMPLE_ELISP=t SITEFILE=50${PN}-gentoo.el |