diff options
author | 2014-10-18 11:50:31 +0000 | |
---|---|---|
committer | 2014-10-18 11:50:31 +0000 | |
commit | dbd9b8459740cadaa40a3f070c9390897db1eadd (patch) | |
tree | f1d7bf59e0282c1539faef7efd4e856acc37eadc /app-vim | |
parent | initial import from the rust overlay (diff) | |
download | gentoo-2-dbd9b8459740cadaa40a3f070c9390897db1eadd.tar.gz gentoo-2-dbd9b8459740cadaa40a3f070c9390897db1eadd.tar.bz2 gentoo-2-dbd9b8459740cadaa40a3f070c9390897db1eadd.zip |
initial import from the rust overlay
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0xB2EFA1D4)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/rust-mode/ChangeLog | 10 | ||||
-rw-r--r-- | app-vim/rust-mode/metadata.xml | 8 | ||||
-rw-r--r-- | app-vim/rust-mode/rust-mode-0.11.0.ebuild | 23 | ||||
-rw-r--r-- | app-vim/rust-mode/rust-mode-0.12.0.ebuild | 23 |
4 files changed, 64 insertions, 0 deletions
diff --git a/app-vim/rust-mode/ChangeLog b/app-vim/rust-mode/ChangeLog new file mode 100644 index 000000000000..a2e47820e3a4 --- /dev/null +++ b/app-vim/rust-mode/ChangeLog @@ -0,0 +1,10 @@ +# 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.1 2014/10/18 11:50:31 jauhien Exp $ + +*rust-mode-0.11.0 (18 Oct 2014) +*rust-mode-0.12.0 (18 Oct 2014) + + 18 Oct 2014; Jauhien Piatlicki <jauhien@gentoo.org> +metadata.xml, + +rust-mode-0.11.0.ebuild, +rust-mode-0.12.0.ebuild: + initial import from the rust overlay diff --git a/app-vim/rust-mode/metadata.xml b/app-vim/rust-mode/metadata.xml new file mode 100644 index 000000000000..0b7db932cfa4 --- /dev/null +++ b/app-vim/rust-mode/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>jauhien@gentoo.org</email> + <name>Jauhien Piatlicki</name> + </maintainer> +</pkgmetadata> diff --git a/app-vim/rust-mode/rust-mode-0.11.0.ebuild b/app-vim/rust-mode/rust-mode-0.11.0.ebuild new file mode 100644 index 000000000000..0ca05957c8d5 --- /dev/null +++ b/app-vim/rust-mode/rust-mode-0.11.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/rust-mode/rust-mode-0.11.0.ebuild,v 1.1 2014/10/18 11:50:31 jauhien Exp $ + +EAPI="5" + +inherit vim-plugin + +DESCRIPTION="Rust mode for vim" +HOMEPAGE="http://www.rust-lang.org/" +SRC_URI="http://static.rust-lang.org/dist/rust-${PV}.tar.gz" + +LICENSE="|| ( MIT Apache-2.0 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +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="${WORKDIR}/rust-${PV}/src/etc/vim" diff --git a/app-vim/rust-mode/rust-mode-0.12.0.ebuild b/app-vim/rust-mode/rust-mode-0.12.0.ebuild new file mode 100644 index 000000000000..4f9e93b822a2 --- /dev/null +++ b/app-vim/rust-mode/rust-mode-0.12.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/rust-mode/rust-mode-0.12.0.ebuild,v 1.1 2014/10/18 11:50:31 jauhien Exp $ + +EAPI="5" + +inherit vim-plugin + +DESCRIPTION="Rust mode for vim" +HOMEPAGE="http://www.rust-lang.org/" +SRC_URI="http://static.rust-lang.org/dist/rust-${PV}.tar.gz" + +LICENSE="|| ( MIT Apache-2.0 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +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="${WORKDIR}/rust-${PV}/src/etc/vim" |