diff options
author | 2014-02-20 17:36:49 +0000 | |
---|---|---|
committer | 2014-02-20 17:36:49 +0000 | |
commit | 0144ae06e699d54bdc4f366e6901cf3a87fefcdf (patch) | |
tree | f7946edb10ea3cbca90e505b18ae7d3cd12ac778 /app-emacs/mode-compile | |
parent | Update clang patch wrt bug #501764. (diff) | |
download | gentoo-2-0144ae06e699d54bdc4f366e6901cf3a87fefcdf.tar.gz gentoo-2-0144ae06e699d54bdc4f366e6901cf3a87fefcdf.tar.bz2 gentoo-2-0144ae06e699d54bdc4f366e6901cf3a87fefcdf.zip |
Version bump. Update HOMEPAGE and SRC_URI. LICENSE is GPL-3+ now.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/mode-compile')
-rw-r--r-- | app-emacs/mode-compile/ChangeLog | 9 | ||||
-rw-r--r-- | app-emacs/mode-compile/files/50mode-compile-gentoo.el | 3 | ||||
-rw-r--r-- | app-emacs/mode-compile/mode-compile-2.29.1.ebuild | 18 |
3 files changed, 25 insertions, 5 deletions
diff --git a/app-emacs/mode-compile/ChangeLog b/app-emacs/mode-compile/ChangeLog index 693f30a25eea..1d77671eb397 100644 --- a/app-emacs/mode-compile/ChangeLog +++ b/app-emacs/mode-compile/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/mode-compile -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/mode-compile/ChangeLog,v 1.3 2008/06/14 23:28:25 ulm Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/mode-compile/ChangeLog,v 1.4 2014/02/20 17:36:48 ulm Exp $ + +*mode-compile-2.29.1 (20 Feb 2014) + + 20 Feb 2014; Ulrich Müller <ulm@gentoo.org> +mode-compile-2.29.1.ebuild: + Version bump. Update HOMEPAGE and SRC_URI. LICENSE is GPL-3+ now. 14 Jun 2008; Ulrich Mueller <ulm@gentoo.org> mode-compile-2.29.ebuild: Do not assign SIMPLE_ELISP since elisp.eclass now detects this case diff --git a/app-emacs/mode-compile/files/50mode-compile-gentoo.el b/app-emacs/mode-compile/files/50mode-compile-gentoo.el index 1ea409b703a7..d8dc2734d77a 100644 --- a/app-emacs/mode-compile/files/50mode-compile-gentoo.el +++ b/app-emacs/mode-compile/files/50mode-compile-gentoo.el @@ -1,6 +1,3 @@ - -;;; site-lisp configuration for mode-compile - (add-to-list 'load-path "@SITELISP@") (autoload 'mode-compile "mode-compile" "Command to compile current buffer file based on the major mode" t) diff --git a/app-emacs/mode-compile/mode-compile-2.29.1.ebuild b/app-emacs/mode-compile/mode-compile-2.29.1.ebuild new file mode 100644 index 000000000000..36afcfd50d97 --- /dev/null +++ b/app-emacs/mode-compile/mode-compile-2.29.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/mode-compile/mode-compile-2.29.1.ebuild,v 1.1 2014/02/20 17:36:48 ulm Exp $ + +EAPI=5 + +inherit elisp + +DESCRIPTION="Smart command for compiling files according to major-mode" +HOMEPAGE="https://github.com/emacsmirror/mode-compile + http://www.emacswiki.org/emacs/ModeCompile" +SRC_URI="https://github.com/emacsmirror/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +SITEFILE="50${PN}-gentoo.el" |