jauhien     15/04/11 21:47:31

  Modified:             ChangeLog
  Added:                rust-zshcomp-1_beta20150411.ebuild
  Removed:              rust-zshcomp-1.0.0_alpha.ebuild
  Log:
  version bump, upstream splitted rust-zshcomp to the different repo without 
releases, so snapshot was taken
  
  (Portage version: 2.2.18/cvs/Linux i686, signed Manifest commit with key 
B2EFA1D4)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/rust-zshcomp/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   10 Feb 2015 12:02:09 -0000      1.3
+++ ChangeLog   11 Apr 2015 21:47:31 -0000      1.4
@@ -1,6 +1,13 @@
 # ChangeLog for app-shells/rust-zshcomp
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/rust-zshcomp/ChangeLog,v 1.4 
2015/04/11 21:47:31 jauhien Exp $
+
+*rust-zshcomp-1_beta20150411 (11 Apr 2015)
+
+  11 Apr 2015;  <jauh...@gentoo.org> +rust-zshcomp-1_beta20150411.ebuild,
+  -rust-zshcomp-1.0.0_alpha.ebuild:
+  version bump, upstream splitted rust-zshcomp to the different repo without
+  releases, so snapshot was taken
 
 *rust-zshcomp-1.0.0_alpha (10 Feb 2015)
 



1.1                  app-shells/rust-zshcomp/rust-zshcomp-1_beta20150411.ebuild

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

Index: rust-zshcomp-1_beta20150411.ebuild
===================================================================
# 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_beta20150411.ebuild,v
 1.1 2015/04/11 21:47:31 jauhien Exp $

EAPI=5

DESCRIPTION="Rust zsh completions"
HOMEPAGE="http://www.rust-lang.org/";
SRC_URI="http://dev.gentoo.org/~jauhien/distfiles/${P}.tar.gz";

LICENSE="|| ( MIT Apache-2.0 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="app-shells/zsh"
RDEPEND="${DEPEND}"

src_configure() {
        :
}

src_compile() {
        :
}

src_install() {
        insinto /usr/share/zsh/site-functions
        doins _rust
}




Reply via email to