summaryrefslogtreecommitdiff
path: root/flx/init-openvpn
diff options
context:
space:
mode:
Diffstat (limited to 'flx/init-openvpn')
-rw-r--r--flx/init-openvpn/Manifest1
-rw-r--r--flx/init-openvpn/init-openvpn-2.0.9.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/flx/init-openvpn/Manifest b/flx/init-openvpn/Manifest
new file mode 100644
index 00000000..11c53822
--- /dev/null
+++ b/flx/init-openvpn/Manifest
@@ -0,0 +1 @@
+EBUILD init-openvpn-2.0.9.ebuild 437 RMD160 dd4844971342bf13fa3a038f80e3913f312462b7 SHA1 85c206de63b818087b908816842cc6288cdaae0b SHA256 78f3d98d0ea61a472ac3d21fb0e974ba76343197a53b0a5f323b199702f755d8
diff --git a/flx/init-openvpn/init-openvpn-2.0.9.ebuild b/flx/init-openvpn/init-openvpn-2.0.9.ebuild
new file mode 100644
index 00000000..3b4c099b
--- /dev/null
+++ b/flx/init-openvpn/init-openvpn-2.0.9.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+inherit git-2 flx
+
+SDIR="people/beber"
+
+HOMEPAGE="http://master.formilux.org/git/dist/pkg/openvpn.git/"
+EGIT_REPO_URI="http://master.formilux.org/git/${SDIR}/pkg/${PN//init-/}.git"
+EGIT_BRANCH="2.0-flx0"
+#EGIT_COMMIT="v${PV}-flx0.1"
+
+KEYWORDS="amd64 x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=">=net-misc/openvpn-${PV}"