diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-12-29 14:06:44 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-12-29 14:06:44 +0000 |
commit | 1c98ab9750383dee96cd41f1ad8837d112cc296f (patch) | |
tree | 8ca627f5a7ad6b45bb7959c967bef78273f353eb /app-emacs/highline | |
parent | add myself as maintainer (diff) | |
download | gentoo-2-1c98ab9750383dee96cd41f1ad8837d112cc296f.tar.gz gentoo-2-1c98ab9750383dee96cd41f1ad8837d112cc296f.tar.bz2 gentoo-2-1c98ab9750383dee96cd41f1ad8837d112cc296f.zip |
Version bump. Drop to unstable on s390. Specify LICENSE more precisely.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/highline')
-rw-r--r-- | app-emacs/highline/ChangeLog | 10 | ||||
-rw-r--r-- | app-emacs/highline/files/50highline-gentoo.el | 2 | ||||
-rw-r--r-- | app-emacs/highline/highline-7.2.1.ebuild | 10 | ||||
-rw-r--r-- | app-emacs/highline/highline-7.2.2.ebuild | 23 |
4 files changed, 38 insertions, 7 deletions
diff --git a/app-emacs/highline/ChangeLog b/app-emacs/highline/ChangeLog index 76007b8751ab..06c0ea119b6c 100644 --- a/app-emacs/highline/ChangeLog +++ b/app-emacs/highline/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emacs/highline -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/highline/ChangeLog,v 1.33 2009/08/17 20:04:17 fauli Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/highline/ChangeLog,v 1.34 2013/12/29 14:06:44 ulm Exp $ + +*highline-7.2.2 (29 Dec 2013) + + 29 Dec 2013; Ulrich Müller <ulm@gentoo.org> highline-7.2.1.ebuild, + +highline-7.2.2.ebuild, +files/50highline-gentoo.el: + Version bump. Drop to unstable on s390. Specify LICENSE more precisely. 17 Aug 2009; Christian Faulhammer <fauli@gentoo.org> -highline-6.1.ebuild: clean up diff --git a/app-emacs/highline/files/50highline-gentoo.el b/app-emacs/highline/files/50highline-gentoo.el new file mode 100644 index 000000000000..7fd8b824998e --- /dev/null +++ b/app-emacs/highline/files/50highline-gentoo.el @@ -0,0 +1,2 @@ +(add-to-list 'load-path "@SITELISP@") +(load "highline-autoloads" nil t) diff --git a/app-emacs/highline/highline-7.2.1.ebuild b/app-emacs/highline/highline-7.2.1.ebuild index 8dca5050070b..effc0dff5557 100644 --- a/app-emacs/highline/highline-7.2.1.ebuild +++ b/app-emacs/highline/highline-7.2.1.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/highline/highline-7.2.1.ebuild,v 1.6 2009/12/04 08:02:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/highline/highline-7.2.1.ebuild,v 1.7 2013/12/29 14:06:44 ulm Exp $ inherit elisp DESCRIPTION="Minor mode to highlight current line in buffer" -HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/HighlineMode" +HOMEPAGE="http://www.emacswiki.org/emacs/HighlineMode" # taken from: http://www.emacswiki.org/emacs/download/${PN}.el SRC_URI="mirror://gentoo/${P}.el.bz2" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" -KEYWORDS="amd64 ppc s390 x86" +KEYWORDS="amd64 ppc ~s390 x86" IUSE="" SITEFILE="51${PN}-gentoo.el" diff --git a/app-emacs/highline/highline-7.2.2.ebuild b/app-emacs/highline/highline-7.2.2.ebuild new file mode 100644 index 000000000000..f61e4511c1ad --- /dev/null +++ b/app-emacs/highline/highline-7.2.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/highline/highline-7.2.2.ebuild,v 1.1 2013/12/29 14:06:44 ulm Exp $ + +EAPI=5 + +inherit elisp + +DESCRIPTION="Minor mode to highlight current line in buffer" +HOMEPAGE="http://www.emacswiki.org/emacs/HighlineMode" +# taken from: http://www.emacswiki.org/emacs/download/${PN}.el +SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.xz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~s390 ~x86" + +SITEFILE="50${PN}-gentoo.el" + +src_compile() { + elisp-compile *.el + elisp-make-autoload-file +} |