commit:     c3c347d72c0ab681416ae54dcbffb616859dd36e
Author:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 13:19:14 2015 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 13:19:14 2015 +0000
URL:        https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=c3c347d7

net-misc/envoy: initial commit

 net-misc/envoy/envoy-9999.ebuild | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/net-misc/envoy/envoy-9999.ebuild b/net-misc/envoy/envoy-9999.ebuild
new file mode 100644
index 0000000..f555c1c
--- /dev/null
+++ b/net-misc/envoy/envoy-9999.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit git-r3
+
+DESCRIPTION="A ssh/gpg-agent wrapper leveraging cgroups and systemd/socket 
activation"
+HOMEPAGE="https://github.com/vodik/envoy";
+EGIT_REPO_URI="https://github.com/vodik/envoy.git";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="sys-apps/systemd
+       sys-apps/dbus"
+DEPEND="${RDEPEND}
+       dev-util/ragel
+       virtual/pkgconfig"

Reply via email to