public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Yixun Lan" <dlan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/shadowsocks-libev/
Date: Fri, 14 Oct 2016 21:31:53 +0000 (UTC)	[thread overview]
Message-ID: <1476480711.41399965c48d628e5acc9f4ef5a4fca3e22dd96d.dlan@gentoo> (raw)

commit:     41399965c48d628e5acc9f4ef5a4fca3e22dd96d
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 14 21:31:01 2016 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Fri Oct 14 21:31:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41399965

net-proxy/shadowsocks-libev: remove old

Package-Manager: portage-2.3.2

 net-proxy/shadowsocks-libev/Manifest               |  2 -
 net-proxy/shadowsocks-libev/metadata.xml           |  1 -
 .../shadowsocks-libev-2.4.7-r1.ebuild              | 66 --------------------
 .../shadowsocks-libev-2.5.0-r1.ebuild              | 72 ----------------------
 4 files changed, 141 deletions(-)

diff --git a/net-proxy/shadowsocks-libev/Manifest b/net-proxy/shadowsocks-libev/Manifest
index dfd8ab8..b4e09b9 100644
--- a/net-proxy/shadowsocks-libev/Manifest
+++ b/net-proxy/shadowsocks-libev/Manifest
@@ -1,4 +1,2 @@
-DIST shadowsocks-libev-2.4.7.tar.gz 1485472 SHA256 957265cc5339e020d8c8bb7414ab14936e3939dc7355f334aec896ec9b03c6ed SHA512 d89d4b12de9c70b5450c75ed005e590cf93e13a1e16e3e084dea378b99b0e4e7e3fa8f3339718fba14a39089e5e8a8f5f4d1ae9c8165dbe69fc9bb54d12b3964 WHIRLPOOL 2c5df635ec18040b70c0e4746d059d8fb59ec561d2640f62c987172dea95505a282dc7dcad8a88cfd8ce03a3635e3072dcab1893849353f040dc9518948d5321
-DIST shadowsocks-libev-2.5.0.tar.gz 1497070 SHA256 6841e0efa1c01caef5a827f463ee304dc9e48fb4751cc9256316df5ab4490ae0 SHA512 860db03630a927c4c5e3d1e0525a9209d1d5e7fc43f5260559f90aa5919b99a34eb16736534cd4b308b00c87805ddfbbc7e12d0561deb6ddc60b775f4d8f842a WHIRLPOOL abc5822395612326be7ad1453576a10373894d6d81391b61fc83e9ef50290d47f7e829d48158a07952face327bd8276ca1615a1d069fc6aff96a95d1766210e4
 DIST shadowsocks-libev-2.5.4.tar.gz 1538962 SHA256 06cb4e8c42d9f2876def93255753f72757e07118968498057e124937705d46c2 SHA512 126ae569f7a9204ae4f2fb52f2a00f06971eeebf75ee81b8f38dd784ddb79aaa71621c9882e1c6c7ada243bed3535753caa3f5e68365bc1752c657c97cc1e2fb WHIRLPOOL 723154a9fef417281903e1ab3c1a74cb2aa939acd1f286f0cda16c520c5bf2ee7f164701ece4aed803199a62dfad9184ac774e237e05d9e97a19b9d9fc2d8e74
 DIST shadowsocks-libev-2.5.5.tar.gz 1539044 SHA256 46a72367b7301145906185f1e4136e39d6792d27643826e409ab708351b6d0dd SHA512 5ce15288f23bcb566428b6a46fb47375c9c89ace658e32f049208c6dd5ec644d1be6c1d844f5edaf4073be52e846d37b6d78a310f64f50a95811dfbcc0f91188 WHIRLPOOL fde30bc7c3ff0c75dba7bce45370eecb5bac84c13c049eb7a850e34e4cd3dfbb8ea1147301d9fbe19d8373336526e8fa454410e2c9e6429ffd893fb53abe398f

diff --git a/net-proxy/shadowsocks-libev/metadata.xml b/net-proxy/shadowsocks-libev/metadata.xml
index 3c59764..230c538 100644
--- a/net-proxy/shadowsocks-libev/metadata.xml
+++ b/net-proxy/shadowsocks-libev/metadata.xml
@@ -9,7 +9,6 @@
 </longdescription>
   <use>
     <flag name="openssl">Use <pkg>dev-libs/openssl</pkg> as crypto backend</flag>
-	<flag name="polarssl">Use <pkg>net-libs/polarssl</pkg> as crypto backend</flag>
     <flag name="mbedtls">Use <pkg>net-libs/mbedtls</pkg> as crypto backend</flag>
 	<flag name="system-libs">Use system libraries instead of the ones included in the upstream distribution</flag>
   </use>

diff --git a/net-proxy/shadowsocks-libev/shadowsocks-libev-2.4.7-r1.ebuild b/net-proxy/shadowsocks-libev/shadowsocks-libev-2.4.7-r1.ebuild
deleted file mode 100644
index 34e8971..00000000
--- a/net-proxy/shadowsocks-libev/shadowsocks-libev-2.4.7-r1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils systemd
-
-DESCRIPTION="A lightweight secured SOCKS5 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 +system-libs"
-
-DEPEND="openssl? ( dev-libs/openssl:= )
-	polarssl? ( net-libs/polarssl )
-	<sys-kernel/linux-headers-4.5
-	system-libs? (
-		dev-libs/libev
-		dev-libs/libsodium
-		net-libs/udns
-	)
-	"
-RDEPEND="${DEPEND}"
-
-REQUIRED_USE=" ^^ ( openssl polarssl )"
-
-src_configure() {
-	econf \
-		$(use_enable debug assert) \
-		$(use_enable system-libs system-shared-lib) \
-		--with-crypto-library=$(usex openssl openssl polarssl)
-}
-
-src_install() {
-	default
-	prune_libtool_files --all
-
-	dodir "/etc/${PN}"
-	insinto "/etc/${PN}"
-	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
-	dosym /etc/init.d/shadowsocks /etc/init.d/shadowsocks.redir
-	dosym /etc/init.d/shadowsocks /etc/init.d/shadowsocks.tunnel
-
-	systemd_newunit "${FILESDIR}/${PN}-local_at.service" "${PN}-local@.service"
-	systemd_newunit "${FILESDIR}/${PN}-server_at.service" "${PN}-server@.service"
-	systemd_newunit "${FILESDIR}/${PN}-redir_at.service" "${PN}-redir@.service"
-	systemd_newunit "${FILESDIR}/${PN}-tunnel_at.service" "${PN}-tunnel@.service"
-}
-
-pkg_setup() {
-	elog "You need to choose the mode"
-	elog "  server: rc-update add shadowsocks.server default"
-	elog "  client: rc-update add shadowsocks.client default"
-	elog "  redir:  rc-update add shadowsocks.redir default"
-	elog "  tunnel: rc-update add shadowsocks.tunnel default"
-}

diff --git a/net-proxy/shadowsocks-libev/shadowsocks-libev-2.5.0-r1.ebuild b/net-proxy/shadowsocks-libev/shadowsocks-libev-2.5.0-r1.ebuild
deleted file mode 100644
index 06e70f0..00000000
--- a/net-proxy/shadowsocks-libev/shadowsocks-libev-2.5.0-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit eutils systemd
-
-DESCRIPTION="A lightweight secured SOCKS5 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 doc +openssl mbedtls +system-libs"
-
-RDEPEND="openssl? ( dev-libs/openssl:= )
-	mbedtls? ( net-libs/mbedtls )
-	system-libs? (
-		>=dev-libs/libsodium-1.0.8
-		dev-libs/libev
-		net-libs/udns
-	)
-	"
-DEPEND="${RDEPEND}
-	sys-kernel/linux-headers
-	doc? (
-		app-text/asciidoc
-		app-text/xmlto
-	)
-	"
-
-REQUIRED_USE=" ^^ ( openssl mbedtls )"
-
-src_configure() {
-	econf \
-		$(use_enable debug assert) \
-		$(use_enable doc documentation) \
-		$(use_enable system-libs system-shared-lib) \
-		--with-crypto-library=$(usex openssl openssl mbedtls)
-}
-
-src_install() {
-	default
-	prune_libtool_files --all
-
-	dodir "/etc/${PN}"
-	insinto "/etc/${PN}"
-	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
-	dosym /etc/init.d/shadowsocks /etc/init.d/shadowsocks.redir
-	dosym /etc/init.d/shadowsocks /etc/init.d/shadowsocks.tunnel
-
-	systemd_newunit "${FILESDIR}/${PN}-local_at.service" "${PN}-local@.service"
-	systemd_newunit "${FILESDIR}/${PN}-server_at.service" "${PN}-server@.service"
-	systemd_newunit "${FILESDIR}/${PN}-redir_at.service" "${PN}-redir@.service"
-	systemd_newunit "${FILESDIR}/${PN}-tunnel_at.service" "${PN}-tunnel@.service"
-}
-
-pkg_setup() {
-	elog "You need to choose the mode"
-	elog "  server: rc-update add shadowsocks.server default"
-	elog "  client: rc-update add shadowsocks.client default"
-	elog "  redir:  rc-update add shadowsocks.redir default"
-	elog "  tunnel: rc-update add shadowsocks.tunnel default"
-}


             reply	other threads:[~2016-10-14 21:32 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-14 21:31 Yixun Lan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-12-03  1:23 [gentoo-commits] repo/gentoo:master commit in: net-proxy/shadowsocks-libev/ Yixun Lan
2021-01-14  8:20 Yixun Lan
2021-01-13 23:09 Yixun Lan
2020-09-27  8:49 Yixun Lan
2020-02-15  7:21 Yixun Lan
2020-02-15  7:21 Yixun Lan
2020-01-22  6:22 Yixun Lan
2019-12-13  9:21 Yixun Lan
2019-11-16 10:29 Yixun Lan
2019-10-16  2:58 Yixun Lan
2019-10-16  2:58 Yixun Lan
2019-08-29  7:52 Yixun Lan
2019-06-24 22:06 Yixun Lan
2019-06-24 22:06 Yixun Lan
2019-03-20  1:44 Yixun Lan
2019-03-12  6:37 Yixun Lan
2019-03-07  3:24 Yixun Lan
2019-03-07  3:22 Yixun Lan
2019-01-24  9:17 Yixun Lan
2018-10-23 12:49 Benda XU
2018-05-31  5:53 Yixun Lan
2018-04-24 14:20 Yixun Lan
2018-03-13 22:04 Yixun Lan
2018-03-01 14:43 Yixun Lan
2018-03-01 10:40 Yixun Lan
2018-03-01 10:40 Yixun Lan
2017-11-26 23:23 David Seifert
2017-10-04  9:15 Michał Górny
2017-06-06 14:53 Yixun Lan
2017-01-19  9:49 Yixun Lan
2017-01-19  9:49 Yixun Lan
2016-11-24  2:40 Yixun Lan
2016-10-14 21:31 Yixun Lan
2016-10-11  6:34 Yixun Lan
2016-09-07  1:48 Yixun Lan
2016-09-05  7:46 Yixun Lan
2016-09-05  7:46 Yixun Lan
2016-09-01 10:23 Jeroen Roovers
2016-07-09 13:01 Patrick Lauer
2016-06-30 22:03 Yixun Lan
2016-06-30 21:41 Yixun Lan
2016-03-27 17:48 Yixun Lan
2016-03-27 17:48 Yixun Lan
2016-03-27 17:48 Yixun Lan
2015-12-21  7:47 Yixun Lan
2015-08-11 15:08 Yixun Lan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1476480711.41399965c48d628e5acc9f4ef5a4fca3e22dd96d.dlan@gentoo \
    --to=dlan@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox