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 F3CC7138334 for ; Wed, 1 Jan 2020 07:55:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38BF6E09B6; Wed, 1 Jan 2020 07:55:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0484CE09B6 for ; Wed, 1 Jan 2020 07:55:45 +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 663CE34DE10 for ; Wed, 1 Jan 2020 07:55:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A10A82 for ; Wed, 1 Jan 2020 07:55:42 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1577865311.4d022576a3ba63fb660279f23189f3cc47da1f17.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/backintime/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/backintime/Manifest app-backup/backintime/backintime-1.2.1.ebuild X-VCS-Directories: app-backup/backintime/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4d022576a3ba63fb660279f23189f3cc47da1f17 X-VCS-Branch: master Date: Wed, 1 Jan 2020 07:55:42 +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: 4144d667-b532-4021-b49e-46c86aff04f2 X-Archives-Hash: 0268477aff1a01dc7b42e7d98cae03ad commit: 4d022576a3ba63fb660279f23189f3cc47da1f17 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Dec 31 21:41:16 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jan 1 07:55:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d022576 app-backup/backintime: 1.2.1 version bump Closes: https://bugs.gentoo.org/696240 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> app-backup/backintime/Manifest | 1 + app-backup/backintime/backintime-1.2.1.ebuild | 72 +++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) diff --git a/app-backup/backintime/Manifest b/app-backup/backintime/Manifest index 3936cd8d65e..bf5f9506312 100644 --- a/app-backup/backintime/Manifest +++ b/app-backup/backintime/Manifest @@ -1 +1,2 @@ DIST backintime-1.2.0_pre20180221.tar.gz 712330 BLAKE2B 9ba40c5f89b9fbdf0b1c381bf2e3edce13553b2c301792627fc037bd2de181804b2dc6cad6e78a02844f8835dcd6415a35590125e832d55187fa2ed1a5fa864b SHA512 ad1bb11ea411904027952809c577de1a5317f40430af9b91b16a2c157d560c72b65c879bb880b557e9b5e333e76a44977a26486f4ed4f45281a5e8b0d4583c2a +DIST backintime-1.2.1.tar.gz 713853 BLAKE2B 0f05d6cdc04a41ec9737badb8693c1270bb1333b2986fce925625ba2d7be05de0630ff5f59a7b5854a38ba382d6992df1ffc4e1cb584cae0e2618b877db4f06b SHA512 91dbc76a7db81469c5a538be03196c8e307d13307486d8e1c6cad10ce0af399de495f0292fecffc2853ed78804b5899750f06f274b4701efe3af6a708ea1024e diff --git a/app-backup/backintime/backintime-1.2.1.ebuild b/app-backup/backintime/backintime-1.2.1.ebuild new file mode 100644 index 00000000000..c3cef948142 --- /dev/null +++ b/app-backup/backintime/backintime-1.2.1.ebuild @@ -0,0 +1,72 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7} ) + +inherit python-single-r1 xdg + +DESCRIPTION="Backup system inspired by TimeVault and FlyBack" +HOMEPAGE="https://backintime.readthedocs.io/en/latest/ https://github.com/bit-team/backintime/" +SRC_URI="https://github.com/bit-team/${PN}/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="examples qt5" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND="${PYTHON_DEPS} + dev-python/dbus-python[${PYTHON_USEDEP}] + dev-python/keyring[${PYTHON_USEDEP}] + net-misc/openssh + net-misc/rsync[xattr,acl] +" +RDEPEND="${DEPEND} + qt5? ( dev-python/PyQt5[gui,widgets] ) +" + +PATCHES=( "${FILESDIR}/${P}-no-compress-docs-examples.patch" ) + +src_configure() { + pushd common > /dev/null || die + ./configure --python3 --no-fuse-group || die + popd > /dev/null || die + if use qt5 ; then + pushd qt > /dev/null || die + ./configure --python3 || die + popd > /dev/null || die + fi +} + +src_compile() { + pushd common > /dev/null || die + emake + popd > /dev/null || die + if use qt5 ; then + pushd qt > /dev/null || die + emake + popd > /dev/null || die + fi +} + +src_install() { + pushd common > /dev/null || die + emake DESTDIR="${D}" install + popd > /dev/null || die + if use qt5 ; then + pushd qt > /dev/null || die + emake DESTDIR="${D}" install + popd > /dev/null || die + fi + + einstalldocs + if use examples ; then + docinto examples + dodoc common/{config-example-local,config-example-ssh} + fi + + python_optimize "${D}" +}