diff options
Diffstat (limited to 'net-misc/cloudvpn')
-rw-r--r-- | net-misc/cloudvpn/ChangeLog | 4 | ||||
-rw-r--r-- | net-misc/cloudvpn/Manifest | 5 | ||||
-rw-r--r-- | net-misc/cloudvpn/cloudvpn-1.99.4.ebuild | 31 | ||||
-rw-r--r-- | net-misc/cloudvpn/cloudvpn-9999.ebuild | 32 |
4 files changed, 71 insertions, 1 deletions
diff --git a/net-misc/cloudvpn/ChangeLog b/net-misc/cloudvpn/ChangeLog index 8474c88e7..25d95376d 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: $ + 18 May 2009; Mirek Kratochvil ([exa]) <exa.exa@gmail.com> + +cloudvpn-1.99.4.ebuild, +cloudvpn-9999.ebuild: + version bump + git ebuild for CloudVPN, bug #258859 + 19 Apr 2009; Christian Ruppert <idl0r@gentoo.org> -cloudvpn-1.0.7.ebuild, cloudvpn-1.0.9.ebuild: Removed old version. diff --git a/net-misc/cloudvpn/Manifest b/net-misc/cloudvpn/Manifest index ecb561271..acae2cd82 100644 --- a/net-misc/cloudvpn/Manifest +++ b/net-misc/cloudvpn/Manifest @@ -1,4 +1,7 @@ DIST cloudvpn-1.0.9.tar.bz2 67073 RMD160 f450e5106bff8bea71e069b0f15284ac253b8ef2 SHA1 f4253ff13d8c3df783ab84040d69b5a27d6553cf SHA256 47125c67f95e3ddf54e0703f01b46995f98afabfc17d9d5b8c874a5be5e6eec4 +DIST cloudvpn-1.99.4.tar.bz2 61539 RMD160 5a5500d5c7bbd12dbe7bc228d4b9e161a7bebac6 SHA1 9c001e75abb7bc64f03e5fa3f41e78a60ca7f1b1 SHA256 46ea3f6f470fc1ceb280e87f8c4cb984c650e831c0c7d6559b4d9a54465863da EBUILD cloudvpn-1.0.9.ebuild 613 RMD160 a2a8676d69e7cb5d3545117766f45ae08d4c1b19 SHA1 2a10c48a95bb0147558d9a5c236e7cb838f3e537 SHA256 b2d2c68159f801ab1c852ff5eeae1e076b6754951247629a58eb58e9afc4face -MISC ChangeLog 491 RMD160 59b7753a36d42f760772597431b7e9c7d6290d29 SHA1 015a05a83bc7e4062a0b0b8a12c59fd3b899e65c SHA256 1323bbd58eb369bf67df06c4eeec5dcc6b961c198d38d07005e5aa53d4f10a7a +EBUILD cloudvpn-1.99.4.ebuild 649 RMD160 13909f3b6372c31284ce357a240934b99f072205 SHA1 0f62ff22896fb8a29685b6f6493494b985022676 SHA256 5ba47a8ff6b7ea3acbdd099558f304affd64a20f8d776c5bb7b5d08a769d80cd +EBUILD cloudvpn-9999.ebuild 632 RMD160 97f9ff2f52c8100314e6a28c12e2c21d5d256e1d SHA1 064f62a45004daa905049dc956497c0dbc5ea259 SHA256 4da5bd6f2773c57bacf664bda4d322c97aa4b757d676fc1148fa70979c2e97e6 +MISC ChangeLog 656 RMD160 94478bbd9064bf0eb368920f463c8dffbc6e2010 SHA1 06b706496537c44e039d0f1183311f1b676ff12b SHA256 b544963a7f63191cdb59c72a1314f9e1070123f89c7cda1bfd777d6bfffaefb5 MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/net-misc/cloudvpn/cloudvpn-1.99.4.ebuild b/net-misc/cloudvpn/cloudvpn-1.99.4.ebuild new file mode 100644 index 000000000..9a83f513e --- /dev/null +++ b/net-misc/cloudvpn/cloudvpn-1.99.4.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=2 +inherit eutils autotools + +DESCRIPTION="secure mesh networking VPN" +HOMEPAGE="http://e-x-a.org/" +SRC_URI="http://e-x-a.org/releases/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=net-libs/gnutls-2.4" +DEPEND="sys-devel/automake + ${RDEPEND}" + +src_compile() { + rm -r src/stunproxy #incomplete, don't bother with it. + ./autogen.sh + ./configure || die "configure failed!" + emake || die "emake failed!" +} + +src_install() { + emake DESTDIR="${D}" install || die "install failed" + dodoc README +} diff --git a/net-misc/cloudvpn/cloudvpn-9999.ebuild b/net-misc/cloudvpn/cloudvpn-9999.ebuild new file mode 100644 index 000000000..5bbc1ebce --- /dev/null +++ b/net-misc/cloudvpn/cloudvpn-9999.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=2 +inherit eutils autotools git + +DESCRIPTION="secure mesh networking VPN" +HOMEPAGE="http://e-x-a.org/" +EGIT_REPO_URI="http://e-x-a.org/repos/cloudvpn.git" +EGIT_BRANCH="master" +SRC_URI="" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=net-libs/gnutls-2.4" +DEPEND="sys-devel/automake + ${RDEPEND}" + +src_compile() { + ./autogen.sh + ./configure || die "configure failed!" + emake || die "emake failed!" +} + +src_install() { + emake DESTDIR="${D}" install || die "install failed" + dodoc README +} |