patrick     14/11/21 05:33:36

  Modified:             ChangeLog
  Added:                git-crypt-0.4.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git-crypt/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   18 Feb 2014 02:58:42 -0000      1.1
+++ ChangeLog   21 Nov 2014 05:33:36 -0000      1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-vcs/git-crypt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-crypt/ChangeLog,v 1.1 
2014/02/18 02:58:42 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-crypt/ChangeLog,v 1.2 
2014/11/21 05:33:36 patrick Exp $
+
+*git-crypt-0.4 (21 Nov 2014)
+
+  21 Nov 2014; Patrick Lauer <[email protected]> +git-crypt-0.4.ebuild:
+  Bump
 
 *git-crypt-0.3 (18 Feb 2014)
 



1.1                  dev-vcs/git-crypt/git-crypt-0.4.ebuild

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

Index: git-crypt-0.4.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-crypt/git-crypt-0.4.ebuild,v 1.1 
2014/11/21 05:33:36 patrick Exp $

EAPI=5

DESCRIPTION="transparent file encryption in git"
HOMEPAGE="https://www.agwa.name/projects/git-crypt/";
SRC_URI="https://github.com/AGWA/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"

KEYWORDS="~amd64 ~x86"

RDEPEND="dev-vcs/git"
DEPEND="${RDEPEND}"

src_install() {
        mkdir -p "${D}"/usr/bin
        emake PREFIX="${D}"/usr install
}




Reply via email to