summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-04-07 19:43:07 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-04-07 19:43:07 +0000
commit2b29f314721977a18f4168d01773b1891eb1d6cf (patch)
tree1ae849657246cc35c2f23f169cc0da9ef0cf1239 /net-misc/orbited
parentUse Python 2 (bug #326111). (diff)
downloadhistorical-2b29f314721977a18f4168d01773b1891eb1d6cf.tar.gz
historical-2b29f314721977a18f4168d01773b1891eb1d6cf.tar.bz2
historical-2b29f314721977a18f4168d01773b1891eb1d6cf.zip
Delete older ebuilds.
Diffstat (limited to 'net-misc/orbited')
-rw-r--r--net-misc/orbited/orbited-0.7.10.ebuild29
-rw-r--r--net-misc/orbited/orbited-0.7.9.ebuild29
2 files changed, 0 insertions, 58 deletions
diff --git a/net-misc/orbited/orbited-0.7.10.ebuild b/net-misc/orbited/orbited-0.7.10.ebuild
deleted file mode 100644
index 3c9cd45b0354..000000000000
--- a/net-misc/orbited/orbited-0.7.10.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/orbited/orbited-0.7.10.ebuild,v 1.4 2010/10/28 12:54:03 ssuominen Exp $
-
-inherit distutils
-
-DESCRIPTION="Real-time communication for the browser."
-HOMEPAGE="http://orbited.org"
-SRC_URI="mirror://pypi/o/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-python/twisted-web
- dev-python/twisted
- >=dev-python/morbid-0.8.4
- || ( dev-python/simplejson dev-python/demjson )
- dev-python/stomper"
-DEPEND="${RDEPEND}
- dev-python/setuptools"
-
-src_install() {
- distutils_src_install
- insinto /etc
- doins "${FILESDIR}/orbited.cfg" || die "installing config file failed"
- newinitd "${FILESDIR}/orbited.init" orbited
-}
diff --git a/net-misc/orbited/orbited-0.7.9.ebuild b/net-misc/orbited/orbited-0.7.9.ebuild
deleted file mode 100644
index 8a44f1211552..000000000000
--- a/net-misc/orbited/orbited-0.7.9.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/orbited/orbited-0.7.9.ebuild,v 1.7 2010/10/28 12:54:03 ssuominen Exp $
-
-inherit distutils
-
-DESCRIPTION="Real-time communication for the browser."
-HOMEPAGE="http://orbited.org"
-SRC_URI="mirror://pypi/o/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/twisted-web
- dev-python/twisted
- >=dev-python/morbid-0.8.4
- dev-python/demjson
- dev-python/stomper"
-DEPEND="${RDEPEND}
- dev-python/setuptools"
-
-src_install() {
- distutils_src_install
- insinto /etc
- doins "${FILESDIR}/orbited.cfg" || die "installing config file failed"
- newinitd "${FILESDIR}/orbited.init" orbited
-}