Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/twitter/
Date: Mon, 22 Feb 2016 23:43:44
Message-Id: 1456183838.d1be0cbda9cd1d233875b153429f8e5cb2c19c91.monsieurp@gentoo
1 commit: d1be0cbda9cd1d233875b153429f8e5cb2c19c91
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 22 23:28:20 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 22 23:30:38 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1be0cbd
7
8 dev-python/twitter: Clean up old.
9
10 Package-Manager: portage-2.2.26
11
12 dev-python/twitter/Manifest | 3 ---
13 dev-python/twitter/twitter-1.14.3.ebuild | 20 --------------------
14 dev-python/twitter/twitter-1.15.0.ebuild | 20 --------------------
15 dev-python/twitter/twitter-1.16.0.ebuild | 20 --------------------
16 4 files changed, 63 deletions(-)
17
18 diff --git a/dev-python/twitter/Manifest b/dev-python/twitter/Manifest
19 index 0fcecf6..a536272 100644
20 --- a/dev-python/twitter/Manifest
21 +++ b/dev-python/twitter/Manifest
22 @@ -1,4 +1 @@
23 -DIST twitter-1.14.3.tar.gz 39538 SHA256 497fce2168cb57d5651932a39b70fc0c9304bebd53558107995102bca49210da SHA512 821af749b34d01319630388cb287af88f1e516d8d6117088e63d988cf2a397a70c2770df2e1f208bcfa9a18224aae98e7c2a6bb62b4fc8653e2bceed7f39a92c WHIRLPOOL 6ec6fa7a124aeceedc5a58a89f7ff5a6fed6d6f09993dbb3e581b7ef55810440390b8d8b22e4139aa7a770f203c065c2a75a149ff7d025491c7e11b3be97a00f
24 -DIST twitter-1.15.0.tar.gz 41074 SHA256 4c7079231c0826f3a4e8e28f9384ff928813ed2527a059c86074a695e309cbd4 SHA512 a0e97a9123afb19c3a57d2cfe0383aa87a8d1bd681a99895414bc304279bb3d638ddb14c9d01906f3ae78562a5447f027cad4e68175d1d3cdb6f408bcccef213 WHIRLPOOL 0a2aa6c7cd7cbc4e9e90eb5cb0edd5634df8dc5b4d721d8e3311b7113b6ae2347a2b7e3e7dadba003dfe42e03b7462d49f9e31909744cb3c206aa4169ffdb3c9
25 -DIST twitter-1.16.0.tar.gz 42597 SHA256 92a4c13570806cf3ae2aab10ff97000c1aa7fcc0ed5740ca1df01346642e3ec3 SHA512 090b8fc4a535d2b9be290e84a46b3d478e876fb4c9423266f385f33c5e325e1b9cbf8af039ac5066e7fca4f431abf2c64046af9ebd7a5884b5b2775292437246 WHIRLPOOL 4f2249a31f560e2e07d77a11366df68d1fa3f79cfa8e2fb2ec338a4278834ece111056089edaa4a58292678f243b4ef2fbb38acb59c2a83f5ce46776360f287f
26 DIST twitter-1.17.0.tar.gz 42869 SHA256 85396c4c33b9b213f3d2d805caaf6b386b9e277af9117eb51e5a782f77257376 SHA512 26acaa2d608c09d749d95d27fb51f76df4bd4358d0f49ea5afe8ca0db0d06873d265d67c23858e26d8ce513041adaa0445221b09b0353c3508328e8715d1280c WHIRLPOOL 8196ad84473d24c3c55d342deae7c2dd7c0438be03749159a0488250d9fea2e99b54a1e13c3661cd8fc17c7484308b269611ec2b6dfe4262820173bb549c8408
27
28 diff --git a/dev-python/twitter/twitter-1.14.3.ebuild b/dev-python/twitter/twitter-1.14.3.ebuild
29 deleted file mode 100644
30 index 9f347f2..0000000
31 --- a/dev-python/twitter/twitter-1.14.3.ebuild
32 +++ /dev/null
33 @@ -1,20 +0,0 @@
34 -# Copyright 1999-2015 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI="5"
39 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="An API and command-line toolset for Twitter (twitter.com)"
44 -HOMEPAGE="http://mike.verdone.ca/twitter/"
45 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE=""
51 -
52 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
53 -RDEPEND=""
54
55 diff --git a/dev-python/twitter/twitter-1.15.0.ebuild b/dev-python/twitter/twitter-1.15.0.ebuild
56 deleted file mode 100644
57 index 4a0c8ba..0000000
58 --- a/dev-python/twitter/twitter-1.15.0.ebuild
59 +++ /dev/null
60 @@ -1,20 +0,0 @@
61 -# Copyright 1999-2014 Gentoo Foundation
62 -# Distributed under the terms of the GNU General Public License v2
63 -# $Id$
64 -
65 -EAPI="5"
66 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
67 -
68 -inherit distutils-r1
69 -
70 -DESCRIPTION="An API and command-line toolset for Twitter (twitter.com)"
71 -HOMEPAGE="http://mike.verdone.ca/twitter/"
72 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
73 -
74 -LICENSE="MIT"
75 -SLOT="0"
76 -KEYWORDS="~amd64 ~x86"
77 -IUSE=""
78 -
79 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
80 -RDEPEND=""
81
82 diff --git a/dev-python/twitter/twitter-1.16.0.ebuild b/dev-python/twitter/twitter-1.16.0.ebuild
83 deleted file mode 100644
84 index 9f347f2..0000000
85 --- a/dev-python/twitter/twitter-1.16.0.ebuild
86 +++ /dev/null
87 @@ -1,20 +0,0 @@
88 -# Copyright 1999-2015 Gentoo Foundation
89 -# Distributed under the terms of the GNU General Public License v2
90 -# $Id$
91 -
92 -EAPI="5"
93 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
94 -
95 -inherit distutils-r1
96 -
97 -DESCRIPTION="An API and command-line toolset for Twitter (twitter.com)"
98 -HOMEPAGE="http://mike.verdone.ca/twitter/"
99 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
100 -
101 -LICENSE="MIT"
102 -SLOT="0"
103 -KEYWORDS="~amd64 ~x86"
104 -IUSE=""
105 -
106 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
107 -RDEPEND=""