patrick     15/06/14 10:30:09

  Modified:             ChangeLog
  Added:                git-crypt-0.5.0.ebuild
  Log:
  Bump #551692
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git-crypt/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   21 Nov 2014 05:33:36 -0000      1.2
+++ ChangeLog   14 Jun 2015 10:30:09 -0000      1.3
@@ -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.2 
2014/11/21 05:33:36 patrick Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-crypt/ChangeLog,v 1.3 
2015/06/14 10:30:09 patrick Exp $
+
+*git-crypt-0.5.0 (14 Jun 2015)
+
+  14 Jun 2015; Patrick Lauer <patr...@gentoo.org> +git-crypt-0.5.0.ebuild:
+  Bump #551692
 
 *git-crypt-0.4 (21 Nov 2014)
 



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

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

Index: git-crypt-0.5.0.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-crypt/git-crypt-0.5.0.ebuild,v 
1.1 2015/06/14 10:30:09 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