summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-twitter/python-twitter-0.5.ebuild')
-rw-r--r--dev-python/python-twitter/python-twitter-0.5.ebuild26
1 files changed, 0 insertions, 26 deletions
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
-}