Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ssl-fetch/
Date: Sun, 29 Dec 2019 08:53:30
Message-Id: 1577609568.1d8abea0563b9b62d8c5ae6fa17750196ab736e4.soap@gentoo
1 commit: 1d8abea0563b9b62d8c5ae6fa17750196ab736e4
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 29 08:52:48 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 29 08:52:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d8abea0
7
8 dev-python/ssl-fetch: Remove old
9
10 Package-Manager: Portage-2.3.83, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 dev-python/ssl-fetch/Manifest | 3 ---
14 dev-python/ssl-fetch/ssl-fetch-0.2.1.ebuild | 41 -----------------------------
15 dev-python/ssl-fetch/ssl-fetch-0.2.ebuild | 41 -----------------------------
16 dev-python/ssl-fetch/ssl-fetch-0.3.ebuild | 41 -----------------------------
17 4 files changed, 126 deletions(-)
18
19 diff --git a/dev-python/ssl-fetch/Manifest b/dev-python/ssl-fetch/Manifest
20 index 927fa0837d6..0b69e60f873 100644
21 --- a/dev-python/ssl-fetch/Manifest
22 +++ b/dev-python/ssl-fetch/Manifest
23 @@ -1,4 +1 @@
24 -DIST ssl-fetch-0.2.1.tar.gz 10703 BLAKE2B 9e87b89e3602267aab16c8c12b8576962d2393cdbd866e00069c74134a7109bd4d41b8f975bd6c2bce19f8f5c05c9c02de715b73366872de6d821998e38ef454 SHA512 ca4c4d29463d5761fbcea151f1229152bd0092418254ce614154b012af9a23c0c52bb733f64815499b5ae0ae9325a808ae2157e7ff707345e92352b672c98966
25 -DIST ssl-fetch-0.2.tar.gz 10945 BLAKE2B 76cb8e874ec18c4765fabb5249749f1cc0ce5c3c22d373cddcc8290683c5c3075f77ca909d55d4e1ff85f8651033b0687dc8141ec5783127ea43b672b05300ae SHA512 30aa040503eb05d8b0a7775ce843215ebbc198483fba2133e78a5da57f8b998c65018a1241f4f7bb3fbf66045c45bf050b59adb94a68c694aa3aeb6c0b5f726f
26 -DIST ssl-fetch-0.3.tar.gz 11283 BLAKE2B 8793b8edd44fdbcde17f95f5cfc5efad940ab6afaddd4e9904cbbbecda87ddc41e2aade1bd7a5df7af68e0bec3f2b486a54fef86e51091343d3f88c5cc1132ee SHA512 82fddbccd3a5da73e81803ce252171d42428d88d301a772127071130ce4336742e46093359f0a996c679cd12ced02d09035af283d4d2f505c67a551283328756
27 DIST ssl-fetch-0.4.tar.gz 11663 BLAKE2B c75173f40367d1e84a0ed3e13dbc7e6b8270302bf64168487061195cd1d24a593630ca650bfac4ed867d4146e8bad438cac8bfecca86180d2ca23d9ccafa9e5d SHA512 6b31a5dc5d3a566eded6ca284a3edac8c308596dd5a1971d13223e55abdd2ddc4d3e1eca5f369c1c05540bafcb6c273e5ef1eae627a7a9170bc262a0cda06696
28
29 diff --git a/dev-python/ssl-fetch/ssl-fetch-0.2.1.ebuild b/dev-python/ssl-fetch/ssl-fetch-0.2.1.ebuild
30 deleted file mode 100644
31 index 7398a53d471..00000000000
32 --- a/dev-python/ssl-fetch/ssl-fetch-0.2.1.ebuild
33 +++ /dev/null
34 @@ -1,41 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI="5"
39 -
40 -PYTHON_COMPAT=( python2_7 pypy )
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="A small convenience library for fetching files securely"
45 -HOMEPAGE="https://github.com/dol-sen/ssl-fetch"
46 -SRC_URI="https://github.com/dol-sen/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
47 -
48 -LICENSE="GPL-2"
49 -SLOT="0"
50 -IUSE=""
51 -
52 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x64-macos ~x86-macos"
53 -
54 -DEPEND=""
55 -
56 -RDEPEND="${DEPEND}
57 - >=dev-python/requests-1.2.1[${PYTHON_USEDEP}]
58 - python_targets_python2_7? (
59 - dev-python/ndg-httpsclient[python_targets_python2_7]
60 - dev-python/pyasn1[python_targets_python2_7]
61 - >=dev-python/pyopenssl-0.13[python_targets_python2_7]
62 - )
63 - "
64 -
65 -pkg_postinst() {
66 - elog
67 - elog "This is beta software."
68 - elog "The APIs it installs should be considered unstable"
69 - elog "and are subject to change in these early versions."
70 - elog
71 - elog "Please file any enhancement requests, or bugs"
72 - elog "at https://github.com/dol-sen/ssl-fetch/issues"
73 - elog "I am also on IRC @ #gentoo-portage, #gentoo-keys,... of the freenode network"
74 - elog
75 -}
76
77 diff --git a/dev-python/ssl-fetch/ssl-fetch-0.2.ebuild b/dev-python/ssl-fetch/ssl-fetch-0.2.ebuild
78 deleted file mode 100644
79 index eb70e23e1cc..00000000000
80 --- a/dev-python/ssl-fetch/ssl-fetch-0.2.ebuild
81 +++ /dev/null
82 @@ -1,41 +0,0 @@
83 -# Copyright 1999-2019 Gentoo Authors
84 -# Distributed under the terms of the GNU General Public License v2
85 -
86 -EAPI="5"
87 -
88 -PYTHON_COMPAT=( python2_7 pypy )
89 -
90 -inherit distutils-r1
91 -
92 -DESCRIPTION="A small convenience library for fetching files securely"
93 -HOMEPAGE="https://github.com/dol-sen/ssl-fetch"
94 -SRC_URI="https://dev.gentoo.org/~dolsen/releases/ssl-fetch/${P}.tar.gz"
95 -
96 -LICENSE="GPL-2"
97 -SLOT="0"
98 -IUSE=""
99 -
100 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86"
101 -
102 -DEPEND=""
103 -
104 -RDEPEND="${DEPEND}
105 - >=dev-python/requests-1.2.1[${PYTHON_USEDEP}]
106 - python_targets_python2_7? (
107 - dev-python/ndg-httpsclient[python_targets_python2_7]
108 - dev-python/pyasn1[python_targets_python2_7]
109 - >=dev-python/pyopenssl-0.13[python_targets_python2_7]
110 - )
111 - "
112 -
113 -pkg_postinst() {
114 - elog
115 - elog "This is beta software."
116 - elog "The APIs it installs should be considered unstable"
117 - elog "and are subject to change in these early versions."
118 - elog
119 - elog "Please file any enhancement requests, or bugs"
120 - elog "at https://github.com/dol-sen/ssl-fetch/issues"
121 - elog "I am also on IRC @ #gentoo-portage, #gentoo-keys,... of the freenode network"
122 - elog
123 -}
124
125 diff --git a/dev-python/ssl-fetch/ssl-fetch-0.3.ebuild b/dev-python/ssl-fetch/ssl-fetch-0.3.ebuild
126 deleted file mode 100644
127 index 913054507fe..00000000000
128 --- a/dev-python/ssl-fetch/ssl-fetch-0.3.ebuild
129 +++ /dev/null
130 @@ -1,41 +0,0 @@
131 -# Copyright 1999-2019 Gentoo Authors
132 -# Distributed under the terms of the GNU General Public License v2
133 -
134 -EAPI=5
135 -
136 -PYTHON_COMPAT=( python2_7 python3_5 pypy )
137 -
138 -inherit distutils-r1
139 -
140 -DESCRIPTION="A small convenience library for fetching files securely"
141 -HOMEPAGE="https://github.com/dol-sen/ssl-fetch"
142 -SRC_URI="https://dev.gentoo.org/~dolsen/releases/ssl-fetch/${P}.tar.gz"
143 -
144 -LICENSE="GPL-2"
145 -SLOT="0"
146 -IUSE=""
147 -
148 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
149 -
150 -DEPEND=""
151 -
152 -RDEPEND="${DEPEND}
153 - >=dev-python/requests-1.2.1[${PYTHON_USEDEP}]
154 - python_targets_python2_7? (
155 - dev-python/ndg-httpsclient[python_targets_python2_7]
156 - dev-python/pyasn1[python_targets_python2_7]
157 - >=dev-python/pyopenssl-0.13[python_targets_python2_7]
158 - )
159 - "
160 -
161 -pkg_postinst() {
162 - echo
163 - elog "This is beta software."
164 - elog "The APIs it installs should be considered unstable"
165 - elog "and are subject to change in these early versions."
166 - elog
167 - elog "Please file any enhancement requests, or bugs"
168 - elog "at https://github.com/dol-sen/ssl-fetch/issues"
169 - elog "I am also on IRC @ #gentoo-portage, #gentoo-keys,... of the Freenode network"
170 - echo
171 -}