diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-06-14 23:24:32 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-06-14 23:24:32 +0000 |
commit | c41d81fb7115028a2041e30a3f865246a0d2bb77 (patch) | |
tree | f84cb3360ddd14f56a63e5fee8182d441ad45849 /app-emacs/develock | |
parent | Do not assign SIMPLE_ELISP since elisp.eclass now detects this case automatic... (diff) | |
download | gentoo-2-c41d81fb7115028a2041e30a3f865246a0d2bb77.tar.gz gentoo-2-c41d81fb7115028a2041e30a3f865246a0d2bb77.tar.bz2 gentoo-2-c41d81fb7115028a2041e30a3f865246a0d2bb77.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/develock')
-rw-r--r-- | app-emacs/develock/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/develock/develock-0.35.ebuild | 9 |
2 files changed, 8 insertions, 7 deletions
diff --git a/app-emacs/develock/ChangeLog b/app-emacs/develock/ChangeLog index 8f7195532546..9fc8f2c15359 100644 --- a/app-emacs/develock/ChangeLog +++ b/app-emacs/develock/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/develock # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/develock/ChangeLog,v 1.6 2008/03/22 13:17:13 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/develock/ChangeLog,v 1.7 2008/06/14 23:24:32 ulm Exp $ + + 14 Jun 2008; Ulrich Mueller <ulm@gentoo.org> develock-0.35.ebuild: + Do not assign SIMPLE_ELISP since elisp.eclass now detects this case + automatically. 22 Mar 2008; Christian Faulhammer <opfer@gentoo.org> -develock-0.30.ebuild: diff --git a/app-emacs/develock/develock-0.35.ebuild b/app-emacs/develock/develock-0.35.ebuild index bb25facc1705..289e835ccdfa 100644 --- a/app-emacs/develock/develock-0.35.ebuild +++ b/app-emacs/develock/develock-0.35.ebuild @@ -1,19 +1,16 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/develock/develock-0.35.ebuild,v 1.2 2008/03/22 13:16:02 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/develock/develock-0.35.ebuild,v 1.3 2008/06/14 23:24:32 ulm Exp $ inherit elisp DESCRIPTION="An Emacs minor mode for highlighting broken formatting rules" HOMEPAGE="http://www.jpl.org/ftp/pub/elisp/" SRC_URI="mirror://gentoo/${P}.el.bz2" + LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc ~sparc x86" - IUSE="" -DEPEND="" - -SIMPLE_ELISP="t" -SITEFILE=50develock-gentoo.el +SITEFILE=50${PN}-gentoo.el |