summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Mavrinac <mavrinac@gmail.com>2011-09-01 08:36:26 -0400
committerAaron Mavrinac <mavrinac@gmail.com>2011-09-01 08:36:26 -0400
commit56d3f893796d3fd61b28ca39b408578667317e6b (patch)
tree1e4aedf457da99ae25fffffed419291a7a95a5c9 /dev-python
parentSpecify EAPI for x11-misc/tinybat. (diff)
downloadezod-56d3f893796d3fd61b28ca39b408578667317e6b.tar.gz
ezod-56d3f893796d3fd61b28ca39b408578667317e6b.tar.bz2
ezod-56d3f893796d3fd61b28ca39b408578667317e6b.zip
Retire dev-python/python-twitter as it is in the official tree.
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/python-twitter/Manifest4
-rw-r--r--dev-python/python-twitter/python-twitter-0.5.ebuild26
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/python-twitter/Manifest b/dev-python/python-twitter/Manifest
deleted file mode 100644
index fb8378d..0000000
--- a/dev-python/python-twitter/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST python-twitter-0.5.tar.gz 49371 RMD160 e6e699b2241c0734814958dd02d5f0c86ed27a56 SHA1 af0edcd86512693e4ef91864ba3aeccb991850ac SHA256 fa809a0c4c3147851039164bdc79c2a96e35ff51522da65ae7dc772bcddcd9d5
-EBUILD python-twitter-0.5.ebuild 582 RMD160 8943fbbe13be0b6f6568b88363c2cc792d5075fd SHA1 fd7d35f4305a250bbfdc4865b83a12cf810ff5da SHA256 4c84f8e27b198bc944eaaa00fe152002af33c0eb79c1a2be1f01ce9dd8f6f948
-MISC ChangeLog 256 RMD160 4e596748e58a02bf8271a10b15cc111240679487 SHA1 b3e30960507b0e5394af1c41362c5947b3014857 SHA256 981b7c56ca1a6cab59dbaa0697d7cc65c0dfdfae5ee73e7a4717d79ab15662c3
-MISC metadata.xml 367 RMD160 b8ed4a66ddf4941ba3090bc712096f7bbe4af225 SHA1 a99c3682b56cae4478951d208c58694bad9e262f SHA256 ec2276f223d18fa2a01f1c7421847ca59b9334f3aac7a917f20f288f0a8d4b6b
diff --git a/dev-python/python-twitter/python-twitter-0.5.ebuild b/dev-python/python-twitter/python-twitter-0.5.ebuild
deleted file mode 100644
index ae54f14..0000000
--- a/dev-python/python-twitter/python-twitter-0.5.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit distutils eutils
-
-DESCRIPTION="Python Twitter - A python wrapper around the Twitter API"
-HOMEPAGE="http://code.google.com/p/python-twitter/"
-SRC_URI="http://python-twitter.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc"
-
-RDEPEND="virtual/python
- dev-python/simplejson"
-DEPEND="${RDEPEND}
- dev-python/setuptools"
-
-src_install() {
- distutils_src_install
- if use doc; then
- dodoc doc/twitter.html
- fi
-}