dastergon    14/05/25 21:37:47

  Modified:             ChangeLog
  Added:                vcsh-1.20140508.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x3A051746)

Revision  Changes    Path
1.8                  dev-vcs/vcsh/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/vcsh/ChangeLog?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/vcsh/ChangeLog?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/vcsh/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/vcsh/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   24 Dec 2013 22:52:05 -0000      1.7
+++ ChangeLog   25 May 2014 21:37:47 -0000      1.8
@@ -1,6 +1,11 @@
 # ChangeLog for dev-vcs/vcsh
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/vcsh/ChangeLog,v 1.7 2013/12/24 
22:52:05 dastergon Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/vcsh/ChangeLog,v 1.8 2014/05/25 
21:37:47 dastergon Exp $
+
+*vcsh-1.20140508 (25 May 2014)
+
+  25 May 2014; Pavlos Ratis <[email protected]> +vcsh-1.20140508.ebuild:
+  Version bump
 
 *vcsh-1.20131214 (24 Dec 2013)
 



1.1                  dev-vcs/vcsh/vcsh-1.20140508.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/vcsh/vcsh-1.20140508.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/vcsh/vcsh-1.20140508.ebuild?rev=1.1&content-type=text/plain

Index: vcsh-1.20140508.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/vcsh/vcsh-1.20140508.ebuild,v 1.1 
2014/05/25 21:37:47 dastergon Exp $

EAPI=5

DESCRIPTION='Manage config files in $HOME via fake bare git repositories'
HOMEPAGE="https://github.com/RichiH/vcsh/";
SRC_URI="http://github.com/RichiH/vcsh/archive/v${PV}-1.tar.gz -> ${P}.tar.gz"

LICENSE="|| ( GPL-3 GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="dev-vcs/git"
DEPEND="app-text/ronn"

DOCS=( changelog README.md )

S=${S}-1
src_prepare() {
        default
        sed -i \
                -e 's,vendor-completions,site-functions,' \
                -e "s,share/doc/\$(self),share/doc/${PF}," \
                Makefile || die
}




Reply via email to