From a091570a41917a6bac2fc7ae914fc96b003448c7 Mon Sep 17 00:00:00 2001 From: Jauhien Piatlicki Date: Tue, 10 Feb 2015 12:02:09 +0000 Subject: version bump, move live ebuild to rust overlay (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0xB2EFA1D4) --- app-shells/rust-zshcomp/ChangeLog | 11 +++++-- app-shells/rust-zshcomp/rust-zshcomp-0.11.0.ebuild | 36 ---------------------- app-shells/rust-zshcomp/rust-zshcomp-0.12.0.ebuild | 36 ---------------------- .../rust-zshcomp/rust-zshcomp-1.0.0_alpha.ebuild | 32 +++++++++++++++++++ app-shells/rust-zshcomp/rust-zshcomp-9999.ebuild | 36 ---------------------- 5 files changed, 41 insertions(+), 110 deletions(-) delete mode 100644 app-shells/rust-zshcomp/rust-zshcomp-0.11.0.ebuild delete mode 100644 app-shells/rust-zshcomp/rust-zshcomp-0.12.0.ebuild create mode 100644 app-shells/rust-zshcomp/rust-zshcomp-1.0.0_alpha.ebuild delete mode 100644 app-shells/rust-zshcomp/rust-zshcomp-9999.ebuild (limited to 'app-shells') diff --git a/app-shells/rust-zshcomp/ChangeLog b/app-shells/rust-zshcomp/ChangeLog index 4fedf34faba8..8c4e5d0fa290 100644 --- a/app-shells/rust-zshcomp/ChangeLog +++ b/app-shells/rust-zshcomp/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-shells/rust-zshcomp -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/rust-zshcomp/ChangeLog,v 1.2 2014/10/18 12:44:35 jauhien Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/rust-zshcomp/ChangeLog,v 1.3 2015/02/10 12:02:09 jauhien Exp $ + +*rust-zshcomp-1.0.0_alpha (10 Feb 2015) + + 10 Feb 2015; Jauhien Piatlicki + +rust-zshcomp-1.0.0_alpha.ebuild, -rust-zshcomp-0.11.0.ebuild, + -rust-zshcomp-0.12.0.ebuild, -rust-zshcomp-9999.ebuild: + version bump, move live ebuild to rust overlay *rust-zshcomp-9999 (18 Oct 2014) diff --git a/app-shells/rust-zshcomp/rust-zshcomp-0.11.0.ebuild b/app-shells/rust-zshcomp/rust-zshcomp-0.11.0.ebuild deleted file mode 100644 index fd9a809318b5..000000000000 --- a/app-shells/rust-zshcomp/rust-zshcomp-0.11.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/rust-zshcomp/rust-zshcomp-0.11.0.ebuild,v 1.1 2014/10/18 11:52:06 jauhien Exp $ - -EAPI="5" - -DESCRIPTION="Rust zsh completions" -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-shells/zsh - !!<=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 -" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/rust-${PV}" - -src_configure() { - : -} - -src_compile() { - : -} - -src_install() { - insinto /usr/share/zsh/site-functions - doins src/etc/zsh/_rust -} diff --git a/app-shells/rust-zshcomp/rust-zshcomp-0.12.0.ebuild b/app-shells/rust-zshcomp/rust-zshcomp-0.12.0.ebuild deleted file mode 100644 index 0bfa990a9141..000000000000 --- a/app-shells/rust-zshcomp/rust-zshcomp-0.12.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/rust-zshcomp/rust-zshcomp-0.12.0.ebuild,v 1.1 2014/10/18 11:52:06 jauhien Exp $ - -EAPI="5" - -DESCRIPTION="Rust zsh completions" -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-shells/zsh - !!<=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 -" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/rust-${PV}" - -src_configure() { - : -} - -src_compile() { - : -} - -src_install() { - insinto /usr/share/zsh/site-functions - doins src/etc/zsh/_rust -} diff --git a/app-shells/rust-zshcomp/rust-zshcomp-1.0.0_alpha.ebuild b/app-shells/rust-zshcomp/rust-zshcomp-1.0.0_alpha.ebuild new file mode 100644 index 000000000000..eb349dd76b90 --- /dev/null +++ b/app-shells/rust-zshcomp/rust-zshcomp-1.0.0_alpha.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/rust-zshcomp/rust-zshcomp-1.0.0_alpha.ebuild,v 1.1 2015/02/10 12:02:09 jauhien Exp $ + +EAPI="5" + +MY_PV="rustc-1.0.0-alpha" +DESCRIPTION="Rust zsh completions" +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" + +DEPEND="app-shells/zsh" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${MY_PV}" + +src_configure() { + : +} + +src_compile() { + : +} + +src_install() { + insinto /usr/share/zsh/site-functions + doins src/etc/zsh/_rust +} diff --git a/app-shells/rust-zshcomp/rust-zshcomp-9999.ebuild b/app-shells/rust-zshcomp/rust-zshcomp-9999.ebuild deleted file mode 100644 index 3b608e0b5734..000000000000 --- a/app-shells/rust-zshcomp/rust-zshcomp-9999.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/rust-zshcomp/rust-zshcomp-9999.ebuild,v 1.1 2014/10/18 12:44:35 jauhien Exp $ - -EAPI="5" - -inherit git-r3 - -DESCRIPTION="Rust zsh completions" -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-shells/zsh - !!<=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 -" -RDEPEND="${DEPEND}" - -src_configure() { - : -} - -src_compile() { - : -} - -src_install() { - insinto /usr/share/zsh/site-functions - doins src/etc/zsh/_rust -} -- cgit v1.2.3-65-gdbad