yac         15/04/22 14:43:57

  Modified:             ChangeLog
  Added:                git-pimp-0.7-r1.ebuild
  Removed:              git-pimp-0.7.ebuild
  Log:
  Depend on git-mailz in the proper category
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
F97A36A1)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git-pimp/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   22 Apr 2015 13:58:50 -0000      1.1
+++ ChangeLog   22 Apr 2015 14:43:57 -0000      1.2
@@ -1,6 +1,12 @@
 # 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.1 2015/04/22 
13:58:50 yac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-pimp/ChangeLog,v 1.2 2015/04/22 
14:43:57 yac Exp $
+
+*git-pimp-0.7-r1 (22 Apr 2015)
+
+  22 Apr 2015; Jan Matejka <y...@gentoo.org> +git-pimp-0.7-r1.ebuild,
+  -git-pimp-0.7.ebuild:
+  Depend on git-mailz in the proper category
 
 *git-pimp-0.7 (22 Apr 2015)
 



1.1                  dev-vcs/git-pimp/git-pimp-0.7-r1.ebuild

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

Index: git-pimp-0.7-r1.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.7-r1.ebuild,v 
1.1 2015/04/22 14:43:57 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