Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/backintime/
Date: Tue, 03 Apr 2018 16:22:38
Message-Id: 1522772536.5708bfa7320cb8652b72afa1ee7d786d0a6018d5.asturm@gentoo
1 commit: 5708bfa7320cb8652b72afa1ee7d786d0a6018d5
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 3 16:18:06 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 3 16:22:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5708bfa7
7
8 app-backup/backintime: Add 1.2.0_pre20180221 Qt5-based snapshot
9
10 Drop unused eclass and fix description - it is not clear why this
11 should be targeted at specific desktop environments.
12
13 Bug: https://bugs.gentoo.org/641962
14 Package-Manager: Portage-2.3.28, Repoman-2.3.9
15
16 app-backup/backintime/Manifest | 1 +
17 ...intime-9999.ebuild => backintime-1.2.0_pre20180221.ebuild} | 11 ++++++-----
18 app-backup/backintime/backintime-9999.ebuild | 6 +++---
19 3 files changed, 10 insertions(+), 8 deletions(-)
20
21 diff --git a/app-backup/backintime/Manifest b/app-backup/backintime/Manifest
22 index c4b266b68b8..40a96401478 100644
23 --- a/app-backup/backintime/Manifest
24 +++ b/app-backup/backintime/Manifest
25 @@ -1 +1,2 @@
26 DIST backintime-1.1.24.tar.gz 658961 BLAKE2B 88255ea138f31c4540f54d2053616d4c8ce35f7c969b15a9c46422bfed4f0fd2cabb01e0cd4d1505fb84eee31daacb9da36c6bf71225f5b9a1d47d6941e571b2 SHA512 d16b6d3a710154ca8bddf80a8f06835efe84dd2f2435102e06a732f7e6e291b1954864298542658bab2b7bc42d5a6bf1d9338a98c66fd3f888c450b9685cc011
27 +DIST backintime-1.2.0_pre20180221.tar.gz 712330 BLAKE2B 9ba40c5f89b9fbdf0b1c381bf2e3edce13553b2c301792627fc037bd2de181804b2dc6cad6e78a02844f8835dcd6415a35590125e832d55187fa2ed1a5fa864b SHA512 ad1bb11ea411904027952809c577de1a5317f40430af9b91b16a2c157d560c72b65c879bb880b557e9b5e333e76a44977a26486f4ed4f45281a5e8b0d4583c2a
28
29 diff --git a/app-backup/backintime/backintime-9999.ebuild b/app-backup/backintime/backintime-1.2.0_pre20180221.ebuild
30 similarity index 83%
31 copy from app-backup/backintime/backintime-9999.ebuild
32 copy to app-backup/backintime/backintime-1.2.0_pre20180221.ebuild
33 index 1bff0ab51ba..fbc9194ee8d 100644
34 --- a/app-backup/backintime/backintime-9999.ebuild
35 +++ b/app-backup/backintime/backintime-1.2.0_pre20180221.ebuild
36 @@ -1,19 +1,20 @@
37 -# Copyright 1999-2017 Gentoo Foundation
38 +# Copyright 1999-2018 Gentoo Foundation
39 # Distributed under the terms of the GNU General Public License v2
40
41 EAPI=6
42
43 PYTHON_COMPAT=( python3_{4,5,6} )
44
45 -inherit eutils python-single-r1 gnome2-utils git-r3
46 +COMMIT=45ec81c185789b2dbafd7348d1af039b5183c9ff
47 +inherit python-single-r1 gnome2-utils vcs-snapshot
48
49 -DESCRIPTION="Backup system inspired by TimeVault and FlyBack, with a GUI for GNOME and KDE4"
50 +DESCRIPTION="Backup system inspired by TimeVault and FlyBack"
51 HOMEPAGE="https://backintime.readthedocs.io/ https://github.com/bit-team/backintime/"
52 -EGIT_REPO_URI="https://github.com/bit-team/backintime/"
53 +SRC_URI="https://github.com/bit-team/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
54
55 LICENSE="GPL-2"
56 SLOT="0"
57 -KEYWORDS=""
58 +KEYWORDS="~amd64 ~x86"
59 IUSE="qt5"
60
61 DEPEND="${PYTHON_DEPS}
62
63 diff --git a/app-backup/backintime/backintime-9999.ebuild b/app-backup/backintime/backintime-9999.ebuild
64 index 1bff0ab51ba..9fcb400d83e 100644
65 --- a/app-backup/backintime/backintime-9999.ebuild
66 +++ b/app-backup/backintime/backintime-9999.ebuild
67 @@ -1,13 +1,13 @@
68 -# Copyright 1999-2017 Gentoo Foundation
69 +# Copyright 1999-2018 Gentoo Foundation
70 # Distributed under the terms of the GNU General Public License v2
71
72 EAPI=6
73
74 PYTHON_COMPAT=( python3_{4,5,6} )
75
76 -inherit eutils python-single-r1 gnome2-utils git-r3
77 +inherit python-single-r1 gnome2-utils git-r3
78
79 -DESCRIPTION="Backup system inspired by TimeVault and FlyBack, with a GUI for GNOME and KDE4"
80 +DESCRIPTION="Backup system inspired by TimeVault and FlyBack"
81 HOMEPAGE="https://backintime.readthedocs.io/ https://github.com/bit-team/backintime/"
82 EGIT_REPO_URI="https://github.com/bit-team/backintime/"