public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-vcs/git-crypt: metadata.xml git-crypt-0.3.ebuild Manifest ChangeLog
@ 2014-02-18  2:58 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2014-02-18  2:58 UTC (permalink / raw
  To: gentoo-commits

patrick     14/02/18 02:58:42

  Added:                metadata.xml git-crypt-0.3.ebuild Manifest
                        ChangeLog
  Log:
  Initial import, ebuild by me
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.1                  dev-vcs/git-crypt/metadata.xml

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

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer>
		<email>patrick@gentoo.org</email>
		<name>Patrick Lauer</name>
	</maintainer>
</pkgmetadata>



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

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

Index: git-crypt-0.3.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.3.ebuild,v 1.1 2014/02/18 02:58:42 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
}



1.1                  dev-vcs/git-crypt/Manifest

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

Index: Manifest
===================================================================
DIST git-crypt-0.3.tar.gz 20660 SHA256 6b2a03d28240c06ce4c06c3fc73ecd88f61b638e42f8534a9f2d1dbd17132755 SHA512 526630e58a2e74bffe954bc2f489311fb2261337092a1c4462788d9412b7fa7b1aa744402558bba39fe776cfa6333700c4e0ad651d262a7ca14d920485192adc WHIRLPOOL 80a2c9129a0c6bba05418469163a6c32242e84fff1bef4179cf8b60b2bea3f01c6921fa97459e23c3bd08223cfe18f6cf1363f01b5244f0f94689d55954cfa90
EBUILD git-crypt-0.3.ebuild 476 SHA256 1dcf64cb2017321c51d8a00c40a0162d12845a3e8b2eaf9b7c06ec758f3fffd8 SHA512 60fd4429c9c76a180db6efe5f4d105d885cd2b24d9a244ea6ce71eb65a22fd1367ef44ce68f33057f34dac5dc3e24c6eb46daad4f195268e78b192e71c580f06 WHIRLPOOL d6593b796a62256bac74d92cd9a1d1ffb5fdf7324b150f3c8e32e5319f837f91b3d64b58847b841696d030e50aa1151ea2a4835fd57b1de6298d608f25019798
MISC metadata.xml 233 SHA256 65209e280ca6de32a92e1a57301ff69fb3472e55ba07848d6f80405d35e92d47 SHA512 0d30bfb39315a04767e07896409f5d3954f8e954e20fcbac7b92bb9a636c9f61c50b1b2cf55e6c1db9a199a0edc159b5c8cc8f541efb9c4adafa28e3652cff7b WHIRLPOOL 027c5101e1cbc665c9d2ef240f73a874c9f49a9b70175c5947e012df61de484585088a46b6ce9078816e548e6bcc326e7223539cc999159eee2757d0a2eb1480



1.1                  dev-vcs/git-crypt/ChangeLog

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

Index: ChangeLog
===================================================================
# 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 $

*git-crypt-0.3 (18 Feb 2014)

  18 Feb 2014; Patrick Lauer <patrick@gentoo.org> +git-crypt-0.3.ebuild,
  +metadata.xml:
  Initial import, ebuild by me





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-02-18  2:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-18  2:58 [gentoo-commits] gentoo-x86 commit in dev-vcs/git-crypt: metadata.xml git-crypt-0.3.ebuild Manifest ChangeLog Patrick Lauer (patrick)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox