From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/backintime/
Date: Mon, 9 Nov 2015 09:43:32 +0000 (UTC) [thread overview]
Message-ID: <1447062210.3317f4971707e93ba091a10c1adeed49b6fb4750.xmw@gentoo> (raw)
commit: 3317f4971707e93ba091a10c1adeed49b6fb4750
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 9 09:41:36 2015 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Mon Nov 9 09:43:30 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3317f497
app-backup/backintime: version bump (thanks Stephan Litterst, bug 565148).
Package-Manager: portage-2.2.21
app-backup/backintime/Manifest | 1 +
app-backup/backintime/backintime-1.1.8.ebuild | 78 +++++++++++++++++++++++++++
2 files changed, 79 insertions(+)
diff --git a/app-backup/backintime/Manifest b/app-backup/backintime/Manifest
index 324695c..ac2c8dd 100644
--- a/app-backup/backintime/Manifest
+++ b/app-backup/backintime/Manifest
@@ -2,3 +2,4 @@ DIST backintime-1.0.24.tar.gz 507183 SHA256 5d9bac6fd74dd2258786b3481af260beb0f5
DIST backintime-1.0.36.tar.gz 594612 SHA256 40ff1ed81fa4de3302acbc0154f2ec9ee17e77423d35e17c66eb110c2c171666 SHA512 0f78041c90c8242d6e4aabc97c67156e1ecf7d593adb40e417959f0d2dd0432ae95e3dd4c04603b170e7271f82e01ced4e7233794d81333e8b9ab3e9b9721776 WHIRLPOOL 8d9e752bae1000cd9690da095fa382c5deac8af8f107f3b1d39f7bf1d5f59091ccfc0b6f6c9b779f94fedd13e2e2daf7f2d53f5b54cb4050548eeb0345ba878e
DIST backintime-1.0.40.tar.gz 595494 SHA256 09a79fe95b654e628a9d76d19f110bf5d29c7cf142b2ec5df2f1c8561b5551f2 SHA512 342a842ebac4b886ec8af8d30f0a01594b89cd4345c84c2cda463b7862d00955180a688f6661623502117896e95b63b8d44e5f3d0fc8152cca1ca3d816380e44 WHIRLPOOL 38c51e77d1661e0773ee17dc84cb2f9559c4a0b112db4c3de43a836ca099bfbd391a98846b349ef9e9794fc3befb73eef5400f080122d8e63eebec28bfc7f3c0
DIST backintime-1.1.4.tar.gz 562964 SHA256 434fc1fb6d9ac20d7b04c791e39bf9e077773c696e18f2bf1aa8f3e7fb59a770 SHA512 a207833c9708166cfbc4e0aa36c6e1b0ee609d5e05a8f23c51c3242f8e32ae25df09255885a812ac32bdec7874266e8a167be076c8938d90ddfe76c5b2736aa7 WHIRLPOOL e3dee1d437657939ce3290d0717f9c6f31a656de8f4642bf7fbcca1dd5b7426ba7f068f8faa96e731c863e4a8e02d1e8d1526fbf466b7ea8ba1b1682fd43ab7f
+DIST backintime-1.1.8.tar.gz 617754 SHA256 a1f2d210e95633dfe383eb50b3b560d1e09c43de4ce89dd4cb193cab40cb8a1e SHA512 550e270dcf341ec5ad952f4decd836007d19ff9bf60cada834dfb488dbf29954b6fd3ed80a4f8fb4406a0166895a7f7c922e5622d06c43086dd54073e5aabd99 WHIRLPOOL ea9af3c432c61def4214e1d1e2c70e40cb7e50867bb0fa08930740c13133293ad135fd6c97295ab176deaedacb33e72583dc7c34dcfc3cb375a8b6e7fc7ab632
diff --git a/app-backup/backintime/backintime-1.1.8.ebuild b/app-backup/backintime/backintime-1.1.8.ebuild
new file mode 100644
index 0000000..b1e66ec
--- /dev/null
+++ b/app-backup/backintime/backintime-1.1.8.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python3_2 python3_3 python3_4 )
+
+inherit eutils python-single-r1
+
+DESCRIPTION="A simple backup system inspired by TimeVault and FlyBack, with a GUI for GNOME and KDE4"
+HOMEPAGE="http://backintime.le-web.org/"
+SRC_URI="http://${PN}.le-web.org/download/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="qt4"
+
+RDEPEND="${PYTHON_DEPS}
+ dev-python/dbus-python[${PYTHON_USEDEP}]
+ dev-python/keyring[${PYTHON_USEDEP}]
+ net-misc/openssh
+ net-misc/rsync[xattr,acl]"
+
+DEPEND="${RDEPEND}"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+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 "/addInstallFile \"..\/VERSION/d" \
+ -e "/addInstallFile \"..\/LICENSE/d" \
+ -e "/addInstallFile \"..\/debian\/copyright/d" \
+ -i {qt4,common}/configure || die
+
+ if [ -n ${LINGUAS+x} ] ; then
+ cd common/po || die
+ for po in *.po ; do
+ if ! has ${po/.po} ${LINGUAS} ; then
+ rm ${po} || die
+ fi
+ done
+ fi
+}
+
+src_configure() {
+ cd "${S}"/common || die
+ ./configure --python3 --no-fuse-group || die
+ if use qt4 ; then
+ cd "${S}"/qt4 || die
+ ./configure --python3 || die
+ fi
+}
+
+src_compile() {
+ cd "${S}"/common || die
+ emake
+ if use qt4 ; then
+ cd "${S}"/qt4 || die
+ emake
+ fi
+}
+
+src_install() {
+ cd "${S}"/common || die
+ emake DESTDIR="${D}" install
+ if use qt4 ; then
+ cd "${S}"/qt4 || die
+ emake DESTDIR="${D}" install
+ fi
+
+ python_optimize "${D}"
+}
next reply other threads:[~2015-11-09 9:43 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-09 9:43 Michael Weber [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-11-26 9:58 [gentoo-commits] repo/gentoo:master commit in: app-backup/backintime/ Agostino Sarubbo
2015-12-07 8:58 Justin Lecher
2016-01-02 21:41 Michael Weber
2016-01-02 22:49 Michael Weber
2016-01-03 11:54 Agostino Sarubbo
2016-01-06 13:34 Agostino Sarubbo
2016-05-07 22:03 Michael Weber
2016-10-09 7:47 Pacho Ramos
2016-12-19 19:56 Tobias Klausmann
2017-12-18 16:43 Michael Weber
2017-12-18 16:43 Michael Weber
2017-12-19 8:32 Jason Zaman
2017-12-22 8:51 Michael Weber
2017-12-22 9:01 Michael Weber
2018-04-03 16:22 Andreas Sturmlechner
2018-04-21 22:18 Aaron Bauman
2018-04-26 3:32 Andreas Sturmlechner
2020-01-01 7:55 Andreas Sturmlechner
2020-01-13 8:45 Agostino Sarubbo
2020-01-13 8:50 Agostino Sarubbo
2020-01-16 12:55 Andreas Sturmlechner
2020-02-07 9:08 Michał Górny
2020-12-04 15:19 Aaron Bauman
2021-08-10 2:59 Sam James
2021-08-10 2:59 Sam James
2021-12-05 4:00 Sam James
2022-03-18 14:00 Joonas Niilola
2022-05-16 2:53 Sam James
2022-05-16 12:22 Jakov Smolić
2022-11-23 20:19 Andreas Sturmlechner
2023-05-03 5:59 Sam James
2023-05-04 4:36 Sam James
2024-06-03 7:36 Sam James
2024-06-03 7:36 Sam James
2024-06-03 7:42 Sam James
2024-06-03 7:42 Sam James
2024-06-03 7:42 Sam James
2024-11-24 7:54 Joonas Niilola
2025-01-13 6:54 Joonas Niilola
2025-01-22 21:57 Andreas Sturmlechner
2025-01-24 7:14 Joonas Niilola
2025-05-24 19:21 Sam James
2025-05-24 19:21 Sam James
2025-05-24 19:21 Sam James
2025-05-24 20:05 Sam James
2025-07-07 22:11 Sam James
2025-10-06 0:13 Sam James
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=1447062210.3317f4971707e93ba091a10c1adeed49b6fb4750.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