Home
       tdev-vcs/git-restrict: Add 9999 ebuild. - parlay - yet another gentoo overlay
  HTML git clone https://git.parazyd.org/parlay
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 7df09775c9d421be179e60ffa0601d7da3b99968
   DIR parent d86673ec95c0c0cd84957812a250e6b94ee22ee8
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Wed, 31 Mar 2021 13:26:01 +0200
       
       dev-vcs/git-restrict: Add 9999 ebuild.
       
       Diffstat:
         A dev-vcs/git-restrict/git-restrict-… |      28 ++++++++++++++++++++++++++++
         A dev-vcs/git-restrict/metadata.xml   |       7 +++++++
       
       2 files changed, 35 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/dev-vcs/git-restrict/git-restrict-9999.ebuild b/dev-vcs/git-restrict/git-restrict-9999.ebuild
       t@@ -0,0 +1,28 @@
       +# Copyright 1999-2021 Gentoo Authors
       +# Distributed under the terms of the GNU General Public License v2
       +
       +EAPI=7
       +
       +inherit git-r3
       +
       +DESCRIPTION="Simple utility for git repository permission management"
       +HOMEPAGE="https://github.com/parazyd/git-restrict"
       +EGIT_REPO_URI="https://git.parazyd.org/git-restrict.git"
       +
       +LICENSE="AGPL-3"
       +SLOT="0"
       +KEYWORDS=""
       +IUSE=""
       +
       +DEPEND=""
       +RDEPEND=""
       +
       +src_compile() {
       +        emake all
       +}
       +
       +src_install() {
       +        emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
       +        dodoc README.md
       +        dodoc -r contrib
       +}
   DIR diff --git a/dev-vcs/git-restrict/metadata.xml b/dev-vcs/git-restrict/metadata.xml
       t@@ -0,0 +1,7 @@
       +<?xml version="1.0" encoding="UTF-8"?>
       +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
       +<pkgmetadata>
       +<maintainer type="person">
       +        <email>parazyd@dyne.org</email>
       +</maintainer>
       +</pkgmetadata>