summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-misc/cloudvpn/ChangeLog4
-rw-r--r--net-misc/cloudvpn/Manifest6
-rw-r--r--net-misc/cloudvpn/cloudvpn-1.0.7.ebuild26
-rw-r--r--net-misc/cloudvpn/cloudvpn-1.0.9.ebuild3
4 files changed, 8 insertions, 31 deletions
diff --git a/net-misc/cloudvpn/ChangeLog b/net-misc/cloudvpn/ChangeLog
index b4eb47d6b..8474c88e7 100644
--- a/net-misc/cloudvpn/ChangeLog
+++ b/net-misc/cloudvpn/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 19 Apr 2009; Christian Ruppert <idl0r@gentoo.org> -cloudvpn-1.0.7.ebuild,
+ cloudvpn-1.0.9.ebuild:
+ Removed old version.
+
19 Apr 2009; Mirek Kratochvil ([exa]) <exa.exa@gmail.com>
+cloudvpn-1.0.9.ebuild:
version bump for bug 258859
diff --git a/net-misc/cloudvpn/Manifest b/net-misc/cloudvpn/Manifest
index f374fcdde..ecb561271 100644
--- a/net-misc/cloudvpn/Manifest
+++ b/net-misc/cloudvpn/Manifest
@@ -1,6 +1,4 @@
-DIST cloudvpn-1.0.7.tar.bz2 63901 RMD160 f5de88ab5c797d6b6076b7d8f9b18e1de11bf8f6 SHA1 c5988a61615a802eb25d8ca4dfd00dca6c17d9e5 SHA256 75be08532ebeafcaad2bce144af1c401af9df9ec49be173b1ee037af37899ea0
DIST cloudvpn-1.0.9.tar.bz2 67073 RMD160 f450e5106bff8bea71e069b0f15284ac253b8ef2 SHA1 f4253ff13d8c3df783ab84040d69b5a27d6553cf SHA256 47125c67f95e3ddf54e0703f01b46995f98afabfc17d9d5b8c874a5be5e6eec4
-EBUILD cloudvpn-1.0.7.ebuild 596 RMD160 98777e995dc87eaf847f76ea7e0ea74eb9d9a05e SHA1 a5ad268263aa57657d5f8e6b0cd96221c292454a SHA256 86a146ce7c12ce4aa58e85074a2a5f2ebd7690bc94fda8388bf5d069fd09a1b5
-EBUILD cloudvpn-1.0.9.ebuild 612 RMD160 f379e704bec2f501a031a09254d21a447d2ed96e SHA1 4d84cce8beb79f45c06536466827b72d675c5f40 SHA256 0f75a244cc388d0f3d4441a9c32721f1d18484f4cc80b4d958b39c0a4ac577fc
-MISC ChangeLog 366 RMD160 40bbe1c2c71ea2c60b3817dacb5bf9c87b0da61b SHA1 d2ddd03ba69005b39f57a53d1c19f7827528a88e SHA256 f7b792a56c9f8745b45423ca0382cb7451234c0cb394b45b0c2a628e2f1ba8a7
+EBUILD cloudvpn-1.0.9.ebuild 613 RMD160 a2a8676d69e7cb5d3545117766f45ae08d4c1b19 SHA1 2a10c48a95bb0147558d9a5c236e7cb838f3e537 SHA256 b2d2c68159f801ab1c852ff5eeae1e076b6754951247629a58eb58e9afc4face
+MISC ChangeLog 491 RMD160 59b7753a36d42f760772597431b7e9c7d6290d29 SHA1 015a05a83bc7e4062a0b0b8a12c59fd3b899e65c SHA256 1323bbd58eb369bf67df06c4eeec5dcc6b961c198d38d07005e5aa53d4f10a7a
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
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
-}
-
diff --git a/net-misc/cloudvpn/cloudvpn-1.0.9.ebuild b/net-misc/cloudvpn/cloudvpn-1.0.9.ebuild
index b5272366f..d8f9b28a8 100644
--- a/net-misc/cloudvpn/cloudvpn-1.0.9.ebuild
+++ b/net-misc/cloudvpn/cloudvpn-1.0.9.ebuild
@@ -12,7 +12,8 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-libs/openssl"
-DEPEND="dev-util/scons ${RDEPEND}"
+DEPEND="dev-util/scons
+ ${RDEPEND}"
src_compile () {
# dont pass make's -l option, as scons uses it differently.