public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/backintime/
Date: Wed, 23 Nov 2022 20:19:39 +0000 (UTC)	[thread overview]
Message-ID: <1669234762.f542142a32d142b750e07b67ea9222aead395c32.asturm@gentoo> (raw)

commit:     f542142a32d142b750e07b67ea9222aead395c32
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 23 18:12:21 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 23 20:19:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f542142a

app-backup/backintime: drop 1.3.1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-backup/backintime/Manifest                |  1 -
 app-backup/backintime/backintime-1.3.1.ebuild | 77 ---------------------------
 2 files changed, 78 deletions(-)

diff --git a/app-backup/backintime/Manifest b/app-backup/backintime/Manifest
index 0ae4c57381e4..4a40070f52fb 100644
--- a/app-backup/backintime/Manifest
+++ b/app-backup/backintime/Manifest
@@ -1,2 +1 @@
-DIST backintime-1.3.1.tar.gz 714401 BLAKE2B 5b6a294d5a22ee3928725caf1a9895b665bfcddd6b779355cd7f7e58b5a201c3d2158ef4b30fb73eb4525c1a54cacf878397874f28b06798b7bfd973df467a39 SHA512 faac8552748da75db62cf7fa7eea686fd8b262016d1072f432fff54a6c0c72929650582870b4c56efbaa4ef5984acaece9e1d76eb72abcce91c6fc92d34d52ad
 DIST backintime-1.3.2.tar.gz 714459 BLAKE2B cc53bd5391155705016248511e30cdfa7bc25f0a7cb170dfeeffda397e8be1b22f8e335063289d8c192f94c469430655064899ac8059f22f3b7582e3af87d373 SHA512 19f756d03cc7533e02bb5172ae3f8c167206bf5e8d60c0f3af1f647e01297a4eeb7889bbb5b58e46636bc31392ee436249b276ddbfa41697a0538c542fa26cb8

diff --git a/app-backup/backintime/backintime-1.3.1.ebuild b/app-backup/backintime/backintime-1.3.1.ebuild
deleted file mode 100644
index daf1a9fd35d7..000000000000
--- a/app-backup/backintime/backintime-1.3.1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} )
-
-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/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="examples qt5"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}
-	$(python_gen_cond_dep '
-		dev-python/dbus-python[${PYTHON_USEDEP}]
-		dev-python/keyring[${PYTHON_USEDEP}]
-	')"
-RDEPEND="${DEPEND}
-	net-misc/openssh
-	net-misc/rsync[xattr,acl]
-	qt5? ( dev-python/PyQt5[gui,widgets] )"
-
-PATCHES=( "${FILESDIR}/${PN}-1.2.1-no-compress-docs-examples.patch" )
-
-src_configure() {
-	pushd common > /dev/null || die
-	# Not autotools
-	./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}"
-}


             reply	other threads:[~2022-11-23 20:19 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-23 20:19 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-07 22:11 [gentoo-commits] repo/gentoo:master commit in: app-backup/backintime/ Sam James
2025-05-24 20:05 Sam James
2025-05-24 19:21 Sam James
2025-05-24 19:21 Sam James
2025-05-24 19:21 Sam James
2025-01-24  7:14 Joonas Niilola
2025-01-22 21:57 Andreas Sturmlechner
2025-01-13  6:54 Joonas Niilola
2024-11-24  7:54 Joonas Niilola
2024-06-03  7:42 Sam James
2024-06-03  7:42 Sam James
2024-06-03  7:42 Sam James
2024-06-03  7:36 Sam James
2024-06-03  7:36 Sam James
2023-05-04  4:36 Sam James
2023-05-03  5:59 Sam James
2022-05-16 12:22 Jakov Smolić
2022-05-16  2:53 Sam James
2022-03-18 14:00 Joonas Niilola
2021-12-05  4:00 Sam James
2021-08-10  2:59 Sam James
2021-08-10  2:59 Sam James
2020-12-04 15:19 Aaron Bauman
2020-02-07  9:08 Michał Górny
2020-01-16 12:55 Andreas Sturmlechner
2020-01-13  8:50 Agostino Sarubbo
2020-01-13  8:45 Agostino Sarubbo
2020-01-01  7:55 Andreas Sturmlechner
2018-04-26  3:32 Andreas Sturmlechner
2018-04-21 22:18 Aaron Bauman
2018-04-03 16:22 Andreas Sturmlechner
2017-12-22  9:01 Michael Weber
2017-12-22  8:51 Michael Weber
2017-12-19  8:32 Jason Zaman
2017-12-18 16:43 Michael Weber
2017-12-18 16:43 Michael Weber
2016-12-19 19:56 Tobias Klausmann
2016-10-09  7:47 Pacho Ramos
2016-05-07 22:03 Michael Weber
2016-01-06 13:34 Agostino Sarubbo
2016-01-03 11:54 Agostino Sarubbo
2016-01-02 22:49 Michael Weber
2016-01-02 21:41 Michael Weber
2015-12-07  8:58 Justin Lecher
2015-11-26  9:58 Agostino Sarubbo
2015-11-09  9:43 Michael Weber

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=1669234762.f542142a32d142b750e07b67ea9222aead395c32.asturm@gentoo \
    --to=asturm@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