+++ /dev/null
-DIST orbited-0.7.10.tar.gz 168647 SHA256 71e7627a485fbb6184bb0b4c894ee4dcc74cc970d04888f908d0ca2dec69332d SHA512 6783bbe687a5191f773e723f068651a6cd55baa39a825dfa16e27b3c51a39f32dcef04f61b2b58756514ee99e39c1cbe450ae24e5d3835e95ace9b59403b9376 WHIRLPOOL 588ede0193a2e6f04453568974a6ec59216f2b6fbd625dc3e7c134131c10ec2e5901f5136f20ea6d683504593c2e6ce432501953714f82b8533f7708ff1434d5
+++ /dev/null
-# Example Orbited Configuration file
-
-[global]
-reactor=select
-# reactor=kqueue
-# reactor=epoll
-session.ping_interval = 40
-session.ping_timeout = 30
-# once the sockets are open, orbited will drop its privileges to this user.
-user=orbited
-
-[listen]
-http://:8000
-#stomp://:61613
-# uncomment to enable SSL on port 8043 using given .key and .crt files
-#https://:8043
-#
-#[ssl]
-#key=orbited.key
-#crt=orbited.crt
-
-[static]
-
-[access]
-localhost:8000 -> irc.freenode.net:6667
-* -> localhost:4747
-#* -> localhost:61613
-
-[logging]
-debug=STDERR,debug.log
-info=STDERR,info.log
-access=STDERR,info.log
-warn=STDERR,error.log
-error=STDERR,error.log
-
-#Don't enable debug by default
-enabled.default=info,access,warn,error
-
-# Turn debug on for the "Proxy" logger
-[loggers]
-#Proxy=debug,info,access,warn,error
-
+++ /dev/null
-#!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
- need net
- use dns
-}
-
-checkconfig() {
- if [ ! -f "/etc/orbited.cfg" ] ; then
- eerror "No /etc/orbited.cfg file exists!"
- fi
-}
-
-start() {
- checkconfig || return 1
- ebegin "Starting orbited..."
- /usr/bin/orbited --config=/etc/orbited.cfg >/dev/null 2>&1 &
- pid=$!
- echo $pid > /var/run/orbited.pid
- eend $?
-}
-
-stop() {
- ebegin "Stopping orbited..."
- start-stop-daemon --stop --quiet --pidfile=/var/run/orbited.pid --retry 20
- eend $?
-}
-
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="pypi">orbited</remote-id>
- </upstream>
-</pkgmetadata>
+++ /dev/null
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-PYTHON_DEPEND="2"
-
-inherit distutils
-
-DESCRIPTION="Real-time communication for the browser"
-HOMEPAGE="http://orbited.org"
-SRC_URI="mirror://pypi/o/${PN}/${P}.tar.gz"
-
-LICENSE="MIT GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-python/demjson
- >=dev-python/morbid-0.8.4
- dev-python/stomper
- dev-python/twisted-core
- dev-python/twisted-web"
-DEPEND="${RDEPEND}
- dev-python/setuptools"
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_install() {
- distutils_src_install
- insinto /etc
- doins "${FILESDIR}/orbited.cfg" || die
- newinitd "${FILESDIR}/orbited.init" orbited || die
-}
+++ /dev/null
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1
-
-DESCRIPTION="Real-time communication for the browser."
-HOMEPAGE="http://orbited.org"
-SRC_URI="mirror://pypi/o/${PN}/${P}.tar.gz"
-
-LICENSE="MIT GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/demjson[${PYTHON_USEDEP}]
- >=dev-python/morbid-0.8.4[${PYTHON_USEDEP}]
- dev-python/stomper[${PYTHON_USEDEP}]
- dev-python/twisted-core[${PYTHON_USEDEP}]
- dev-python/twisted-web[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-pkg_setup() {
- python-single-r1_pkg_setup
-}
-
-src_install() {
- distutils-r1_src_install
- insinto /etc
- doins "${FILESDIR}/orbited.cfg"
- newinitd "${FILESDIR}/orbited.init" orbited
-}
# Bug#609668. Removal in 30 days.
dev-libs/engine_pkcs11
-# Michał Górny <mgorny@gentoo.org> (17 Feb 2017)
-# Reported to be broken. Last real upstream activity in 2011 with
-# a quick hack-fix in 2013. Removal in 30 days. Bug #591506.
-net-misc/orbited
-
# Mart Raudsepp <leio@gentoo.org> (16 Feb 2017)
# Old gstreamer 0.10 version, which is security vulnerable.
# Use gstreamer:1.0 with media-plugins/gst-plugins-libav