summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2009-06-11 11:08:58 +0000
committerChristian Ruppert <idl0r@gentoo.org>2009-06-11 11:08:58 +0000
commit4fe6b5d6ee6a6e721b077f50eda0e8201722f1c1 (patch)
tree1edd3cc63c00e7ff5c40d7670cddfd595b56d60a /net-misc/cloudvpn/cloudvpn-1.99.4.ebuild
parentRemoved app-misc/rednotebook entry. (diff)
downloadsunrise-4fe6b5d6ee6a6e721b077f50eda0e8201722f1c1.tar.gz
sunrise-4fe6b5d6ee6a6e721b077f50eda0e8201722f1c1.tar.bz2
sunrise-4fe6b5d6ee6a6e721b077f50eda0e8201722f1c1.zip
Remove unused eclasses, whitespace, cleanup.
(Portage version: 2.2_rc33/svn/Linux x86_64) svn path=/sunrise/; revision=8643
Diffstat (limited to 'net-misc/cloudvpn/cloudvpn-1.99.4.ebuild')
-rw-r--r--net-misc/cloudvpn/cloudvpn-1.99.4.ebuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/net-misc/cloudvpn/cloudvpn-1.99.4.ebuild b/net-misc/cloudvpn/cloudvpn-1.99.4.ebuild
index 9b71a967b..bb7ef1b32 100644
--- a/net-misc/cloudvpn/cloudvpn-1.99.4.ebuild
+++ b/net-misc/cloudvpn/cloudvpn-1.99.4.ebuild
@@ -2,8 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=2
-inherit eutils autotools
+EAPI="2"
DESCRIPTION="secure mesh networking VPN"
HOMEPAGE="http://e-x-a.org/"
@@ -15,12 +14,15 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="net-libs/gnutls"
-DEPEND=" ${RDEPEND}
+DEPEND="${RDEPEND}
sys-devel/automake"
src_prepare() {
- rm -r src/stunproxy #incomplete, don't bother with it.
- ./autogen.sh
+ #incomplete, don't bother with it.
+ rm -r src/stunproxy
+
+ # eautoreconf doesn't work.
+ ./autogen.sh || die
}
src_install() {