Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/orbited/
Date: Wed, 04 May 2016 01:02:25
Message-Id: 1462321788.ff6281bb4a2f10dd929448fdad15e191c5f61ea5.wizardedit@gentoo
1 commit: ff6281bb4a2f10dd929448fdad15e191c5f61ea5
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 4 00:29:48 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Wed May 4 00:29:48 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff6281bb
7
8 net-misc/orbited: remove old version
9
10 Package-Manager: portage-2.2.26
11
12 net-misc/orbited/orbited-0.7.10-r2.ebuild | 37 -------------------------------
13 1 file changed, 37 deletions(-)
14
15 diff --git a/net-misc/orbited/orbited-0.7.10-r2.ebuild b/net-misc/orbited/orbited-0.7.10-r2.ebuild
16 deleted file mode 100644
17 index 89c57c0..0000000
18 --- a/net-misc/orbited/orbited-0.7.10-r2.ebuild
19 +++ /dev/null
20 @@ -1,37 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -PYTHON_COMPAT=( python2_7 )
27 -DISTUTILS_SINGLE_IMPL=1
28 -
29 -inherit distutils-r1
30 -
31 -DESCRIPTION="Real-time communication for the browser."
32 -HOMEPAGE="http://orbited.org"
33 -SRC_URI="mirror://pypi/o/${PN}/${P}.tar.gz"
34 -
35 -LICENSE="MIT GPL-2"
36 -SLOT="0"
37 -KEYWORDS="~amd64 ~x86"
38 -IUSE=""
39 -
40 -RDEPEND="dev-python/demjson[${PYTHON_USEDEP}]
41 - >=dev-python/morbid-0.8.4[${PYTHON_USEDEP}]
42 - dev-python/stomper[${PYTHON_USEDEP}]
43 - dev-python/twisted-core[${PYTHON_USEDEP}]
44 - dev-python/twisted-web[${PYTHON_USEDEP}]"
45 -DEPEND="${RDEPEND}
46 - dev-python/setuptools[${PYTHON_USEDEP}]"
47 -
48 -pkg_setup() {
49 - python-single-r1_pkg_setup
50 -}
51 -
52 -src_install() {
53 - distutils-r1_src_install
54 - insinto /etc
55 - doins "${FILESDIR}/orbited.cfg" || die
56 - newinitd "${FILESDIR}/orbited.init" orbited || die
57 -}