diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-06-14 23:26:49 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-06-14 23:26:49 +0000 |
commit | 062a7245c47fbb498045f600c2f69a0c0b663fae (patch) | |
tree | 8a33cd972a19b77725472bb3354d9c9b0182430f /app-emacs/highline | |
parent | Do not assign SIMPLE_ELISP since elisp.eclass now detects this case automatic... (diff) | |
download | gentoo-2-062a7245c47fbb498045f600c2f69a0c0b663fae.tar.gz gentoo-2-062a7245c47fbb498045f600c2f69a0c0b663fae.tar.bz2 gentoo-2-062a7245c47fbb498045f600c2f69a0c0b663fae.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/highline')
-rw-r--r-- | app-emacs/highline/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/highline/highline-4.2.1.ebuild | 7 | ||||
-rw-r--r-- | app-emacs/highline/highline-6.1.ebuild | 5 |
3 files changed, 11 insertions, 8 deletions
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 <ulm@gentoo.org> 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 <nixnut@gentoo.org> 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() { |