diff options
author | Jauhien Piatlicki <jauhien@gentoo.org> | 2015-04-11 21:45:44 +0000 |
---|---|---|
committer | Jauhien Piatlicki <jauhien@gentoo.org> | 2015-04-11 21:45:44 +0000 |
commit | 6ddf3305a94a20688cbb09e4528e52ff0a52ae79 (patch) | |
tree | 52bcdd06be840948888b8b2272cbb79eb5056a31 /app-vim | |
parent | Remove old. (diff) | |
download | gentoo-2-6ddf3305a94a20688cbb09e4528e52ff0a52ae79.tar.gz gentoo-2-6ddf3305a94a20688cbb09e4528e52ff0a52ae79.tar.bz2 gentoo-2-6ddf3305a94a20688cbb09e4528e52ff0a52ae79.zip |
version bump, upstream splitted rust-mode to the different repo without releases, so snapshot was taken
(Portage version: 2.2.18/cvs/Linux i686, signed Manifest commit with key B2EFA1D4)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/rust-mode/ChangeLog | 9 | ||||
-rw-r--r-- | app-vim/rust-mode/rust-mode-1_beta20150411.ebuild (renamed from app-vim/rust-mode/rust-mode-1.0.0_alpha.ebuild) | 12 |
2 files changed, 14 insertions, 7 deletions
diff --git a/app-vim/rust-mode/ChangeLog b/app-vim/rust-mode/ChangeLog index 7182db3a4e0c..09f2e7f4a2d7 100644 --- a/app-vim/rust-mode/ChangeLog +++ b/app-vim/rust-mode/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-vim/rust-mode # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/rust-mode/ChangeLog,v 1.4 2015/04/11 21:45:44 jauhien Exp $ + +*rust-mode-1_beta20150411 (11 Apr 2015) + + 11 Apr 2015; <jauhien@gentoo.org> +rust-mode-1_beta20150411.ebuild, + -rust-mode-1.0.0_alpha.ebuild: + version bump, upstream splitted rust-mode to the different repo without + releases, so snapshot was taken *rust-mode-1.0.0_alpha (10 Feb 2015) diff --git a/app-vim/rust-mode/rust-mode-1.0.0_alpha.ebuild b/app-vim/rust-mode/rust-mode-1_beta20150411.ebuild index 0750a045a006..a5a5e9798bf8 100644 --- a/app-vim/rust-mode/rust-mode-1.0.0_alpha.ebuild +++ b/app-vim/rust-mode/rust-mode-1_beta20150411.ebuild @@ -1,18 +1,18 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/rust-mode/rust-mode-1_beta20150411.ebuild,v 1.1 2015/04/11 21:45:44 jauhien Exp $ -EAPI="5" +EAPI=5 inherit vim-plugin -MY_PV="rustc-1.0.0-alpha" +MY_PN="${PN}-vim" +MY_P="${MY_PN}-${PV}" DESCRIPTION="Rust mode for vim" HOMEPAGE="http://www.rust-lang.org/" -SRC_URI="http://static.rust-lang.org/dist/${MY_PV}-src.tar.gz" +SRC_URI="http://dev.gentoo.org/~jauhien/distfiles/${MY_P}.tar.gz" LICENSE="|| ( MIT Apache-2.0 )" SLOT="0" KEYWORDS="~amd64 ~x86" - -S="${WORKDIR}/${MY_PV}/src/etc/vim" +S="${WORKDIR}/${MY_P}" |