From: Patrik Gornicz Date: Mon, 21 May 2012 19:15:43 +0000 (-0400) Subject: added git-perms X-Git-Url: http://gitweb.pgornicz.com/?a=commitdiff_plain;h=239ce3391c28a77858f2df0b42f08816f29fbb49;p=pgornicz.git added git-perms --- diff --git a/dev-vcs/git-perms/git-perms-0.1_beta1.ebuild b/dev-vcs/git-perms/git-perms-0.1_beta1.ebuild new file mode 100644 index 0000000..f2e4e0c --- /dev/null +++ b/dev-vcs/git-perms/git-perms-0.1_beta1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +inherit eutils + +DESCRIPTION="Track extra file permissions in git repositories" +HOMEPAGE="" +SRC_URI="http://distfiles.pgornicz.com/pgornicz/${P}.tar.bz2" + +LICENSE="" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="dev-vcs/git" +RDEPEND="${DEPEND}" + +src_install() { + cp -r "." "${D}" || die +} + +pkg_postinst() { + elog + elog "Remember to run 'gitperms setup' in repositories you want tracked." + elog +} diff --git a/dev-vcs/git-perms/metadata.xml b/dev-vcs/git-perms/metadata.xml new file mode 100644 index 0000000..89f7f95 --- /dev/null +++ b/dev-vcs/git-perms/metadata.xml @@ -0,0 +1,11 @@ + + + + + patrik-gentoo@mail.pgornicz.com + Patrik Gornicz + + + git-perms is a set of git hooks that track extra file permissions in git repositories. + +