yac         15/05/14 01:01:01

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

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git-mailz/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   22 Apr 2015 14:41:01 -0000      1.1
+++ ChangeLog   14 May 2015 01:01:01 -0000      1.2
@@ -1,6 +1,11 @@
-# ChangeLog for net-mail/git-mailz
+# ChangeLog for dev-vcs/git-mailz
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-mailz/ChangeLog,v 1.1 
2015/04/22 14:41:01 yac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-mailz/ChangeLog,v 1.2 
2015/05/14 01:01:01 yac Exp $
+
+*git-mailz-0.14 (14 May 2015)
+
+  14 May 2015; Jan Matejka <y...@gentoo.org> +git-mailz-0.14.ebuild:
+  bump to 0.14
 
 *git-mailz-0.12 (22 Apr 2015)
 



1.1                  dev-vcs/git-mailz/git-mailz-0.14.ebuild

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

Index: git-mailz-0.14.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-mailz/git-mailz-0.14.ebuild,v 
1.1 2015/05/14 01:01:01 yac Exp $

EAPI=5

inherit eutils

DESCRIPTION="Send a collection of patches as emails"
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="
        virtual/mta
        dev-vcs/git
        app-shells/zsh
"

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




Reply via email to