summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJauhien Piatlicki <jauhien@gentoo.org>2014-10-18 12:42:52 +0000
committerJauhien Piatlicki <jauhien@gentoo.org>2014-10-18 12:42:52 +0000
commit8434e92ed004351854c6b703a4d4cdbfc7abc92f (patch)
treedc0821673c46b60e512f54bb0b7b749a93d1110d /app-emacs/rust-mode
parentversion bump (diff)
downloadgentoo-2-8434e92ed004351854c6b703a4d4cdbfc7abc92f.tar.gz
gentoo-2-8434e92ed004351854c6b703a4d4cdbfc7abc92f.tar.bz2
gentoo-2-8434e92ed004351854c6b703a4d4cdbfc7abc92f.zip
add live version
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0xB2EFA1D4)
Diffstat (limited to 'app-emacs/rust-mode')
-rw-r--r--app-emacs/rust-mode/ChangeLog7
-rw-r--r--app-emacs/rust-mode/rust-mode-9999.ebuild25
2 files changed, 31 insertions, 1 deletions
diff --git a/app-emacs/rust-mode/ChangeLog b/app-emacs/rust-mode/ChangeLog
index d7a5d56c1995..825ea44ee0bb 100644
--- a/app-emacs/rust-mode/ChangeLog
+++ b/app-emacs/rust-mode/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emacs/rust-mode
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/rust-mode/ChangeLog,v 1.1 2014/10/18 11:48:14 jauhien Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/rust-mode/ChangeLog,v 1.2 2014/10/18 12:42:52 jauhien Exp $
+
+*rust-mode-9999 (18 Oct 2014)
+
+ 18 Oct 2014; Jauhien Piatlicki <jauhien@gentoo.org> +rust-mode-9999.ebuild:
+ add live version
*rust-mode-0.11.0 (18 Oct 2014)
*rust-mode-0.12.0 (18 Oct 2014)
diff --git a/app-emacs/rust-mode/rust-mode-9999.ebuild b/app-emacs/rust-mode/rust-mode-9999.ebuild
new file mode 100644
index 000000000000..e3141c2aeb1c
--- /dev/null
+++ b/app-emacs/rust-mode/rust-mode-9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/rust-mode/rust-mode-9999.ebuild,v 1.1 2014/10/18 12:42:52 jauhien Exp $
+
+EAPI="5"
+
+inherit elisp git-r3
+
+DESCRIPTION="A major emacs mode for editing Rust source code"
+HOMEPAGE="http://www.rust-lang.org/"
+EGIT_REPO_URI="git://github.com/rust-lang/rust.git"
+
+LICENSE="|| ( MIT Apache-2.0 )"
+SLOT="0"
+KEYWORDS=""
+
+DEPEND="!!<=app-admin/eselect-rust-0.1_pre20140820
+ !<=dev-lang/rust-0.11.0-r1:0.11
+ !<=dev-lang/rust-999:nightly
+ !<=dev-lang/rust-9999-r2:git
+"
+
+S="${S}/src/etc/emacs"
+
+SITEFILE="50${PN}-gentoo.el"