From 062a7245c47fbb498045f600c2f69a0c0b663fae Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sat, 14 Jun 2008 23:26:49 +0000 Subject: 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) --- app-emacs/highline/ChangeLog | 7 ++++++- app-emacs/highline/highline-4.2.1.ebuild | 7 +++---- app-emacs/highline/highline-6.1.ebuild | 5 ++--- 3 files changed, 11 insertions(+), 8 deletions(-) (limited to 'app-emacs/highline') diff --git a/app-emacs/highline/ChangeLog b/app-emacs/highline/ChangeLog index 779bd0209409..fa853387a6ed 100644 --- a/app-emacs/highline/ChangeLog +++ b/app-emacs/highline/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/highline # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/highline/ChangeLog,v 1.21 2008/02/26 18:44:10 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/highline/ChangeLog,v 1.22 2008/06/14 23:26:49 ulm Exp $ + + 14 Jun 2008; Ulrich Mueller highline-4.2.1.ebuild, + highline-6.1.ebuild: + Do not assign SIMPLE_ELISP since elisp.eclass now detects this case + automatically. 26 Feb 2008; nixnut highline-6.1.ebuild: Stable on ppc wrt bug 211278 diff --git a/app-emacs/highline/highline-4.2.1.ebuild b/app-emacs/highline/highline-4.2.1.ebuild index cfcb5b82359b..ff2c4983ee58 100644 --- a/app-emacs/highline/highline-4.2.1.ebuild +++ b/app-emacs/highline/highline-4.2.1.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/highline/highline-4.2.1.ebuild,v 1.1 2007/10/17 15:49:43 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/highline/highline-4.2.1.ebuild,v 1.2 2008/06/14 23:26:49 ulm Exp $ inherit elisp @@ -8,13 +8,12 @@ DESCRIPTION="Minor mode to highlight current line in buffer" HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/HighlineMode" # taken from: http://www.emacswiki.org/cgi-bin/emacs/download/${PN}.el SRC_URI="mirror://gentoo/${P}.el.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~s390 ~x86" IUSE="" -SIMPLE_ELISP=t SITEFILE=51${PN}-gentoo.el src_compile() { diff --git a/app-emacs/highline/highline-6.1.ebuild b/app-emacs/highline/highline-6.1.ebuild index 3f7070d6318d..bf17d27740c5 100644 --- a/app-emacs/highline/highline-6.1.ebuild +++ b/app-emacs/highline/highline-6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/highline/highline-6.1.ebuild,v 1.3 2008/02/26 18:44:10 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/highline/highline-6.1.ebuild,v 1.4 2008/06/14 23:26:49 ulm Exp $ inherit elisp @@ -8,13 +8,12 @@ DESCRIPTION="Minor mode to highlight current line in buffer" HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/HighlineMode" # taken from: http://www.emacswiki.org/cgi-bin/emacs/download/${PN}.el SRC_URI="mirror://gentoo/${P}.el.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc ~s390 x86" IUSE="" -SIMPLE_ELISP=t SITEFILE=51${PN}-gentoo.el src_compile() { -- cgit v1.2.3-65-gdbad