public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/backintime/
Date: Fri, 22 Dec 2017 09:01:33 +0000 (UTC)	[thread overview]
Message-ID: <1513933284.a08d03188dcbdecf81d56a9445a0351a1aa265cd.xmw@gentoo> (raw)

commit:     a08d03188dcbdecf81d56a9445a0351a1aa265cd
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 22 09:01:15 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Fri Dec 22 09:01:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a08d0318

app-backup/backintime: Add live ebuild and update HOMEPAGE (thanks Samuel Bauer).

Closes: https://bugs.gentoo.org/641600
Bug: https://bugs.gentoo.org/641962
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-backup/backintime/backintime-1.1.24.ebuild     |  4 +--
 ...intime-1.1.24.ebuild => backintime-9999.ebuild} | 32 +++++++++++-----------
 2 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/app-backup/backintime/backintime-1.1.24.ebuild b/app-backup/backintime/backintime-1.1.24.ebuild
index a72918d9c63..e06ed0d2629 100644
--- a/app-backup/backintime/backintime-1.1.24.ebuild
+++ b/app-backup/backintime/backintime-1.1.24.ebuild
@@ -3,12 +3,12 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_{4,5} )
+PYTHON_COMPAT=( python3_{4,5,6} )
 
 inherit eutils python-single-r1 gnome2-utils
 
 DESCRIPTION="Backup system inspired by TimeVault and FlyBack, with a GUI for GNOME and KDE4"
-HOMEPAGE="https://backintime.readthedocs.io/"
+HOMEPAGE="https://backintime.readthedocs.io/ https://github.com/bit-team/backintime/"
 SRC_URI="https://github.com/bit-team/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"

diff --git a/app-backup/backintime/backintime-1.1.24.ebuild b/app-backup/backintime/backintime-9999.ebuild
similarity index 71%
copy from app-backup/backintime/backintime-1.1.24.ebuild
copy to app-backup/backintime/backintime-9999.ebuild
index a72918d9c63..1bff0ab51ba 100644
--- a/app-backup/backintime/backintime-1.1.24.ebuild
+++ b/app-backup/backintime/backintime-9999.ebuild
@@ -3,18 +3,18 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_{4,5} )
+PYTHON_COMPAT=( python3_{4,5,6} )
 
-inherit eutils python-single-r1 gnome2-utils
+inherit eutils python-single-r1 gnome2-utils git-r3
 
 DESCRIPTION="Backup system inspired by TimeVault and FlyBack, with a GUI for GNOME and KDE4"
-HOMEPAGE="https://backintime.readthedocs.io/"
-SRC_URI="https://github.com/bit-team/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="https://backintime.readthedocs.io/ https://github.com/bit-team/backintime/"
+EGIT_REPO_URI="https://github.com/bit-team/backintime/"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="qt4"
+KEYWORDS=""
+IUSE="qt5"
 
 DEPEND="${PYTHON_DEPS}
 	dev-python/dbus-python[${PYTHON_USEDEP}]
@@ -22,7 +22,7 @@ DEPEND="${PYTHON_DEPS}
 	net-misc/openssh
 	net-misc/rsync[xattr,acl]"
 RDEPEND="${DEPEND}
-	qt4? ( dev-python/PyQt4 )"
+	qt5? ( dev-python/PyQt5 )"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
@@ -30,12 +30,12 @@ src_prepare() {
 	#fix doc install location
 	sed -e "s:/doc/${PN}-common:/doc/${PF}:g" \
 		-i common/configure || die
-	sed -e "s:/doc/${PN}-qt4:/doc/${PF}:g" \
-		-i qt4/configure || die
+	sed -e "s:/doc/${PN}-qt:/doc/${PF}:g" \
+		-i qt/configure || die
 	sed -e "/addInstallFile \"..\/VERSION/d" \
 		-e "/addInstallFile \"..\/LICENSE/d" \
 		-e "/addInstallFile \"..\/debian\/copyright/d" \
-		-i {qt4,common}/configure || die
+		-i {qt,common}/configure || die
 
 	if [ -n ${LINGUAS+x} ] ; then
 		cd common/po || die
@@ -52,8 +52,8 @@ src_prepare() {
 src_configure() {
 	cd "${S}"/common || die
 	./configure --python3 --no-fuse-group || die
-	if use qt4 ; then
-		cd "${S}"/qt4 || die
+	if use qt5 ; then
+		cd "${S}"/qt || die
 		./configure --python3 || die
 	fi
 }
@@ -61,8 +61,8 @@ src_configure() {
 src_compile() {
 	cd "${S}"/common || die
 	emake
-	if use qt4 ; then
-		cd "${S}"/qt4 || die
+	if use qt5 ; then
+		cd "${S}"/qt || die
 		emake
 	fi
 }
@@ -70,8 +70,8 @@ src_compile() {
 src_install() {
 	cd "${S}"/common || die
 	emake DESTDIR="${D}" install
-	if use qt4 ; then
-		cd "${S}"/qt4 || die
+	if use qt5 ; then
+		cd "${S}"/qt || die
 		emake DESTDIR="${D}" install
 	fi
 


             reply	other threads:[~2017-12-22  9:01 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-22  9:01 Michael Weber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-03  7:42 [gentoo-commits] repo/gentoo:master commit in: app-backup/backintime/ 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
2018-04-03 16:22 Andreas Sturmlechner
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=1513933284.a08d03188dcbdecf81d56a9445a0351a1aa265cd.xmw@gentoo \
    --to=xmw@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