diff options
author | 2011-04-07 19:43:07 +0000 | |
---|---|---|
committer | 2011-04-07 19:43:07 +0000 | |
commit | 9b7db446d862b952d89d5476354435b540749945 (patch) | |
tree | 7d53cf18c04f0df2f862fe749f9e85150f41778c /net-misc/orbited | |
parent | Use Python 2 (bug #326111). (diff) | |
download | gentoo-2-9b7db446d862b952d89d5476354435b540749945.tar.gz gentoo-2-9b7db446d862b952d89d5476354435b540749945.tar.bz2 gentoo-2-9b7db446d862b952d89d5476354435b540749945.zip |
Delete older ebuilds.
Diffstat (limited to 'net-misc/orbited')
-rw-r--r-- | net-misc/orbited/orbited-0.7.10.ebuild | 29 | ||||
-rw-r--r-- | net-misc/orbited/orbited-0.7.9.ebuild | 29 |
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 -} |