public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ssl-fetch/
Date: Sun, 29 Dec 2019 08:53:24 +0000 (UTC)	[thread overview]
Message-ID: <1577609568.1d8abea0563b9b62d8c5ae6fa17750196ab736e4.soap@gentoo> (raw)

commit:     1d8abea0563b9b62d8c5ae6fa17750196ab736e4
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 29 08:52:48 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Dec 29 08:52:48 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d8abea0

dev-python/ssl-fetch: Remove old

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-python/ssl-fetch/Manifest               |  3 ---
 dev-python/ssl-fetch/ssl-fetch-0.2.1.ebuild | 41 -----------------------------
 dev-python/ssl-fetch/ssl-fetch-0.2.ebuild   | 41 -----------------------------
 dev-python/ssl-fetch/ssl-fetch-0.3.ebuild   | 41 -----------------------------
 4 files changed, 126 deletions(-)

diff --git a/dev-python/ssl-fetch/Manifest b/dev-python/ssl-fetch/Manifest
index 927fa0837d6..0b69e60f873 100644
--- a/dev-python/ssl-fetch/Manifest
+++ b/dev-python/ssl-fetch/Manifest
@@ -1,4 +1 @@
-DIST ssl-fetch-0.2.1.tar.gz 10703 BLAKE2B 9e87b89e3602267aab16c8c12b8576962d2393cdbd866e00069c74134a7109bd4d41b8f975bd6c2bce19f8f5c05c9c02de715b73366872de6d821998e38ef454 SHA512 ca4c4d29463d5761fbcea151f1229152bd0092418254ce614154b012af9a23c0c52bb733f64815499b5ae0ae9325a808ae2157e7ff707345e92352b672c98966
-DIST ssl-fetch-0.2.tar.gz 10945 BLAKE2B 76cb8e874ec18c4765fabb5249749f1cc0ce5c3c22d373cddcc8290683c5c3075f77ca909d55d4e1ff85f8651033b0687dc8141ec5783127ea43b672b05300ae SHA512 30aa040503eb05d8b0a7775ce843215ebbc198483fba2133e78a5da57f8b998c65018a1241f4f7bb3fbf66045c45bf050b59adb94a68c694aa3aeb6c0b5f726f
-DIST ssl-fetch-0.3.tar.gz 11283 BLAKE2B 8793b8edd44fdbcde17f95f5cfc5efad940ab6afaddd4e9904cbbbecda87ddc41e2aade1bd7a5df7af68e0bec3f2b486a54fef86e51091343d3f88c5cc1132ee SHA512 82fddbccd3a5da73e81803ce252171d42428d88d301a772127071130ce4336742e46093359f0a996c679cd12ced02d09035af283d4d2f505c67a551283328756
 DIST ssl-fetch-0.4.tar.gz 11663 BLAKE2B c75173f40367d1e84a0ed3e13dbc7e6b8270302bf64168487061195cd1d24a593630ca650bfac4ed867d4146e8bad438cac8bfecca86180d2ca23d9ccafa9e5d SHA512 6b31a5dc5d3a566eded6ca284a3edac8c308596dd5a1971d13223e55abdd2ddc4d3e1eca5f369c1c05540bafcb6c273e5ef1eae627a7a9170bc262a0cda06696

diff --git a/dev-python/ssl-fetch/ssl-fetch-0.2.1.ebuild b/dev-python/ssl-fetch/ssl-fetch-0.2.1.ebuild
deleted file mode 100644
index 7398a53d471..00000000000
--- a/dev-python/ssl-fetch/ssl-fetch-0.2.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="A small convenience library for fetching files securely"
-HOMEPAGE="https://github.com/dol-sen/ssl-fetch"
-SRC_URI="https://github.com/dol-sen/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x64-macos ~x86-macos"
-
-DEPEND=""
-
-RDEPEND="${DEPEND}
-	>=dev-python/requests-1.2.1[${PYTHON_USEDEP}]
-	python_targets_python2_7? (
-		dev-python/ndg-httpsclient[python_targets_python2_7]
-		dev-python/pyasn1[python_targets_python2_7]
-		>=dev-python/pyopenssl-0.13[python_targets_python2_7]
-		)
-	"
-
-pkg_postinst() {
-	elog
-	elog "This is beta software."
-	elog "The APIs it installs should be considered unstable"
-	elog "and are subject to change in these early versions."
-	elog
-	elog "Please file any enhancement requests, or bugs"
-	elog "at https://github.com/dol-sen/ssl-fetch/issues"
-	elog "I am also on IRC @ #gentoo-portage, #gentoo-keys,... of the freenode network"
-	elog
-}

diff --git a/dev-python/ssl-fetch/ssl-fetch-0.2.ebuild b/dev-python/ssl-fetch/ssl-fetch-0.2.ebuild
deleted file mode 100644
index eb70e23e1cc..00000000000
--- a/dev-python/ssl-fetch/ssl-fetch-0.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="A small convenience library for fetching files securely"
-HOMEPAGE="https://github.com/dol-sen/ssl-fetch"
-SRC_URI="https://dev.gentoo.org/~dolsen/releases/ssl-fetch/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86"
-
-DEPEND=""
-
-RDEPEND="${DEPEND}
-	>=dev-python/requests-1.2.1[${PYTHON_USEDEP}]
-	python_targets_python2_7? (
-		dev-python/ndg-httpsclient[python_targets_python2_7]
-		dev-python/pyasn1[python_targets_python2_7]
-		>=dev-python/pyopenssl-0.13[python_targets_python2_7]
-		)
-	"
-
-pkg_postinst() {
-	elog
-	elog "This is beta software."
-	elog "The APIs it installs should be considered unstable"
-	elog "and are subject to change in these early versions."
-	elog
-	elog "Please file any enhancement requests, or bugs"
-	elog "at https://github.com/dol-sen/ssl-fetch/issues"
-	elog "I am also on IRC @ #gentoo-portage, #gentoo-keys,... of the freenode network"
-	elog
-}

diff --git a/dev-python/ssl-fetch/ssl-fetch-0.3.ebuild b/dev-python/ssl-fetch/ssl-fetch-0.3.ebuild
deleted file mode 100644
index 913054507fe..00000000000
--- a/dev-python/ssl-fetch/ssl-fetch-0.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_5 pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="A small convenience library for fetching files securely"
-HOMEPAGE="https://github.com/dol-sen/ssl-fetch"
-SRC_URI="https://dev.gentoo.org/~dolsen/releases/ssl-fetch/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-
-DEPEND=""
-
-RDEPEND="${DEPEND}
-	>=dev-python/requests-1.2.1[${PYTHON_USEDEP}]
-	python_targets_python2_7? (
-		dev-python/ndg-httpsclient[python_targets_python2_7]
-		dev-python/pyasn1[python_targets_python2_7]
-		>=dev-python/pyopenssl-0.13[python_targets_python2_7]
-		)
-	"
-
-pkg_postinst() {
-	echo
-	elog "This is beta software."
-	elog "The APIs it installs should be considered unstable"
-	elog "and are subject to change in these early versions."
-	elog
-	elog "Please file any enhancement requests, or bugs"
-	elog "at https://github.com/dol-sen/ssl-fetch/issues"
-	elog "I am also on IRC @ #gentoo-portage, #gentoo-keys,... of the Freenode network"
-	echo
-}


             reply	other threads:[~2019-12-29  8:53 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-29  8:53 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-30 19:07 [gentoo-commits] repo/gentoo:master commit in: dev-python/ssl-fetch/ Arthur Zamarin
2023-01-09 15:27 Matt Turner
2022-05-19  7:28 WANG Xuerui
2022-03-15 14:26 Michał Górny
2022-03-15 13:31 Jakov Smolić
2022-01-30 13:09 Michał Górny
2021-09-23  1:07 Matt Turner
2021-09-20  6:12 Arthur Zamarin
2021-09-20  6:12 Arthur Zamarin
2021-07-11 13:00 Brian Dolbec
2021-06-17 13:47 Yixun Lan
2021-04-05 14:11 Andreas Sturmlechner
2021-01-06 22:30 Fabian Groffen
2020-11-17 22:37 Brian Dolbec
2020-10-29  9:47 Sam James
2020-10-07  9:22 Jason A. Donenfeld
2020-05-03  2:51 Mike Gilbert
2020-02-26 12:18 Michał Górny
2019-11-30 19:31 Zac Medico
2019-05-16  0:49 Anthony G. Basile
2018-12-03  2:43 Jonathan Callen
2018-08-10  0:47 Brian Dolbec
2018-05-30 19:56 Mike Frysinger
2017-07-30  9:15 Michał Górny
2017-04-22  9:56 Pacho Ramos
2017-04-08 10:12 Jeroen Roovers
2017-03-11 17:07 Agostino Sarubbo
2017-03-04 14:02 Agostino Sarubbo
2017-02-19 14:43 Justin Lecher
2017-02-17  6:03 Markus Meier
2017-02-16 20:34 Michael Weber
2017-02-14 15:39 Agostino Sarubbo
2017-02-14 14:52 Agostino Sarubbo
2016-02-22  0:43 Stephen Klimaszewski
2016-01-23 19:28 Brian Dolbec
2015-11-11 18:37 Justin Lecher
2015-10-22  6:39 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1577609568.1d8abea0563b9b62d8c5ae6fa17750196ab736e4.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox