yac         15/05/14 22:45:32

  Modified:             ChangeLog
  Added:                git-pimp-0.8.ebuild
  Log:
  Version bump to 0.8
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
F97A36A1)

Revision  Changes    Path
1.3                  dev-vcs/git-pimp/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git-pimp/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   22 Apr 2015 14:43:57 -0000      1.2
+++ ChangeLog   14 May 2015 22:45:32 -0000      1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-vcs/git-pimp
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-pimp/ChangeLog,v 1.2 2015/04/22 
14:43:57 yac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-pimp/ChangeLog,v 1.3 2015/05/14 
22:45:32 yac Exp $
+
+*git-pimp-0.8 (14 May 2015)
+
+  14 May 2015; Jan Matejka <y...@gentoo.org> +git-pimp-0.8.ebuild:
+  Version bump to 0.8
 
 *git-pimp-0.7-r1 (22 Apr 2015)
 



1.1                  dev-vcs/git-pimp/git-pimp-0.8.ebuild

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

Index: git-pimp-0.8.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-pimp/git-pimp-0.8.ebuild,v 1.1 
2015/05/14 22:45:32 yac Exp $

EAPI=5
inherit eutils

DESCRIPTION="Code review or pull requests as patch email series"
HOMEPAGE="https://github.com/roman-neuhauser/git-mailz/";

SRC_URI="http://codex.sigpipe.cz/${PN}/${P}.tar.gz";

LICENSE="MIT"
SLOT="0"

KEYWORDS="~x86 ~amd64"

DEPEND=""

RDEPEND="
        dev-vcs/git
        app-shells/zsh
        dev-vcs/git-mailz
        dev-vcs/git-mantle
"

src_install(){
        emake PREFIX="${ED}/usr" install
}




Reply via email to