diff options
author | 2009-06-11 11:08:58 +0000 | |
---|---|---|
committer | 2009-06-11 11:08:58 +0000 | |
commit | 4fe6b5d6ee6a6e721b077f50eda0e8201722f1c1 (patch) | |
tree | 1edd3cc63c00e7ff5c40d7670cddfd595b56d60a /net-misc/cloudvpn/cloudvpn-1.99.4.ebuild | |
parent | Removed app-misc/rednotebook entry. (diff) | |
download | sunrise-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.ebuild | 12 |
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() { |