Date: Monday, February 2, 2015 @ 10:45:33
Author: fyan
Revision: 126966
archrelease: copy trunk to community-any
Added:
shadowsocks/repos/community-any/PKGBUILD
(from rev 126965, shadowsocks/trunk/PKGBUILD)
shadowsocks/repos/community-any/[email protected]
(from rev 126965, shadowsocks/trunk/[email protected])
shadowsocks/repos/community-any/shadowsocks.install
(from rev 126965, shadowsocks/trunk/shadowsocks.install)
shadowsocks/repos/community-any/[email protected]
(from rev 126965, shadowsocks/trunk/[email protected])
Deleted:
shadowsocks/repos/community-any/PKGBUILD
shadowsocks/repos/community-any/[email protected]
shadowsocks/repos/community-any/shadowsocks.install
shadowsocks/repos/community-any/[email protected]
-----------------------------+
PKGBUILD | 94 +++++++++++++++++++++---------------------
[email protected] | 24 +++++-----
shadowsocks.install | 10 ++--
[email protected] | 24 +++++-----
4 files changed, 76 insertions(+), 76 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-02 09:45:04 UTC (rev 126965)
+++ PKGBUILD 2015-02-02 09:45:33 UTC (rev 126966)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=shadowsocks
-pkgver=2.6.6
-pkgrel=1
-pkgdesc="A lightweight tunnel proxy"
-license=("MIT")
-url="http://pypi.python.org/pypi/shadowsocks"
-arch=('any')
-depends=('python' 'python-setuptools')
-optdepends=('libsodium: For salsa20 and chacha20 support')
-install=${pkgname}.install
-source=("http://pypi.python.org/packages/source/s/shadowsocks/shadowsocks-${pkgver}.tar.gz"
-
"$pkgname-LICENSE::https://raw.github.com/clowwindy/shadowsocks/master/LICENSE"
- "[email protected]"
- "[email protected]")
-sha512sums=('e71a56dcc100ec4dfb7dcae3bb18fbb3087ed20bd14d59c7df4dd6e209276b9eaae3b9e62b94761ee636ca74d2f7e3d052b50b80c0bfcc964083f240132d9175'
-
'88abf42d51d7b7baa2b9cef016bfd194373fd178980c2c6f1bbb3ce31d3267dfca71efb013c6596c57c0390fdb95d716ff4acca97bdf960e56e9edf16f770352'
-
'96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
-
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')
-
-check() {
- cd shadowsocks-$pkgver
-
- # Tests not included
- return
- python tests/test.py -c tests/table.json
- python tests/test.py -c tests/aes.json
- python tests/test.py -c tests/rc4-md5.json
- python tests/test.py -c tests/salsa20.json
- python tests/test.py -c tests/server-multi-ports.json
- python tests/test.py -c tests/server-multi-passwd.json
- python tests/test.py -c tests/server-multi-passwd-table.json
- python tests/test.py -c tests/workers.json
-}
-
-package() {
- cd "$srcdir/shadowsocks-$pkgver"
-
- python setup.py install -O1 --root="$pkgdir"
-
- install -d "$pkgdir/etc/shadowsocks"
- install -Dm644 "$srcdir/[email protected]"
"$pkgdir/usr/lib/systemd/system/[email protected]"
- install -Dm644 "$srcdir/[email protected]"
"$pkgdir/usr/lib/systemd/system/[email protected]"
- install -Dm644 "$srcdir/$pkgname-LICENSE"
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: shadowsocks/repos/community-any/PKGBUILD (from rev 126965,
shadowsocks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-02-02 09:45:33 UTC (rev 126966)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=shadowsocks
+pkgver=2.6.7
+pkgrel=1
+pkgdesc="A lightweight tunnel proxy"
+license=("MIT")
+url="http://pypi.python.org/pypi/shadowsocks"
+arch=('any')
+depends=('python' 'python-setuptools')
+optdepends=('libsodium: For salsa20 and chacha20 support')
+install=${pkgname}.install
+source=("http://pypi.python.org/packages/source/s/shadowsocks/shadowsocks-${pkgver}.tar.gz"
+
"$pkgname-LICENSE::https://raw.github.com/clowwindy/shadowsocks/master/LICENSE"
+ "[email protected]"
+ "[email protected]")
+sha512sums=('8ab52bcaa531a0049664ec628883957a2c3a5a540340dfe635820005a829e4378dd2fd3278e5db668190273a61916e2041743b72f8612afe637c5dfca4a905b2'
+
'ff6b57edea530a10559793fe20d1da0359100043855f180f3c7c7c821321ce84ee9f914b170eb2b34ee000493bd2a1864a96a95038373e460306f76f50eee46d'
+
'96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
+
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')
+
+check() {
+ cd shadowsocks-$pkgver
+
+ # Tests not included
+ return
+ python tests/test.py -c tests/table.json
+ python tests/test.py -c tests/aes.json
+ python tests/test.py -c tests/rc4-md5.json
+ python tests/test.py -c tests/salsa20.json
+ python tests/test.py -c tests/server-multi-ports.json
+ python tests/test.py -c tests/server-multi-passwd.json
+ python tests/test.py -c tests/server-multi-passwd-table.json
+ python tests/test.py -c tests/workers.json
+}
+
+package() {
+ cd "$srcdir/shadowsocks-$pkgver"
+
+ python setup.py install -O1 --root="$pkgdir"
+
+ install -d "$pkgdir/etc/shadowsocks"
+ install -Dm644 "$srcdir/[email protected]"
"$pkgdir/usr/lib/systemd/system/[email protected]"
+ install -Dm644 "$srcdir/[email protected]"
"$pkgdir/usr/lib/systemd/system/[email protected]"
+ install -Dm644 "$srcdir/$pkgname-LICENSE"
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
Deleted: [email protected]
===================================================================
--- [email protected] 2015-02-02 09:45:04 UTC (rev 126965)
+++ [email protected] 2015-02-02 09:45:33 UTC (rev 126966)
@@ -1,12 +0,0 @@
-[Unit]
-Description=Shadowsocks Server Service
-After=network.target
-
-[Service]
-Type=simple
-User=nobody
-ExecStart=/usr/bin/ssserver -c /etc/shadowsocks/%i.json
-
-[Install]
-WantedBy=multi-user.target
-
Copied: shadowsocks/repos/community-any/[email protected] (from rev
126965, shadowsocks/trunk/[email protected])
===================================================================
--- [email protected] (rev 0)
+++ [email protected] 2015-02-02 09:45:33 UTC (rev 126966)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Shadowsocks Server Service
+After=network.target
+
+[Service]
+Type=simple
+User=nobody
+ExecStart=/usr/bin/ssserver -c /etc/shadowsocks/%i.json
+
+[Install]
+WantedBy=multi-user.target
+
Deleted: shadowsocks.install
===================================================================
--- shadowsocks.install 2015-02-02 09:45:04 UTC (rev 126965)
+++ shadowsocks.install 2015-02-02 09:45:33 UTC (rev 126966)
@@ -1,5 +0,0 @@
-post_install() {
- echo "You can use profiled systemd units to start/stop shadowsocks:
(Profiles are placed under /etc/shadowsocks/*.json)"
- echo "# systemctl start/stop shadowsocks[-server]@<conf-name>"
-}
-
Copied: shadowsocks/repos/community-any/shadowsocks.install (from rev 126965,
shadowsocks/trunk/shadowsocks.install)
===================================================================
--- shadowsocks.install (rev 0)
+++ shadowsocks.install 2015-02-02 09:45:33 UTC (rev 126966)
@@ -0,0 +1,5 @@
+post_install() {
+ echo "You can use profiled systemd units to start/stop shadowsocks:
(Profiles are placed under /etc/shadowsocks/*.json)"
+ echo "# systemctl start/stop shadowsocks[-server]@<conf-name>"
+}
+
Deleted: [email protected]
===================================================================
--- [email protected] 2015-02-02 09:45:04 UTC (rev 126965)
+++ [email protected] 2015-02-02 09:45:33 UTC (rev 126966)
@@ -1,12 +0,0 @@
-[Unit]
-Description=Shadowsocks Client Service
-After=network.target
-
-[Service]
-Type=simple
-User=nobody
-ExecStart=/usr/bin/sslocal -c /etc/shadowsocks/%i.json
-
-[Install]
-WantedBy=multi-user.target
-
Copied: shadowsocks/repos/community-any/[email protected] (from rev 126965,
shadowsocks/trunk/[email protected])
===================================================================
--- [email protected] (rev 0)
+++ [email protected] 2015-02-02 09:45:33 UTC (rev 126966)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Shadowsocks Client Service
+After=network.target
+
+[Service]
+Type=simple
+User=nobody
+ExecStart=/usr/bin/sslocal -c /etc/shadowsocks/%i.json
+
+[Install]
+WantedBy=multi-user.target
+