diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-07-04 21:17:03 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-07-04 21:17:03 +0000 |
commit | cca0ced7ad5a136c9cca161ca73a61b5fb33010d (patch) | |
tree | 116f208a1382647c6fa06f15fe145693ecfcabef /app-emacs/highline | |
parent | revision bump for bug #222135; remove broken version (diff) | |
download | gentoo-2-cca0ced7ad5a136c9cca161ca73a61b5fb33010d.tar.gz gentoo-2-cca0ced7ad5a136c9cca161ca73a61b5fb33010d.tar.bz2 gentoo-2-cca0ced7ad5a136c9cca161ca73a61b5fb33010d.zip |
clean up, this includes a drop of stable s390 keyword
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-emacs/highline')
-rw-r--r-- | app-emacs/highline/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/highline/highline-4.2-r1.ebuild | 22 | ||||
-rw-r--r-- | app-emacs/highline/highline-4.2.1.ebuild | 22 |
3 files changed, 5 insertions, 45 deletions
diff --git a/app-emacs/highline/ChangeLog b/app-emacs/highline/ChangeLog index fa853387a6ed..e79c8d539c4f 100644 --- a/app-emacs/highline/ChangeLog +++ b/app-emacs/highline/ChangeLog @@ -1,6 +1,10 @@ # 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.22 2008/06/14 23:26:49 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/highline/ChangeLog,v 1.23 2008/07/04 21:17:03 opfer Exp $ + + 04 Jul 2008; Christian Faulhammer <opfer@gentoo.org> + -highline-4.2-r1.ebuild, -highline-4.2.1.ebuild: + clean up, this includes a drop of stable s390 keyword 14 Jun 2008; Ulrich Mueller <ulm@gentoo.org> highline-4.2.1.ebuild, highline-6.1.ebuild: diff --git a/app-emacs/highline/highline-4.2-r1.ebuild b/app-emacs/highline/highline-4.2-r1.ebuild deleted file mode 100644 index 241032368bbe..000000000000 --- a/app-emacs/highline/highline-4.2-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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-r1.ebuild,v 1.4 2008/01/22 07:55:29 vapier Exp $ - -inherit elisp - -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}.tar.bz2" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="amd64 ppc s390 x86" -IUSE="" - -SITEFILE=51${PN}-gentoo.el - -src_compile() { - elisp-compile *.el || die "elisp-compile failed" - elisp-make-autoload-file || die "elisp-make-autoload-file failed" -} diff --git a/app-emacs/highline/highline-4.2.1.ebuild b/app-emacs/highline/highline-4.2.1.ebuild deleted file mode 100644 index ff2c4983ee58..000000000000 --- a/app-emacs/highline/highline-4.2.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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.2 2008/06/14 23:26:49 ulm Exp $ - -inherit elisp - -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" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~s390 ~x86" -IUSE="" - -SITEFILE=51${PN}-gentoo.el - -src_compile() { - elisp-compile *.el || die "elisp-compile failed" - elisp-make-autoload-file || die "elisp-make-autoload-file failed" -} |