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: Tue,  3 Apr 2018 16:22:33 +0000 (UTC)	[thread overview]
Message-ID: <1522772536.5708bfa7320cb8652b72afa1ee7d786d0a6018d5.asturm@gentoo> (raw)

commit:     5708bfa7320cb8652b72afa1ee7d786d0a6018d5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  3 16:18:06 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Apr  3 16:22:16 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5708bfa7

app-backup/backintime: Add 1.2.0_pre20180221 Qt5-based snapshot

Drop unused eclass and fix description - it is not clear why this
should be targeted at specific desktop environments.

Bug: https://bugs.gentoo.org/641962
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-backup/backintime/Manifest                                |  1 +
 ...intime-9999.ebuild => backintime-1.2.0_pre20180221.ebuild} | 11 ++++++-----
 app-backup/backintime/backintime-9999.ebuild                  |  6 +++---
 3 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/app-backup/backintime/Manifest b/app-backup/backintime/Manifest
index c4b266b68b8..40a96401478 100644
--- a/app-backup/backintime/Manifest
+++ b/app-backup/backintime/Manifest
@@ -1 +1,2 @@
 DIST backintime-1.1.24.tar.gz 658961 BLAKE2B 88255ea138f31c4540f54d2053616d4c8ce35f7c969b15a9c46422bfed4f0fd2cabb01e0cd4d1505fb84eee31daacb9da36c6bf71225f5b9a1d47d6941e571b2 SHA512 d16b6d3a710154ca8bddf80a8f06835efe84dd2f2435102e06a732f7e6e291b1954864298542658bab2b7bc42d5a6bf1d9338a98c66fd3f888c450b9685cc011
+DIST backintime-1.2.0_pre20180221.tar.gz 712330 BLAKE2B 9ba40c5f89b9fbdf0b1c381bf2e3edce13553b2c301792627fc037bd2de181804b2dc6cad6e78a02844f8835dcd6415a35590125e832d55187fa2ed1a5fa864b SHA512 ad1bb11ea411904027952809c577de1a5317f40430af9b91b16a2c157d560c72b65c879bb880b557e9b5e333e76a44977a26486f4ed4f45281a5e8b0d4583c2a

diff --git a/app-backup/backintime/backintime-9999.ebuild b/app-backup/backintime/backintime-1.2.0_pre20180221.ebuild
similarity index 83%
copy from app-backup/backintime/backintime-9999.ebuild
copy to app-backup/backintime/backintime-1.2.0_pre20180221.ebuild
index 1bff0ab51ba..fbc9194ee8d 100644
--- a/app-backup/backintime/backintime-9999.ebuild
+++ b/app-backup/backintime/backintime-1.2.0_pre20180221.ebuild
@@ -1,19 +1,20 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 PYTHON_COMPAT=( python3_{4,5,6} )
 
-inherit eutils python-single-r1 gnome2-utils git-r3
+COMMIT=45ec81c185789b2dbafd7348d1af039b5183c9ff
+inherit python-single-r1 gnome2-utils vcs-snapshot
 
-DESCRIPTION="Backup system inspired by TimeVault and FlyBack, with a GUI for GNOME and KDE4"
+DESCRIPTION="Backup system inspired by TimeVault and FlyBack"
 HOMEPAGE="https://backintime.readthedocs.io/ https://github.com/bit-team/backintime/"
-EGIT_REPO_URI="https://github.com/bit-team/backintime/"
+SRC_URI="https://github.com/bit-team/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
 IUSE="qt5"
 
 DEPEND="${PYTHON_DEPS}

diff --git a/app-backup/backintime/backintime-9999.ebuild b/app-backup/backintime/backintime-9999.ebuild
index 1bff0ab51ba..9fcb400d83e 100644
--- a/app-backup/backintime/backintime-9999.ebuild
+++ b/app-backup/backintime/backintime-9999.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 PYTHON_COMPAT=( python3_{4,5,6} )
 
-inherit eutils python-single-r1 gnome2-utils git-r3
+inherit python-single-r1 gnome2-utils git-r3
 
-DESCRIPTION="Backup system inspired by TimeVault and FlyBack, with a GUI for GNOME and KDE4"
+DESCRIPTION="Backup system inspired by TimeVault and FlyBack"
 HOMEPAGE="https://backintime.readthedocs.io/ https://github.com/bit-team/backintime/"
 EGIT_REPO_URI="https://github.com/bit-team/backintime/"
 


             reply	other threads:[~2018-04-03 16:22 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-03 16:22 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-24  7:14 [gentoo-commits] repo/gentoo:master commit in: app-backup/backintime/ 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-11-23 20:19 Andreas Sturmlechner
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
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=1522772536.5708bfa7320cb8652b72afa1ee7d786d0a6018d5.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