jauhien 15/02/10 11:59:52
Modified: ChangeLog
Added: rust-mode-1.0.0_alpha.ebuild
Removed: rust-mode-9999.ebuild rust-mode-0.11.0.ebuild
rust-mode-0.12.0.ebuild
Log:
version bump, move live ebuild to rust overlay
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key
0xB2EFA1D4)
Revision Changes Path
1.3 app-vim/rust-mode/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/rust-mode/ChangeLog?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/rust-mode/ChangeLog?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/rust-mode/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-vim/rust-mode/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 18 Oct 2014 12:43:35 -0000 1.2
+++ ChangeLog 10 Feb 2015 11:59:52 -0000 1.3
@@ -1,6 +1,13 @@
# ChangeLog for app-vim/rust-mode
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/rust-mode/ChangeLog,v 1.2
2014/10/18 12:43:35 jauhien Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/rust-mode/ChangeLog,v 1.3
2015/02/10 11:59:52 jauhien Exp $
+
+*rust-mode-1.0.0_alpha (10 Feb 2015)
+
+ 10 Feb 2015; Jauhien Piatlicki <[email protected]>
+ +rust-mode-1.0.0_alpha.ebuild, -rust-mode-0.11.0.ebuild,
+ -rust-mode-0.12.0.ebuild, -rust-mode-9999.ebuild:
+ version bump, move live ebuild to rust overlay
*rust-mode-9999 (18 Oct 2014)
1.1 app-vim/rust-mode/rust-mode-1.0.0_alpha.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/rust-mode/rust-mode-1.0.0_alpha.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/rust-mode/rust-mode-1.0.0_alpha.ebuild?rev=1.1&content-type=text/plain
Index: rust-mode-1.0.0_alpha.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/app-vim/rust-mode/rust-mode-1.0.0_alpha.ebuild,v 1.1
2015/02/10 11:59:52 jauhien Exp $
EAPI="5"
inherit vim-plugin
MY_PV="rustc-1.0.0-alpha"
DESCRIPTION="Rust mode for vim"
HOMEPAGE="http://www.rust-lang.org/"
SRC_URI="http://static.rust-lang.org/dist/${MY_PV}-src.tar.gz"
LICENSE="|| ( MIT Apache-2.0 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PV}/src/etc/vim"