From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 800C81382C5 for ; Thu, 14 May 2020 04:06:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 218BBE091C; Thu, 14 May 2020 04:06:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0C6BAE091C for ; Thu, 14 May 2020 04:06:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E2BB350985 for ; Thu, 14 May 2020 04:06:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22292238 for ; Thu, 14 May 2020 04:06:05 +0000 (UTC) From: "Marc Schiffbauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marc Schiffbauer" Message-ID: <1589429136.174769859664eec2cda48a4e34126c153d8dc882.mschiff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bareos/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/bareos/Manifest dev-python/bareos/bareos-19.2.7.ebuild dev-python/bareos/metadata.xml X-VCS-Directories: dev-python/bareos/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: 174769859664eec2cda48a4e34126c153d8dc882 X-VCS-Branch: master Date: Thu, 14 May 2020 04:06:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8f300052-7cd7-4483-b083-ffe186ce063c X-Archives-Hash: 92f0774c9ab7ef75d48f3ef933e9dd37 commit: 174769859664eec2cda48a4e34126c153d8dc882 Author: Marc Schiffbauer gentoo org> AuthorDate: Thu May 14 03:02:21 2020 +0000 Commit: Marc Schiffbauer gentoo org> CommitDate: Thu May 14 04:05:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17476985 dev-python/bareos: added new ebuild Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Marc Schiffbauer gentoo.org> dev-python/bareos/Manifest | 1 + dev-python/bareos/bareos-19.2.7.ebuild | 23 +++++++++++++++++++++++ dev-python/bareos/metadata.xml | 11 +++++++++++ 3 files changed, 35 insertions(+) diff --git a/dev-python/bareos/Manifest b/dev-python/bareos/Manifest new file mode 100644 index 00000000000..f8e008f663e --- /dev/null +++ b/dev-python/bareos/Manifest @@ -0,0 +1 @@ +DIST bareos-19.2.7.tar.gz 12602338 BLAKE2B 31fa9c9966b22913c2af6eaa6c6f704396d353341878817a574388925f35b437331b057b2a147a8217502f9198b39539d2fa68c4047e191dc918123c0f674a7d SHA512 cb467846a41d42a469704d48c3a1b03ebf5fdc71b9268c1e438e46b86073d55993dfd9bf26242db593db8b1814009c060fd65122d434bad2986c24613f6865c6 diff --git a/dev-python/bareos/bareos-19.2.7.ebuild b/dev-python/bareos/bareos-19.2.7.ebuild new file mode 100644 index 00000000000..c66b7e5732e --- /dev/null +++ b/dev-python/bareos/bareos-19.2.7.ebuild @@ -0,0 +1,23 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{6..8} ) +inherit distutils-r1 + +DESCRIPTION="python bindings for bareos network backup suite" +HOMEPAGE="https://www.bareos.org/" +SRC_URI="https://github.com/${PN}/${PN}/archive/Release/${PV}.tar.gz -> ${P}.tar.gz" +RESTRICT="mirror" + +LICENSE="AGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="${PYTHON_DEPS}" + +S=${WORKDIR}/${PN}-Release-${PV}/python-bareos diff --git a/dev-python/bareos/metadata.xml b/dev-python/bareos/metadata.xml new file mode 100644 index 00000000000..4a5a7ed6d64 --- /dev/null +++ b/dev-python/bareos/metadata.xml @@ -0,0 +1,11 @@ + + + + + mschiff@gentoo.org + Marc Schiffbauer + + + bareos/bareos + +