summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-02-25 03:32:18 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2016-02-25 03:32:18 +0100
commitcd1696808c4e858eebfda47b2d8235a52cb470bc (patch)
tree1f5752d7f5f544f0109fa4144a074c7c6d8ce512
parentUpdate daemons (diff)
downloadportage-cd1696808c4e858eebfda47b2d8235a52cb470bc.tar.xz
portage-cd1696808c4e858eebfda47b2d8235a52cb470bc.zip
New daemon
-rw-r--r--net-misc/git-daemon-dummy/git-daemon-dummy-9999.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/net-misc/git-daemon-dummy/git-daemon-dummy-9999.ebuild b/net-misc/git-daemon-dummy/git-daemon-dummy-9999.ebuild
new file mode 100644
index 0000000..c8faf09
--- /dev/null
+++ b/net-misc/git-daemon-dummy/git-daemon-dummy-9999.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+
+inherit git-2
+
+DESCRIPTION="A redirector for old git:// endpoints"
+HOMEPAGE="https://git.zx2c4.com/git-daemon-dummy"
+SRC_URI=""
+EGIT_REPO_URI="https://git.zx2c4.com/git-daemon-dummy"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_install() {
+ dobin git-daemon-dummy
+ newinitd openrc/git-daemon-dummy.initd git-daemon-dummy
+ keepdir /var/empty
+}