summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2009-10-25 13:41:32 +0000
committerThomas Sachau <tommy@gentoo.org>2009-10-25 13:41:32 +0000
commit55947d457c619855271237635e592244b804b5a9 (patch)
tree37b8c2c918ea2301776bd96c3b4b21d24c2af591 /dev-python
parentMove to eapi 2. Remove useless stuff. Upstream should be noted to fix their p... (diff)
downloadsunrise-55947d457c619855271237635e592244b804b5a9.tar.gz
sunrise-55947d457c619855271237635e592244b804b5a9.tar.bz2
sunrise-55947d457c619855271237635e592244b804b5a9.zip
dev-python/ python-twitter: In gentoo-x86
svn path=/sunrise/; revision=9413
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/python-twitter/ChangeLog19
-rw-r--r--dev-python/python-twitter/Manifest4
-rw-r--r--dev-python/python-twitter/metadata.xml5
-rw-r--r--dev-python/python-twitter/python-twitter-0.6.ebuild23
4 files changed, 0 insertions, 51 deletions
diff --git a/dev-python/python-twitter/ChangeLog b/dev-python/python-twitter/ChangeLog
deleted file mode 100644
index c6856736d..000000000
--- a/dev-python/python-twitter/ChangeLog
+++ /dev/null
@@ -1,19 +0,0 @@
-# ChangeLog for dev-python/python-twitter
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 14 Oct 2009; Tomas Touceda (chiiph) <chiiph@gmail.org> +Manifest:
- dev-python/python-twitter: Fix missing Manifest
-
- 13 Oct 2009; Markos Chandras <hwoarang@gentoo.org>
- python-twitter-0.6.ebuild:
- Remove useless whitespace
-
- 13 Oct 2009; Markos Chandras <hwoarang@gentoo.org>
- python-twitter-0.6.ebuild:
- Use python_get_sitedir function
-
- 05 Oct 2009; Tomas Touceda (chiiph) <chiiph@gmail.org>
- +python-twitter-0.6.ebuild, +metadata.xml:
- New Ebuild for bug 287529. Thanks sunrise devs for their reviews
-
diff --git a/dev-python/python-twitter/Manifest b/dev-python/python-twitter/Manifest
deleted file mode 100644
index 88269a741..000000000
--- a/dev-python/python-twitter/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST python-twitter-0.6.tar.gz 81863 RMD160 1d813877cac653be4463f82b25eb7d95b8877e80 SHA1 44e226ba59e32a15ce2f2ae6d38bc62a85d19e05 SHA256 cc805d4d088a7818c6a3484c8d542cde8addaa418c1714ff64c4406651d73410
-EBUILD python-twitter-0.6.ebuild 546 RMD160 257c021deed89224b410c98d4af8b9e643999ccb SHA1 e2d14b5d988d3bf9cbccb2efce9aee8db55c4b2b SHA256 1cf316b4994beeb0c995e5a128f05f551835bc4e69006a241f6a2c7c280acf83
-MISC ChangeLog 643 RMD160 3ba1a4f63a4859683cb190d5165ed5b535e9be55 SHA1 8a83d53bb640d72bb0308a968bd91b02f55971e1 SHA256 b9f6784be5e0d5628754f59f1fd7b00886d32ff4f19c125796502005cd888aa4
-MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/dev-python/python-twitter/metadata.xml b/dev-python/python-twitter/metadata.xml
deleted file mode 100644
index 7e3286984..000000000
--- a/dev-python/python-twitter/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>maintainer-wanted</herd>
-</pkgmetadata>
diff --git a/dev-python/python-twitter/python-twitter-0.6.ebuild b/dev-python/python-twitter/python-twitter-0.6.ebuild
deleted file mode 100644
index babfb1625..000000000
--- a/dev-python/python-twitter/python-twitter-0.6.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit distutils
-
-DESCRIPTION="This library provides a pure python interface for 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="~x86"
-IUSE=""
-
-pkg_postinst() {
- python_version
- python_mod_optimize $(python_get_sitedir)/python_twitter-${PV}-py${PYVER}.egg/
-}
-
-pkg_postrm() {
- python_mod_cleanup
-}