[arch-commits] Commit in shadowsocks/repos/community-any (8 files)

Felix Yan fyan at archlinux.org
Wed Feb 11 09:38:54 UTC 2015


    Date: Wednesday, February 11, 2015 @ 10:38:54
  Author: fyan
Revision: 127548

archrelease: copy trunk to community-any

Added:
  shadowsocks/repos/community-any/PKGBUILD
    (from rev 127547, shadowsocks/trunk/PKGBUILD)
  shadowsocks/repos/community-any/shadowsocks-server at .service
    (from rev 127547, shadowsocks/trunk/shadowsocks-server at .service)
  shadowsocks/repos/community-any/shadowsocks.install
    (from rev 127547, shadowsocks/trunk/shadowsocks.install)
  shadowsocks/repos/community-any/shadowsocks at .service
    (from rev 127547, shadowsocks/trunk/shadowsocks at .service)
Deleted:
  shadowsocks/repos/community-any/PKGBUILD
  shadowsocks/repos/community-any/shadowsocks-server at .service
  shadowsocks/repos/community-any/shadowsocks.install
  shadowsocks/repos/community-any/shadowsocks at .service

-----------------------------+
 PKGBUILD                    |   91 ++++++++++++++++++++----------------------
 shadowsocks-server at .service |   24 +++++------
 shadowsocks.install         |   10 ++--
 shadowsocks at .service        |   24 +++++------
 4 files changed, 73 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-02-11 09:38:23 UTC (rev 127547)
+++ PKGBUILD	2015-02-11 09:38:54 UTC (rev 127548)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-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"
-        "shadowsocks at .service"
-        "shadowsocks-server at .service")
-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/shadowsocks at .service" "$pkgdir/usr/lib/systemd/system/shadowsocks at .service"
-  install -Dm644 "$srcdir/shadowsocks-server at .service" "$pkgdir/usr/lib/systemd/system/shadowsocks-server at .service"
-  install -Dm644 "$srcdir/$pkgname-LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: shadowsocks/repos/community-any/PKGBUILD (from rev 127547, shadowsocks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-02-11 09:38:54 UTC (rev 127548)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=shadowsocks
+pkgver=2.6.8
+pkgrel=1
+pkgdesc="A lightweight tunnel proxy"
+license=('Apache')
+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"
+        "shadowsocks at .service"
+        "shadowsocks-server at .service")
+sha512sums=('5b674c3d101766261c891a01bff11f40d9e54fcd31f1f52e64ab9c3af4bee69447ee727af4a54f57dcb4f5b73f1051cd7c17a8199a9d74709b2b56f5da610d61'
+            '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/shadowsocks at .service" "$pkgdir/usr/lib/systemd/system/shadowsocks at .service"
+  install -Dm644 "$srcdir/shadowsocks-server at .service" "$pkgdir/usr/lib/systemd/system/shadowsocks-server at .service"
+}

Deleted: shadowsocks-server at .service
===================================================================
--- shadowsocks-server at .service	2015-02-11 09:38:23 UTC (rev 127547)
+++ shadowsocks-server at .service	2015-02-11 09:38:54 UTC (rev 127548)
@@ -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/shadowsocks-server at .service (from rev 127547, shadowsocks/trunk/shadowsocks-server at .service)
===================================================================
--- shadowsocks-server at .service	                        (rev 0)
+++ shadowsocks-server at .service	2015-02-11 09:38:54 UTC (rev 127548)
@@ -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-11 09:38:23 UTC (rev 127547)
+++ shadowsocks.install	2015-02-11 09:38:54 UTC (rev 127548)
@@ -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 127547, shadowsocks/trunk/shadowsocks.install)
===================================================================
--- shadowsocks.install	                        (rev 0)
+++ shadowsocks.install	2015-02-11 09:38:54 UTC (rev 127548)
@@ -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: shadowsocks at .service
===================================================================
--- shadowsocks at .service	2015-02-11 09:38:23 UTC (rev 127547)
+++ shadowsocks at .service	2015-02-11 09:38:54 UTC (rev 127548)
@@ -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/shadowsocks at .service (from rev 127547, shadowsocks/trunk/shadowsocks at .service)
===================================================================
--- shadowsocks at .service	                        (rev 0)
+++ shadowsocks at .service	2015-02-11 09:38:54 UTC (rev 127548)
@@ -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
+



More information about the arch-commits mailing list