summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-08-07 19:22:52 +0200
committerMichał Górny <mgorny@gentoo.org>2016-08-07 19:25:39 +0200
commit1618ebe0c6201a159532caf5cf694fc79a454061 (patch)
tree15b3a04d480ea8bbe97c3652642e38bdbc0a21ff
parentapp-mobilephone/freesmee: Remove last-rited pkg, #587766 (diff)
downloadgentoo-1618ebe0c6201a159532caf5cf694fc79a454061.tar.gz
gentoo-1618ebe0c6201a159532caf5cf694fc79a454061.tar.bz2
gentoo-1618ebe0c6201a159532caf5cf694fc79a454061.zip
net-p2p/syncthing-relaysrv: Remove last-rited pkg
-rw-r--r--net-p2p/syncthing-relaysrv/Manifest1
-rw-r--r--net-p2p/syncthing-relaysrv/files/syncthing-relaysrv.confd3
-rw-r--r--net-p2p/syncthing-relaysrv/files/syncthing-relaysrv.initd24
-rw-r--r--net-p2p/syncthing-relaysrv/files/syncthing-relaysrv.service18
-rw-r--r--net-p2p/syncthing-relaysrv/metadata.xml20
-rw-r--r--net-p2p/syncthing-relaysrv/syncthing-relaysrv-0.12.18.ebuild48
-rw-r--r--profiles/package.mask6
7 files changed, 0 insertions, 120 deletions
diff --git a/net-p2p/syncthing-relaysrv/Manifest b/net-p2p/syncthing-relaysrv/Manifest
deleted file mode 100644
index 058228a52e2f..000000000000
--- a/net-p2p/syncthing-relaysrv/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syncthing-relaysrv-0.12.18.tar.gz 174413 SHA256 ce21cd29bd091c3dbdc138dc94ede63b6d815b664b615a87a4f1b01ee5f2ce35 SHA512 58f0494bc61e2d62e54535483b8ff7053d433b17a94c85a006a72a9d82d4cd454f97daa9c2648cf63ff4dd55f2fc6c3a85eb5295309cacec3ea2b8fa58d166ff WHIRLPOOL 3f8ffaf1f328244e3a09d817091e06a7f241351845fb8ac62e299681d8d53e43f4370d923cc9cee98064f4e58c195b858295b627e0686c7f9d7171a6610bd87e
diff --git a/net-p2p/syncthing-relaysrv/files/syncthing-relaysrv.confd b/net-p2p/syncthing-relaysrv/files/syncthing-relaysrv.confd
deleted file mode 100644
index a09a708a0de4..000000000000
--- a/net-p2p/syncthing-relaysrv/files/syncthing-relaysrv.confd
+++ /dev/null
@@ -1,3 +0,0 @@
-# Options to pass to syncthing-relaysrv
-# see syncthing-relaysrv --help for more information
-SR_OPTS=
diff --git a/net-p2p/syncthing-relaysrv/files/syncthing-relaysrv.initd b/net-p2p/syncthing-relaysrv/files/syncthing-relaysrv.initd
deleted file mode 100644
index 5ee25afd3091..000000000000
--- a/net-p2p/syncthing-relaysrv/files/syncthing-relaysrv.initd
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-SR_USER=syncthing-relaysrv
-SR_GROUP=syncthing-relaysrv
-SR_HOMEDIR=/var/lib/syncthing-relaysrv
-
-description="Relay service for syncthing"
-command="/usr/bin/syncthing-relaysrv"
-command_args="${SR_OPTS}"
-pidfile="/run/syncthing-relaysrv.pid"
-start_stop_daemon_args="--background
- --user ${SR_USER}
- --group ${SR_GROUP}
- --chdir \"${SR_HOMEDIR}\"
- --make-pidfile "
-
-depend() {
- need net
-}
-
-start_pre() {
- checkpath -q -d -o ${SR_USER}:${SR_GROUP} ${SR_HOMEDIR}
-}
diff --git a/net-p2p/syncthing-relaysrv/files/syncthing-relaysrv.service b/net-p2p/syncthing-relaysrv/files/syncthing-relaysrv.service
deleted file mode 100644
index 5dc3eee09ba4..000000000000
--- a/net-p2p/syncthing-relaysrv/files/syncthing-relaysrv.service
+++ /dev/null
@@ -1,18 +0,0 @@
-[Unit]
-Description=Syncthing relay server
-After=network.target
-
-[Service]
-User=syncthing-relaysrv
-Group=syncthing-relaysrv
-ExecStart=/usr/bin/syncthing-relaysrv
-WorkingDirectory=/var/lib/syncthing-relaysrv
-RootDirectory=/var/lib/syncthing-relaysrv
-
-PrivateTmp=true
-ProtectSystem=full
-ProtectHome=true
-NoNewPrivileges=true
-
-[Install]
-WantedBy=multi-user.target
diff --git a/net-p2p/syncthing-relaysrv/metadata.xml b/net-p2p/syncthing-relaysrv/metadata.xml
deleted file mode 100644
index e6e03d77dfb8..000000000000
--- a/net-p2p/syncthing-relaysrv/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>kaikaikai@yandex.ru</email>
- <name>Alexey Korepanov</name>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <longdescription lang="en">
- Relay server for Syncthing helps people behind nats and
- firewalls synchronize their data.
- </longdescription>
- <upstream>
- <remote-id type="github">syncthing/relaysrv</remote-id>
- <bugs-to>https://github.com/syncthing/relaysrv/issues</bugs-to>
- </upstream>
-</pkgmetadata>
diff --git a/net-p2p/syncthing-relaysrv/syncthing-relaysrv-0.12.18.ebuild b/net-p2p/syncthing-relaysrv/syncthing-relaysrv-0.12.18.ebuild
deleted file mode 100644
index a0cae01a73af..000000000000
--- a/net-p2p/syncthing-relaysrv/syncthing-relaysrv-0.12.18.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-EGO_PN="github.com/syncthing/relaysrv"
-EGIT_COMMIT=v${PV}
-
-inherit golang-vcs-snapshot systemd user versionator
-
-DESCRIPTION="Syncthing relay server"
-HOMEPAGE="https://syncthing.net"
-SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~arm"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-DOCS="README.md"
-
-USER=syncthing-relaysrv
-BINARY=syncthing-relaysrv
-
-pkg_setup() {
- enewgroup ${USER}
- enewuser ${USER} -1 -1 /var/lib/${USER} ${USER}
-}
-
-src_compile() {
- cd "src/${EGO_PN}" || die "build failed"
- export GOPATH="$(pwd)/Godeps/_workspace"
- go build -i -v -ldflags -w -o ${BINARY} || die "build failed"
-}
-
-src_install() {
- dobin "src/${EGO_PN}/${BINARY}"
-
- # openrc and systemd daemon routines
- newconfd "${FILESDIR}/syncthing-relaysrv.confd" syncthing-relaysrv
- newinitd "${FILESDIR}/syncthing-relaysrv.initd" syncthing-relaysrv
- systemd_newunit "${FILESDIR}/syncthing-relaysrv.service" \
- syncthing-relaysrv.service
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index 9c65d4ef8347..1f88e0c64ebb 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -223,12 +223,6 @@ dev-util/rootstrap
# Removal in 30 days, #548866.
dev-python/charade
-# Alexey Korepanov <kaikaikai@yandex.ru> (5 Jul 2016)
-# net-p2p/syncthing-relaysrv has been merged into net-p2p/syncthing
-# both upstream and in Gentoo.
-# Removal in 30 days.
-net-p2p/syncthing-relaysrv
-
# Hans de Graaff <graaff@gentoo.org> (2 Jul 2016)
# This slot has unfixed security issues. With dev-ruby/rails:3.2
# masked there are no reverse dependencies anymore.