commit: 549ad3a6b2cb09c63128be48439507b59736333c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 2 08:06:43 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 2 08:46:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=549ad3a6
dev-python/fedmsg: Clean old versions up
dev-python/fedmsg/Manifest | 2 --
dev-python/fedmsg/fedmsg-0.18.1.ebuild | 35 ---------------------------
dev-python/fedmsg/fedmsg-0.18.2-r1.ebuild | 40 -------------------------------
3 files changed, 77 deletions(-)
diff --git a/dev-python/fedmsg/Manifest b/dev-python/fedmsg/Manifest
index 6b7462084e6..350a5199b84 100644
--- a/dev-python/fedmsg/Manifest
+++ b/dev-python/fedmsg/Manifest
@@ -1,3 +1 @@
-DIST fedmsg-0.18.1.tar.gz 539434 SHA256
e2456f8f6fc46cfc5a63447d12077fcc0459cc53433e7beb211d708617331795 SHA512
aca7bb54f520e0c967ff325c246dcc9376c5240d251bbdf23612562205fb8531627f88dd2524af5884f686e6ce11fdf1de3beaf3bf4fae04bb6c4bc612b1d2df
WHIRLPOOL
2c369ca33b43dd34333a3e75e0b81f811d792219bd3eebd96d3abdcc35943ea3390ed93dec9073ccc5fa0148d683c7a897a133712f41afe1c329a287e60f842e
-DIST fedmsg-0.18.2.tar.gz 530777 SHA256
8f0cde1f60d32d412280599edb57b55a5aa217ff75b90867cfa5ed18b26c2703 SHA512
29091973399cb8df1c26cf19087d9111a0a8fe650e76a3ebb9dbb363950fd1e31aa784a3464fd8aa3d48d4492fdbe54c00123e49180a361849741a07258afee5
WHIRLPOOL
90d2dc74e6cd5544932547260806429dfd491adddb67943e2c62632381e9cf91d5b29885f631058aecf4c42056865283145f6d2168d771269e9f83b7b0ae5aa1
DIST fedmsg-0.18.3.tar.gz 540686 SHA256
1e870af77d9d27c83542849d24be3ee9807b1a36499e4471004e0473851ca0ac SHA512
59418b4da151c71962bf7d4d5c5005716c41578673b4786b0a6de3928b24e3de2976878fd66580f02848d453df4588d26d484d5eaf594ba7f49b1ba3a1cb2b00
WHIRLPOOL
8781fd2ed6db5a4308954d8ef063faa7a3545963cfffea62a1ec6e3237ae0a361944764c4f6a585a5e61699b70017a5d459a6d18d68b8b62e638b53d3a558762
diff --git a/dev-python/fedmsg/fedmsg-0.18.1.ebuild
b/dev-python/fedmsg/fedmsg-0.18.1.ebuild
deleted file mode 100644
index 879f1a73819..00000000000
--- a/dev-python/fedmsg/fedmsg-0.18.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-inherit distutils-r1
-
-DESCRIPTION="Fedora Messaging Client API"
-HOMEPAGE="http://www.fedmsg.com/ https://pypi.python.org/pypi/fedmsg"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-PATCHES=( "${FILESDIR}/0.18.0-endpoints.patch"
- "${FILESDIR}/0.18.0-no_signatures.patch" )
-RDEPEND="
- dev-python/pyzmq[${PYTHON_USEDEP}]
- dev-python/kitchen[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
- dev-python/arrow[${PYTHON_USEDEP}]
- dev-python/cryptography[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/m2crypto[${PYTHON_USEDEP}]'
'python2*')
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
- distutils-r1_python_install_all
- insinto /etc/
- doins -r "${S}/fedmsg.d"
-}
diff --git a/dev-python/fedmsg/fedmsg-0.18.2-r1.ebuild
b/dev-python/fedmsg/fedmsg-0.18.2-r1.ebuild
deleted file mode 100644
index f59cd04664d..00000000000
--- a/dev-python/fedmsg/fedmsg-0.18.2-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-inherit distutils-r1
-
-DESCRIPTION="Fedora Messaging Client API"
-HOMEPAGE="http://www.fedmsg.com/ https://pypi.python.org/pypi/fedmsg"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-PATCHES=( "${FILESDIR}/0.18.0-endpoints.patch"
- "${FILESDIR}/0.18.0-no_signatures.patch" )
-RDEPEND="
- dev-python/pyzmq[${PYTHON_USEDEP}]
- dev-python/kitchen[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
- dev-python/arrow[${PYTHON_USEDEP}]
- dev-python/cryptography[${PYTHON_USEDEP}]
- dev-python/psutil[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/m2crypto[${PYTHON_USEDEP}]'
'python2*')
-"
-DEPEND="${RDEPEND}"
-DOCS=(
- "README.rst" "CHANGELOG.rst"
- #TODO: doc/ dir full of rst files
-)
-
-python_install_all() {
- distutils-r1_python_install_all
- insinto /etc/
- doins -r "${S}/fedmsg.d"
-}