summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2009-04-19 19:48:22 +0000
committerChristian Ruppert <idl0r@gentoo.org>2009-04-19 19:48:22 +0000
commitedf3f5c50e541785ae7aca330cb35697fe0411ca (patch)
treeef5f4d449d141f47b49eb6c18c7cb6b84b187351 /net-misc/cloudvpn/cloudvpn-1.0.7.ebuild
parentmedia-radio/gpredict: Simplify. Removed license symlink. (diff)
downloadsunrise-edf3f5c50e541785ae7aca330cb35697fe0411ca.tar.gz
sunrise-edf3f5c50e541785ae7aca330cb35697fe0411ca.tar.bz2
sunrise-edf3f5c50e541785ae7aca330cb35697fe0411ca.zip
net-misc/cloudvpn: Removed old version.
svn path=/sunrise/; revision=8351
Diffstat (limited to 'net-misc/cloudvpn/cloudvpn-1.0.7.ebuild')
-rw-r--r--net-misc/cloudvpn/cloudvpn-1.0.7.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/net-misc/cloudvpn/cloudvpn-1.0.7.ebuild b/net-misc/cloudvpn/cloudvpn-1.0.7.ebuild
deleted file mode 100644
index 7f872f0d3..000000000
--- a/net-misc/cloudvpn/cloudvpn-1.0.7.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="secure mesh networking VPN"
-HOMEPAGE="http://exa.czweb.org/"
-SRC_URI="http://exa.czweb.org/releases/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/openssl"
-DEPEND="dev-util/scons ${RDEPEND}"
-
-src_compile () {
- # dont pass make's -l option, as scons uses it differently.
- scons ${MAKEOPTS/-l[0-9]} || die "compilation failed"
-}
-
-src_install () {
- dobin cloudvpn extras/cloudctl || die
- doman extras/cloudvpn.1 || die
-}
-