diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
commit | 1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch) | |
tree | e48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-python/robotbackgroundlogger | |
parent | d87262dd706fec50cd150aab3e93883b6337466d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/robotbackgroundlogger')
-rw-r--r-- | dev-python/robotbackgroundlogger/Manifest | 3 | ||||
-rw-r--r-- | dev-python/robotbackgroundlogger/metadata.xml | 11 | ||||
-rw-r--r-- | dev-python/robotbackgroundlogger/robotbackgroundlogger-1.2.ebuild | 17 |
3 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/robotbackgroundlogger/Manifest b/dev-python/robotbackgroundlogger/Manifest deleted file mode 100644 index 102bd074088a..000000000000 --- a/dev-python/robotbackgroundlogger/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST robotbackgroundlogger-1.2.tar.gz 3910 BLAKE2B c79d848f8fb0767b966d5e152755a37c28bcb37af45a90a5583176a243c8a7258562c6be34aaaf6c8063d3c757b104d0a846fa2e5bae4c01ba166e2305eb7414 SHA512 29546cc810b30a4c87ccf2e0a5b1fc186d176d8b50d1fcf18076d97042e7f0123070d9988a795d9befedbe201007dbca30dc8b83d9543f30e5036e9f8795dcee -EBUILD robotbackgroundlogger-1.2.ebuild 558 BLAKE2B 891ffeae482bb2e903e17092a8203a21e042a8eaa93442b42c5a2d6b4ab5bb3b3ea52d776e48a40545b0831690f559b236899559d424498d631bb5f26299b19b SHA512 88baa9c34dfb3db0fa07b26f123e282fb407897132d57c75e809388d8936db4963d33e28230fefa95fded694d81f33f1330367e196d02f50a326857f6341b5f7 -MISC metadata.xml 378 BLAKE2B b0f4a1531c4a089912736a057f6664e06755b4737e0fb6fac825a3f361bceed3146254fc5649ee909e33dbf934afc4c3c7cb30344cd0a70a0a33615adbb2bee5 SHA512 0a61e4c19a9505c0d2d918448be4de95d4eb7c7bcaec57095cbfaa33e74a3ebfcbce25c7afb2ae253a584f6624f66a41c7764e21473108b2b538633e8c9bc921 diff --git a/dev-python/robotbackgroundlogger/metadata.xml b/dev-python/robotbackgroundlogger/metadata.xml deleted file mode 100644 index dcf74e41c610..000000000000 --- a/dev-python/robotbackgroundlogger/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>zmedico@gentoo.org</email> - </maintainer> - <upstream> - <remote-id type="github">robotframework/robotbackgroundlogger</remote-id> - <remote-id type="pypi">robotbackgroundlogger</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/robotbackgroundlogger/robotbackgroundlogger-1.2.ebuild b/dev-python/robotbackgroundlogger/robotbackgroundlogger-1.2.ebuild deleted file mode 100644 index 6ad59826aa82..000000000000 --- a/dev-python/robotbackgroundlogger/robotbackgroundlogger-1.2.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Helper module for logging to Robot Framework log from background threads" -HOMEPAGE="https://github.com/robotframework/robotbackgroundlogger https://pypi.org/project/robotbackgroundlogger/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -RDEPEND="dev-python/robotframework[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" |