From 8ae29c7b3ccce513b0f6c8ed2f24627b49c20ca2 Mon Sep 17 00:00:00 2001 From: Ultrabug Date: Thu, 26 Mar 2015 11:59:35 +0100 Subject: drop unmaintained net-im/jsonbot --- net-im/jsonbot/Manifest | 4 ---- net-im/jsonbot/jsonbot-0.84.4.ebuild | 38 ---------------------------------- net-im/jsonbot/jsonbot-0.90.0.ebuild | 40 ------------------------------------ 3 files changed, 82 deletions(-) delete mode 100644 net-im/jsonbot/Manifest delete mode 100644 net-im/jsonbot/jsonbot-0.84.4.ebuild delete mode 100644 net-im/jsonbot/jsonbot-0.90.0.ebuild (limited to 'net-im') diff --git a/net-im/jsonbot/Manifest b/net-im/jsonbot/Manifest deleted file mode 100644 index 6df855d..0000000 --- a/net-im/jsonbot/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST jsb-0.84.4.tar.gz 1052868 SHA256 bd0445e8699036b6c209188fb9793176c2455dda3c05314815f02d99f150a0c3 -DIST jsonbot-0.90.0.zip 2002620 SHA256 8e8959f6b0b97309001da7c0f7261d63197ab2f4fe63f19870184a9a765f3e84 SHA512 54c6e04c47acba7ae8474c8b321fdf4d44356e39591777f78a88e8dd08fad517cc767d460a91c8df5224544629a7bbd4187d3fcf6c25c5e23af79bdaabdea835 WHIRLPOOL 51439d66671ce682408d8108329ba60823dd2e0f77b4a7a542425d70b38ae3bcb0cd5977c63111020a9ddb520a1667139af7a6bdbfcd5e08762fab703b512875 -EBUILD jsonbot-0.84.4.ebuild 815 SHA256 1766fa50e79205bbed70315b452547d8e2e94e4e4c7dc5dffbfd661eb75af579 SHA512 19e0d56f3be64188ca9bf1d60f24321d7775a8d656bdc66e714842a300e353b272e7c2273e8d7b047010a8789ceac60b8f7ff52d3b7fe5c3d3b4258e4429b9ae WHIRLPOOL 71179b740933da05c9a0d07be361bcbc7623cbf50bd12a45d43d86aed525da1530468d16d26ccc838eba0087675e920da63e4d96fe57b86f6b1e616f39d152dc -EBUILD jsonbot-0.90.0.ebuild 912 SHA256 17d26cdd2923db92fa13a850fdc453883f5af320992beebefc0e7a934d499d29 SHA512 8dc4704c8eb4612df1269f376b20f34874689ab66fc6fa68037b69c868d4e1dfb0c3d7753abd1c24a8e4a336a2cc74e6de548f1d5dea562ee17268d31bd47359 WHIRLPOOL 62a41cbcc6e6041bed47cc05c09ef6b41432f63ee8bdd5e8347df16515bbd4ecad4c6724530aec4c30966de797f2a287c7b2b33e93ebb0b40e262a5fa8b58c67 diff --git a/net-im/jsonbot/jsonbot-0.84.4.ebuild b/net-im/jsonbot/jsonbot-0.84.4.ebuild deleted file mode 100644 index a6f11d7..0000000 --- a/net-im/jsonbot/jsonbot-0.84.4.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 -PYTHON_DEPEND="2" -MY_P="jsb-${PV}" - -inherit distutils - -DESCRIPTION="Python based extensible and multi-protocol bot framework" -HOMEPAGE="http://code.google.com/p/jsonbot/" -SRC_URI="http://jsonbot.googlecode.com/files/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -# Missing deps (will be bundled) : hapi, sleekxmpp -RDEPEND="dev-python/beautifulsoup - dev-python/dnspython - dev-python/feedparser - dev-python/oauth - dev-python/pysqlite - dev-python/requests - dev-python/simplejson - >=www-servers/tornado-2.2" -DEPEND="${RDEPEND} - dev-lang/python[sqlite] - dev-python/setuptools" - -S="${WORKDIR}/${MY_P}" - -src_install() { - distutils_src_install - rm -rf "${D}"/usr/jsb/ -} diff --git a/net-im/jsonbot/jsonbot-0.90.0.ebuild b/net-im/jsonbot/jsonbot-0.90.0.ebuild deleted file mode 100644 index a378d70..0000000 --- a/net-im/jsonbot/jsonbot-0.90.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7} ) - -inherit distutils-r1 - -MY_P="jsb-${PV}" - -DESCRIPTION="Python based extensible and multi-protocol bot framework" -HOMEPAGE="http://code.google.com/p/jsonbot/" -SRC_URI="https://bthate-jsb090.googlecode.com/archive/f69e1ab43e07c348280cde4c047951a117b4c4cd.zip -> ${P}.zip" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -# Missing deps (will be bundled) : hapi, sleekxmpp -RDEPEND="dev-python/beautifulsoup - dev-python/dnspython - dev-python/feedparser - dev-python/oauth - dev-python/requests - dev-python/simplejson - >=www-servers/tornado-2.2" -DEPEND="${RDEPEND} - dev-lang/python[sqlite] - dev-python/setuptools" - -S="${WORKDIR}/${MY_P}" -S="${WORKDIR}/bthate-jsb090-f69e1ab43e07" - -#src_install() { -# distutils_src_install -# rm -rf "${D}"/usr/jsb/ -#} -- cgit v1.2.3-65-gdbad