tamiko 15/05/10 10:21:40 Modified: ChangeLog Added: vcsh-1.20150502.ebuild Log: version bump; bug #548794; thanks to Austin M. Matherne (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key BD3A97A3)
Revision Changes Path 1.12 dev-vcs/vcsh/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/vcsh/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/vcsh/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/vcsh/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/vcsh/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 11 Nov 2014 23:38:35 -0000 1.11 +++ ChangeLog 10 May 2015 10:21:40 -0000 1.12 @@ -1,6 +1,11 @@ # ChangeLog for dev-vcs/vcsh -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/vcsh/ChangeLog,v 1.11 2014/11/11 23:38:35 tamiko Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/vcsh/ChangeLog,v 1.12 2015/05/10 10:21:40 tamiko Exp $ + +*vcsh-1.20150502 (10 May 2015) + + 10 May 2015; Matthias Maier <[email protected]> +vcsh-1.20150502.ebuild: + version bump; bug #548794; thanks to Austin M. Matherne *vcsh-1.20141026 (11 Nov 2014) 1.1 dev-vcs/vcsh/vcsh-1.20150502.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/vcsh/vcsh-1.20150502.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/vcsh/vcsh-1.20150502.ebuild?rev=1.1&content-type=text/plain Index: vcsh-1.20150502.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/vcsh/vcsh-1.20150502.ebuild,v 1.1 2015/05/10 10:21:40 tamiko 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}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( GPL-3 GPL-2 )" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-vcs/git" DEPEND="" DOCS=( changelog README.md CONTRIBUTORS ) src_prepare() { default sed -i \ -e 's,vendor-completions,site-functions,' \ -e "s,\(\$(DOCDIR_PREFIX)\)/\$(self),\1/${PF}," \ Makefile || die "sed failed" # remove dysfunctional tests sed -i -e 's,install: all,install:,' \ Makefile || die "sed failed" } src_compile() { : } src_install() { default dodoc -r doc/sample_hooks }
