From 6ddf3305a94a20688cbb09e4528e52ff0a52ae79 Mon Sep 17 00:00:00 2001 From: Jauhien Piatlicki Date: Sat, 11 Apr 2015 21:45:44 +0000 Subject: 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) --- app-vim/rust-mode/ChangeLog | 9 ++++++++- app-vim/rust-mode/rust-mode-1.0.0_alpha.ebuild | 18 ------------------ app-vim/rust-mode/rust-mode-1_beta20150411.ebuild | 18 ++++++++++++++++++ 3 files changed, 26 insertions(+), 19 deletions(-) delete mode 100644 app-vim/rust-mode/rust-mode-1.0.0_alpha.ebuild create mode 100644 app-vim/rust-mode/rust-mode-1_beta20150411.ebuild (limited to 'app-vim/rust-mode') 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; +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.0.0_alpha.ebuild deleted file mode 100644 index 0750a045a006..000000000000 --- a/app-vim/rust-mode/rust-mode-1.0.0_alpha.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# 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" diff --git a/app-vim/rust-mode/rust-mode-1_beta20150411.ebuild b/app-vim/rust-mode/rust-mode-1_beta20150411.ebuild new file mode 100644 index 000000000000..a5a5e9798bf8 --- /dev/null +++ b/app-vim/rust-mode/rust-mode-1_beta20150411.ebuild @@ -0,0 +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_beta20150411.ebuild,v 1.1 2015/04/11 21:45:44 jauhien Exp $ + +EAPI=5 + +inherit vim-plugin + +MY_PN="${PN}-vim" +MY_P="${MY_PN}-${PV}" +DESCRIPTION="Rust mode for vim" +HOMEPAGE="http://www.rust-lang.org/" +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_P}" -- cgit v1.2.3-65-gdbad