dlan        15/06/15 09:24:13

  Modified:             ChangeLog
  Added:                shadowsocks-libev-2.2.1.ebuild
  Removed:              shadowsocks-libev-2.1.4.ebuild
  Log:
  version bump & drop old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  Changes    Path
1.5                  net-proxy/shadowsocks-libev/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/shadowsocks-libev/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/shadowsocks-libev/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/shadowsocks-libev/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-proxy/shadowsocks-libev/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   12 May 2015 09:19:02 -0000      1.4
+++ ChangeLog   15 Jun 2015 09:24:13 -0000      1.5
@@ -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.4 
2015/05/12 09:19:02 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/shadowsocks-libev/ChangeLog,v 1.5 
2015/06/15 09:24:13 dlan Exp $
+
+*shadowsocks-libev-2.2.1 (15 Jun 2015)
+
+  15 Jun 2015; Yixun Lan <d...@gentoo.org> -shadowsocks-libev-2.1.4.ebuild,
+  +shadowsocks-libev-2.2.1.ebuild:
+  version bump
 
 *shadowsocks-libev-2.2.0 (12 May 2015)
 



1.1                  net-proxy/shadowsocks-libev/shadowsocks-libev-2.2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/shadowsocks-libev/shadowsocks-libev-2.2.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/shadowsocks-libev/shadowsocks-libev-2.2.1.ebuild?rev=1.1&content-type=text/plain

Index: shadowsocks-libev-2.2.1.ebuild
===================================================================
# 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.2.1.ebuild,v
 1.1 2015/06/15 09:24:13 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"
}




Reply via email to