* [gentoo-commits] dev/alexxy:master commit in: net-misc/openvpn-mysql-auth/
@ 2012-09-27 7:22 Alexey Shvetsov
0 siblings, 0 replies; only message in thread
From: Alexey Shvetsov @ 2012-09-27 7:22 UTC (permalink / raw
To: gentoo-commits
commit: ba0d1f9e5b8f0f6fc92face3c69842b13032b570
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 27 07:21:05 2012 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Thu Sep 27 07:21:05 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/alexxy.git;a=commit;h=ba0d1f9e
add mysql auth
(Portage version: 2.2.0_alpha131/git/Linux x86_64, unsigned Manifest commit)
---
net-misc/openvpn-mysql-auth/metadata.xml | 8 ++++
.../openvpn-mysql-auth-9999.ebuild | 45 ++++++++++++++++++++
2 files changed, 53 insertions(+), 0 deletions(-)
diff --git a/net-misc/openvpn-mysql-auth/metadata.xml b/net-misc/openvpn-mysql-auth/metadata.xml
new file mode 100644
index 0000000..247f458
--- /dev/null
+++ b/net-misc/openvpn-mysql-auth/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>alexxy@gentoo.org</email>
+ <name>Alexey Shvetsov</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/net-misc/openvpn-mysql-auth/openvpn-mysql-auth-9999.ebuild b/net-misc/openvpn-mysql-auth/openvpn-mysql-auth-9999.ebuild
new file mode 100644
index 0000000..cb5c6cd
--- /dev/null
+++ b/net-misc/openvpn-mysql-auth/openvpn-mysql-auth-9999.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit autotools git-2
+
+DESCRIPTION="A flexible OpenVPN plugin to handle user using a MySQL database backend"
+HOMEPAGE="https://github.com/alexxy/openvpn-mysql-auth"
+SRC_URI=""
+EGIT_REPO_URI="
+ git://github.com/alexxy/openvpn-mysql-auth.git
+ https://github.com/alexxy/openvpn-mysql-auth.git"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+ net-misc/openvpn
+ virtual/mysql
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ # disable -Werror
+ sed -e 's:-Werror::g' \
+ -i configure.in || die
+ eautoreconf
+}
+
+src_configure() {
+ default
+}
+
+src_compile() {
+ default
+}
+
+src_install() {
+ default
+ dodoc -r example
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-09-27 7:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-27 7:22 [gentoo-commits] dev/alexxy:master commit in: net-misc/openvpn-mysql-auth/ Alexey Shvetsov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox