summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
+}