diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-04-13 02:56:50 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-04-13 02:56:50 +0000 |
commit | cc7151a63b8f646b1411b170f2f2f500f617da5e (patch) | |
tree | 71aa5323c022dac481b43195fd6db49c523a5d1b /net-proxy | |
parent | version bump (diff) | |
download | gentoo-2-cc7151a63b8f646b1411b170f2f2f500f617da5e.tar.gz gentoo-2-cc7151a63b8f646b1411b170f2f2f500f617da5e.tar.bz2 gentoo-2-cc7151a63b8f646b1411b170f2f2f500f617da5e.zip |
version bump & drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/shadowsocks-libev/ChangeLog | 8 | ||||
-rw-r--r-- | net-proxy/shadowsocks-libev/shadowsocks-libev-2.0.4.ebuild | 49 | ||||
-rw-r--r-- | net-proxy/shadowsocks-libev/shadowsocks-libev-2.1.4.ebuild (renamed from net-proxy/shadowsocks-libev/shadowsocks-libev-1.6.4.ebuild) | 4 |
3 files changed, 9 insertions, 52 deletions
diff --git a/net-proxy/shadowsocks-libev/ChangeLog b/net-proxy/shadowsocks-libev/ChangeLog index 00c16b9306ba..ec5ea663e38d 100644 --- a/net-proxy/shadowsocks-libev/ChangeLog +++ b/net-proxy/shadowsocks-libev/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-proxy/shadowsocks-libev # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/shadowsocks-libev/ChangeLog,v 1.2 2015/01/11 14:02:48 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/shadowsocks-libev/ChangeLog,v 1.3 2015/04/13 02:56:50 dlan Exp $ + +*shadowsocks-libev-2.1.4 (13 Apr 2015) + + 13 Apr 2015; Yixun Lan <dlan@gentoo.org> -shadowsocks-libev-1.6.4.ebuild, + -shadowsocks-libev-2.0.4.ebuild, +shadowsocks-libev-2.1.4.ebuild: + version bump & drop old *shadowsocks-libev-2.0.4 (11 Jan 2015) diff --git a/net-proxy/shadowsocks-libev/shadowsocks-libev-2.0.4.ebuild b/net-proxy/shadowsocks-libev/shadowsocks-libev-2.0.4.ebuild deleted file mode 100644 index 583308eea7a8..000000000000 --- a/net-proxy/shadowsocks-libev/shadowsocks-libev-2.0.4.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/shadowsocks-libev/shadowsocks-libev-2.0.4.ebuild,v 1.1 2015/01/11 14:02:48 dlan Exp $ - -EAPI=5 - -inherit eutils - -DESCRIPTION="A lightweight secured scoks5 proxy for embedded devices and low end boxes" -HOMEPAGE="https://github.com/shadowsocks/shadowsocks-libev" - -MY_PV="v${PV}" -SRC_URI="https://github.com/shadowsocks/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug +openssl polarssl" - -DEPEND="openssl? ( dev-libs/openssl ) - polarssl? ( net-libs/polarssl ) - " -RDEPEND="${DEPEND}" - -REQUIRED_USE=" ^^ ( openssl polarssl )" - -src_configure() { - econf \ - $(use_enable debug assert) \ - --with-crypto-library=$(usex openssl openssl polarssl) -} - -src_install() { - default - prune_libtool_files --all - - insinto "/etc/" - newins "${FILESDIR}/shadowsocks.json" shadowsocks.json - - newinitd "${FILESDIR}/shadowsocks.initd" shadowsocks - dosym /etc/init.d/shadowsocks /etc/init.d/shadowsocks.server - dosym /etc/init.d/shadowsocks /etc/init.d/shadowsocks.client -} - -pkg_setup() { - elog "You need to choose to run as server or client mode" - elog " server: rc-update add shadowsocks.server default" - elog " client: rc-update add shadowsocks.client default" -} diff --git a/net-proxy/shadowsocks-libev/shadowsocks-libev-1.6.4.ebuild b/net-proxy/shadowsocks-libev/shadowsocks-libev-2.1.4.ebuild index e77a06b6c9e1..e2d4166086e5 100644 --- a/net-proxy/shadowsocks-libev/shadowsocks-libev-1.6.4.ebuild +++ b/net-proxy/shadowsocks-libev/shadowsocks-libev-2.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/shadowsocks-libev/shadowsocks-libev-1.6.4.ebuild,v 1.1 2015/01/08 09:34:06 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/shadowsocks-libev/shadowsocks-libev-2.1.4.ebuild,v 1.1 2015/04/13 02:56:50 dlan Exp $ EAPI=5 @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug +openssl polarssl" -DEPEND="openssl? ( dev-libs/openssl ) +DEPEND="openssl? ( dev-libs/openssl:= ) polarssl? ( net-libs/polarssl ) " RDEPEND="${DEPEND}" |