jauhien     14/10/18 12:44:35

  Modified:             ChangeLog
  Added:                rust-zshcomp-9999.ebuild
  Log:
  add live version
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 0xB2EFA1D4)

Revision  Changes    Path
1.2                  app-shells/rust-zshcomp/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/rust-zshcomp/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   18 Oct 2014 11:52:06 -0000      1.1
+++ ChangeLog   18 Oct 2014 12:44:35 -0000      1.2
@@ -1,6 +1,11 @@
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/rust-zshcomp/ChangeLog,v 1.2 
2014/10/18 12:44:35 jauhien Exp $
+
+*rust-zshcomp-9999 (18 Oct 2014)
+
+  18 Oct 2014; Jauhien Piatlicki <[email protected]> 
+rust-zshcomp-9999.ebuild:
+  add live version
 
 *rust-zshcomp-0.11.0 (18 Oct 2014)
 *rust-zshcomp-0.12.0 (18 Oct 2014)



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

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

Index: rust-zshcomp-9999.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-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
}




Reply via email to