jauhien     14/10/18 11:52:06

  Added:                metadata.xml rust-zshcomp-0.12.0.ebuild
                        rust-zshcomp-0.11.0.ebuild ChangeLog
  Log:
  initial import from the rust overlay
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 0xB2EFA1D4)

Revision  Changes    Path
1.1                  app-shells/rust-zshcomp/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/rust-zshcomp/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/rust-zshcomp/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
<pkgmetadata>
  <maintainer>
    <email>jauh...@gentoo.org</email>
    <name>Jauhien Piatlicki</name>
  </maintainer>
</pkgmetadata>



1.1                  app-shells/rust-zshcomp/rust-zshcomp-0.12.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/rust-zshcomp/rust-zshcomp-0.12.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/rust-zshcomp/rust-zshcomp-0.12.0.ebuild?rev=1.1&content-type=text/plain

Index: rust-zshcomp-0.12.0.ebuild
===================================================================
# 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
}



1.1                  app-shells/rust-zshcomp/rust-zshcomp-0.11.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/rust-zshcomp/rust-zshcomp-0.11.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/rust-zshcomp/rust-zshcomp-0.11.0.ebuild?rev=1.1&content-type=text/plain

Index: rust-zshcomp-0.11.0.ebuild
===================================================================
# 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
}



1.1                  app-shells/rust-zshcomp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/rust-zshcomp/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/rust-zshcomp/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# 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.1 
2014/10/18 11:52:06 jauhien Exp $

*rust-zshcomp-0.11.0 (18 Oct 2014)
*rust-zshcomp-0.12.0 (18 Oct 2014)

  18 Oct 2014; Jauhien Piatlicki <jauh...@gentoo.org> +metadata.xml,
  +rust-zshcomp-0.11.0.ebuild, +rust-zshcomp-0.12.0.ebuild:
  initial import from the rust overlay




Reply via email to