diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-06-14 23:26:02 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-06-14 23:26:02 +0000 |
commit | 4faa75e8818edd185de3b1fbaf136b77bdbf55d9 (patch) | |
tree | 5928647accb74ec0cccb1f34158860b95ebc2cf3 /app-emacs/filladapt | |
parent | Do not assign SIMPLE_ELISP since elisp.eclass now detects this case automatic... (diff) | |
download | gentoo-2-4faa75e8818edd185de3b1fbaf136b77bdbf55d9.tar.gz gentoo-2-4faa75e8818edd185de3b1fbaf136b77bdbf55d9.tar.bz2 gentoo-2-4faa75e8818edd185de3b1fbaf136b77bdbf55d9.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/filladapt')
-rw-r--r-- | app-emacs/filladapt/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/filladapt/filladapt-2.12-r1.ebuild | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-emacs/filladapt/ChangeLog b/app-emacs/filladapt/ChangeLog index 34fd8c858215..77ed4f0eafd2 100644 --- a/app-emacs/filladapt/ChangeLog +++ b/app-emacs/filladapt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/filladapt -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/filladapt/ChangeLog,v 1.10 2007/12/05 20:22:06 ulm Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/filladapt/ChangeLog,v 1.11 2008/06/14 23:26:02 ulm Exp $ + + 14 Jun 2008; Ulrich Mueller <ulm@gentoo.org> filladapt-2.12-r1.ebuild: + Do not assign SIMPLE_ELISP since elisp.eclass now detects this case + automatically. 05 Dec 2007; Ulrich Mueller <ulm@gentoo.org> -files/50filladapt-gentoo.el, -filladapt-2.12.ebuild: diff --git a/app-emacs/filladapt/filladapt-2.12-r1.ebuild b/app-emacs/filladapt/filladapt-2.12-r1.ebuild index 3ef55c62b77d..46154e57886b 100644 --- a/app-emacs/filladapt/filladapt-2.12-r1.ebuild +++ b/app-emacs/filladapt/filladapt-2.12-r1.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/filladapt/filladapt-2.12-r1.ebuild,v 1.3 2007/12/01 11:57:19 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/filladapt/filladapt-2.12-r1.ebuild,v 1.4 2008/06/14 23:26:02 ulm Exp $ inherit elisp @@ -13,7 +13,6 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -SIMPLE_ELISP=t SITEFILE=51${PN}-gentoo.el pkg_postinst() { |