* [gentoo-commits] repo/gentoo:master commit in: app-backup/backintime/files/, app-backup/backintime/
@ 2015-11-09 9:19 Michael Weber
0 siblings, 0 replies; 4+ messages in thread
From: Michael Weber @ 2015-11-09 9:19 UTC (permalink / raw
To: gentoo-commits
commit: 197ebb9c0e8534a992c2dc06490cfef915aec386
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 9 09:19:00 2015 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Mon Nov 9 09:19:00 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=197ebb9c
app-backup/backintime: Add fix for python3 --version on stderr (thanks Timo Ollech and Fabian Kislat, bug 551780).
Package-Manager: portage-2.2.21
app-backup/backintime/backintime-1.1.4.ebuild | 2 ++
.../files/backintime-1.1.4-python-version-stderr.patch | 11 +++++++++++
2 files changed, 13 insertions(+)
diff --git a/app-backup/backintime/backintime-1.1.4.ebuild b/app-backup/backintime/backintime-1.1.4.ebuild
index 6f7c784..8c3700b 100644
--- a/app-backup/backintime/backintime-1.1.4.ebuild
+++ b/app-backup/backintime/backintime-1.1.4.ebuild
@@ -28,6 +28,8 @@ DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
src_prepare() {
+ epatch "${FILESDIR}"/${P}-python-version-stderr.patch
+
#fix doc install location
sed -e "s:/doc/${PN}-common:/doc/${PF}:g" \
-i common/Makefile.template || die
diff --git a/app-backup/backintime/files/backintime-1.1.4-python-version-stderr.patch b/app-backup/backintime/files/backintime-1.1.4-python-version-stderr.patch
new file mode 100644
index 0000000..ffc0d9b
--- /dev/null
+++ b/app-backup/backintime/files/backintime-1.1.4-python-version-stderr.patch
@@ -0,0 +1,11 @@
+--- backintime-1.1.4/common/configure
++++ backintime-1.1.4/common/configure
+@@ -84,7 +84,7 @@
+ done
+ printf "\n" >> Makefile
+
+-if [ $(python${PYVERSION} --version | grep -c "^Python 3") -ne 1 ]; then
++if [ $(python${PYVERSION} --version 2>&1 | grep -c "^Python 3") -ne 1 ]; then
+ printf "Warning: Wrong Python version.\n"
+ printf "Please make sure Python 3.x is used by adding '--python' or '--python3'.\n"
+ exit 1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-backup/backintime/files/, app-backup/backintime/
@ 2016-01-08 11:13 Michael Weber
0 siblings, 0 replies; 4+ messages in thread
From: Michael Weber @ 2016-01-08 11:13 UTC (permalink / raw
To: gentoo-commits
commit: 5608a05189223ac78c7b9c92f2a631318ebd5d5a
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 8 11:11:17 2016 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Fri Jan 8 11:13:46 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5608a051
app-backup/backintime: Drop old.
Package-Manager: portage-2.2.26
app-backup/backintime/Manifest | 1 -
app-backup/backintime/backintime-1.1.4.ebuild | 78 ----------------------
app-backup/backintime/backintime-1.1.8.ebuild | 78 ----------------------
.../backintime-1.0.24-dont-install-license.patch | 49 --------------
.../files/backintime-1.0.24-wrapper.patch | 64 ------------------
.../files/backintime-1.0.36-wrapper.patch | 65 ------------------
.../backintime-1.0.4-fix-configure-warning.diff | 17 -----
.../files/backintime-1.0.4-kde4-root.desktop | 11 ---
.../backintime-1.1.4-python-version-stderr.patch | 11 ---
9 files changed, 374 deletions(-)
diff --git a/app-backup/backintime/Manifest b/app-backup/backintime/Manifest
index 51ec214..e377aca 100644
--- a/app-backup/backintime/Manifest
+++ b/app-backup/backintime/Manifest
@@ -1,2 +1 @@
-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.4.ebuild b/app-backup/backintime/backintime-1.1.4.ebuild
deleted file mode 100644
index 6b6b5e4..0000000
--- a/app-backup/backintime/backintime-1.1.4.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_3 python3_4 )
-
-inherit eutils python-single-r1
-
-DESCRIPTION="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() {
- epatch "${FILESDIR}"/${P}-python-version-stderr.patch
-
- #fix doc install location
- sed -e "s:/doc/${PN}-common:/doc/${PF}:g" \
- -i common/Makefile.template || die
- sed -e "s:/doc/${PN}-qt4:/doc/${PF}:g" \
- -i qt4/Makefile.template || die
- sed -e "/\/VERSION/d" -e "/\/LICENSE/d" -e "/\/copyright/d" \
- -i {qt4,common}/Makefile.template || 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}"
-}
diff --git a/app-backup/backintime/backintime-1.1.8.ebuild b/app-backup/backintime/backintime-1.1.8.ebuild
deleted file mode 100644
index 4a3799a..0000000
--- a/app-backup/backintime/backintime-1.1.8.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_3 python3_4 )
-
-inherit eutils python-single-r1
-
-DESCRIPTION="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}"
-}
diff --git a/app-backup/backintime/files/backintime-1.0.24-dont-install-license.patch b/app-backup/backintime/files/backintime-1.0.24-dont-install-license.patch
deleted file mode 100644
index 73ba594..0000000
--- a/app-backup/backintime/files/backintime-1.0.24-dont-install-license.patch
+++ /dev/null
@@ -1,49 +0,0 @@
---- backintime-1.0.4/common/Makefile.template
-+++ backintime-1.0.4/common/Makefile.template
-@@ -17,10 +17,6 @@
- install -d $(DEST)/share/backintime/plugins
- install --mode=644 plugins/*.py $(DEST)/share/backintime/plugins
-
-- #install copyright file
-- install -d $(DEST)/share/doc/backintime-common
-- install --mode=644 debian_specific/copyright $(DEST)/share/doc/backintime-common
--
- #install doc file(s)
- install -d $(DEST)/share/doc/backintime
- install --mode=644 ../AUTHORS $(DEST)/share/doc/backintime
---- backintime-1.0.24/common/Makefile.template
-+++ backintime-1.0.24/common/Makefile.template
-@@ -20,7 +20,6 @@
- #install doc file(s)
- install -d $(DEST)/share/doc/backintime
- install --mode=644 ../AUTHORS $(DEST)/share/doc/backintime
-- install --mode=644 ../LICENSE $(DEST)/share/doc/backintime
- install --mode=644 ../README $(DEST)/share/doc/backintime
- install --mode=644 ../TRANSLATIONS $(DEST)/share/doc/backintime
- install --mode=644 ../VERSION $(DEST)/share/doc/backintime
---- backintime-1.0.4/gnome/Makefile.template
-+++ backintime-1.0.4/gnome/Makefile.template
-@@ -15,10 +15,6 @@
- install -d $(DEST)/share/backintime/plugins
- install --mode=644 plugins/*.py $(DEST)/share/backintime/plugins
-
-- #install copyright file
-- install -d $(DEST)/share/doc/backintime-gnome
-- install --mode=644 ../common/debian_specific/copyright $(DEST)/share/doc/backintime-gnome
--
- #install man file(s)
- install -d $(DEST)/share/man/man1
- install --mode=644 man/C/*.gz $(DEST)/share/man/man1
---- backintime-1.0.4/kde4/Makefile.template
-+++ backintime-1.0.4/kde4/Makefile.template
-@@ -19,10 +19,6 @@
- install -d $(DEST)/bin
- install backintime-kde4 $(DEST)/bin
-
-- #install copyright file
-- install -d $(DEST)/share/doc/backintime-kde4
-- install --mode=644 ../common/debian_specific/copyright $(DEST)/share/doc/backintime-kde4
--
- #install .desktop file(s)
- install -d $(DEST)/share/applications/kde4
- install --mode=644 *.desktop $(DEST)/share/applications/kde4
diff --git a/app-backup/backintime/files/backintime-1.0.24-wrapper.patch b/app-backup/backintime/files/backintime-1.0.24-wrapper.patch
deleted file mode 100644
index fa65098..0000000
--- a/app-backup/backintime/files/backintime-1.0.24-wrapper.patch
+++ /dev/null
@@ -1,64 +0,0 @@
---- backintime-1.0.24-r2/common/backintime
-+++ backintime-1.0.24-r2/common/backintime
-@@ -17,15 +17,14 @@
- # with this program; if not, write to the Free Software Foundation, Inc.,
- # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-
--if [ -f backintime.py ]; then
-- APP_PATH="."
--else
-- APP_PATH="/usr/share/backintime/common"
--fi
-+APP_PATH="/usr/share/backintime/common"
-
- #starting a new ssh-agent all the time is just a workaround for
- #https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/841672
- #normally this should only be necessary if run as cronjob
- #and the user is not logged in
--ssh-agent python $APP_PATH/backintime.py "$@"
-+if [ "x$SSH_AUTH_SOCK" = "x" ]; then
-+ eval "$(ssh-agent)"
-+fi
-
-+python2 $APP_PATH/backintime.py "$@"
---- backintime-1.0.24-r2/gnome/backintime-gnome
-+++ backintime-1.0.24-r2/gnome/backintime-gnome
-@@ -17,14 +17,13 @@
- # with this program; if not, write to the Free Software Foundation, Inc.,
- # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-
--if [ -f app.py ]; then
-- APP_PATH="."
--else
-- APP_PATH="/usr/share/backintime/gnome"
--fi
-+APP_PATH="/usr/share/backintime/gnome"
-
- #starting a new ssh-agent all the time is just a workaround for
- #https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/841672
- #normally we don't need to start ssh-agent for backintime-gnome
--ssh-agent python ${APP_PATH}/app.py "$@"
-+if [ "x$SSH_AUTH_SOCK" = "x" ]; then
-+ eval "$(ssh-agent)"
-+fi
-
-+python2 ${APP_PATH}/app.py "$@"
---- backintime-1.0.24-r2/kde4/backintime-kde4
-+++ backintime-1.0.24-r2/kde4/backintime-kde4
-@@ -17,11 +17,10 @@
- # with this program; if not, write to the Free Software Foundation, Inc.,
- # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-
--if [ -f app.py ]; then
-- APP_PATH="."
--else
-- APP_PATH="/usr/share/backintime/kde4"
-+APP_PATH="/usr/share/backintime/kde4"
-+#https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/841672
-+if [ "x$SSH_AUTH_SOCK" = "x" ]; then
-+ eval "$(ssh-agent)"
- fi
-
--python ${APP_PATH}/app.py "$@"
--
-+python2 ${APP_PATH}/app.py "$@"
diff --git a/app-backup/backintime/files/backintime-1.0.36-wrapper.patch b/app-backup/backintime/files/backintime-1.0.36-wrapper.patch
deleted file mode 100644
index a0b0124..0000000
--- a/app-backup/backintime/files/backintime-1.0.36-wrapper.patch
+++ /dev/null
@@ -1,65 +0,0 @@
---- backintime-1.0.24-r2/common/backintime
-+++ backintime-1.0.24-r2/common/backintime
-@@ -17,15 +17,14 @@
- # with this program; if not, write to the Free Software Foundation, Inc.,
- # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-
--if [ -f backintime.py ]; then
-- APP_PATH="."
--else
-- APP_PATH="/usr/share/backintime/common"
--fi
-+APP_PATH="/usr/share/backintime/common"
-
- #starting a new ssh-agent all the time is just a workaround for
- #https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/841672
- #normally this should only be necessary if run as cronjob
- #and the user is not logged in
--ssh-agent python $APP_PATH/backintime.py "$@"
-+if [ "x$SSH_AUTH_SOCK" = "x" ]; then
-+ eval "$(ssh-agent)"
-+fi
-
-+python2 $APP_PATH/backintime.py "$@"
---- backintime-1.0.24-r2/gnome/backintime-gnome
-+++ backintime-1.0.24-r2/gnome/backintime-gnome
-@@ -17,14 +17,13 @@
- # with this program; if not, write to the Free Software Foundation, Inc.,
- # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-
--if [ -f app.py ]; then
-- APP_PATH="."
--else
-- APP_PATH="/usr/share/backintime/gnome"
--fi
-+APP_PATH="/usr/share/backintime/gnome"
-
- #starting a new ssh-agent all the time is just a workaround for
- #https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/841672
- #normally we don't need to start ssh-agent for backintime-gnome
--ssh-agent python ${APP_PATH}/app.py "$@"
-+if [ "x$SSH_AUTH_SOCK" = "x" ]; then
-+ eval "$(ssh-agent)"
-+fi
-
-+python2 ${APP_PATH}/app.py "$@"
---- backintime-1.0.24-r2/kde4/backintime-kde4
-+++ backintime-1.0.24-r2/kde4/backintime-kde4
-@@ -17,15 +17,10 @@
- # with this program; if not, write to the Free Software Foundation, Inc.,
- # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-
--if [ -f app.py ]; then
-- APP_PATH="."
--else
-- APP_PATH="/usr/share/backintime/kde4"
--fi
-+APP_PATH="/usr/share/backintime/kde4"
-
- if [ "x$SSH_AUTH_SOCK" = "x" ]; then
- eval "$(ssh-agent)"
- fi
-
--python ${APP_PATH}/app.py "$@"
--
-+python2 ${APP_PATH}/app.py "$@"
diff --git a/app-backup/backintime/files/backintime-1.0.4-fix-configure-warning.diff b/app-backup/backintime/files/backintime-1.0.4-fix-configure-warning.diff
deleted file mode 100644
index 40831b4..0000000
--- a/app-backup/backintime/files/backintime-1.0.4-fix-configure-warning.diff
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -Naur backintime-1.0.4.orig/kde4/configure backintime-1.0.4/kde4/configure
---- backintime-1.0.4.orig/kde4/configure 2010-11-08 14:36:52.000000000 +0100
-+++ backintime-1.0.4/kde4/configure 2010-11-08 14:42:18.000000000 +0100
-@@ -16,13 +16,6 @@
- fi
- fi
-
--#check for kdesudo (if not use kdesu)
--if [ -z `which kdesudo` ]; then
-- mv backintime-kde4-root.desktop.kdesudo backintime-kde4-root.desktop
--else
-- mv backintime-kde4-root.desktop.kdesu backintime-kde4-root.desktop
--fi
--
- cp Makefile.template Makefile
-
- echo "All OK. Now run:"
diff --git a/app-backup/backintime/files/backintime-1.0.4-kde4-root.desktop b/app-backup/backintime/files/backintime-1.0.4-kde4-root.desktop
deleted file mode 100644
index 54d340e..0000000
--- a/app-backup/backintime/files/backintime-1.0.4-kde4-root.desktop
+++ /dev/null
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Name=Back In Time (root)
-Exec=kdesu -c backintime-kde4
-Icon=document-save
-Terminal=false
-X-MultipleArgs=false
-Type=Application
-StartupNotify=true
-Categories=Qt;KDE;System;
-Comment=Simple backup system
-Comment[sl]=Enostaven sistem ustvarjanja varnostnih kopij
diff --git a/app-backup/backintime/files/backintime-1.1.4-python-version-stderr.patch b/app-backup/backintime/files/backintime-1.1.4-python-version-stderr.patch
deleted file mode 100644
index ffc0d9b..0000000
--- a/app-backup/backintime/files/backintime-1.1.4-python-version-stderr.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- backintime-1.1.4/common/configure
-+++ backintime-1.1.4/common/configure
-@@ -84,7 +84,7 @@
- done
- printf "\n" >> Makefile
-
--if [ $(python${PYVERSION} --version | grep -c "^Python 3") -ne 1 ]; then
-+if [ $(python${PYVERSION} --version 2>&1 | grep -c "^Python 3") -ne 1 ]; then
- printf "Warning: Wrong Python version.\n"
- printf "Please make sure Python 3.x is used by adding '--python' or '--python3'.\n"
- exit 1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-backup/backintime/files/, app-backup/backintime/
@ 2024-07-31 13:44 Stefan Strogin
0 siblings, 0 replies; 4+ messages in thread
From: Stefan Strogin @ 2024-07-31 13:44 UTC (permalink / raw
To: gentoo-commits
commit: 5347b8230a4cfb42eddd29b9e3a626fc6f53061c
Author: Stefan Strogin <steils <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 30 17:56:16 2024 +0000
Commit: Stefan Strogin <steils <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 13:43:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5347b823
app-backup/backintime: add 1.5.1
Signed-off-by: Stefan Strogin <steils <AT> gentoo.org>
app-backup/backintime/Manifest | 1 +
app-backup/backintime/backintime-1.5.1.ebuild | 108 +++++++++++++++++++
...ackintime-1.5.1-no-compress-docs-examples.patch | 119 +++++++++++++++++++++
3 files changed, 228 insertions(+)
diff --git a/app-backup/backintime/Manifest b/app-backup/backintime/Manifest
index 1fc3565c4733..6219bac26625 100644
--- a/app-backup/backintime/Manifest
+++ b/app-backup/backintime/Manifest
@@ -1,2 +1,3 @@
DIST backintime-1.3.3.tar.gz 751422 BLAKE2B 5c6723d1b190c5331b8453d4cf2b14e00a4bb64777d73e3b2a1405be51ebc5418f749fca654032154f1cec2389efcd41e52c571c1f9f1f982bbd0adcb0b7dd59 SHA512 f91157133166869665c8d7475c870cd5418135e17f5e7c8ae5788eb8cd3be39e8ea3d7652aa5945f64d9906b6baed0ed3ee16eb46b81a088210459333efe9372
DIST backintime-1.4.3.tar.gz 1900866 BLAKE2B ee9f389a7995e0ca059dab7f94ce59b2a0285bc213ffa2fcdc2d3ed2b9920762c16beb0c2d961ac922837c55fa30e1ce27a9de26c6ad0e879f5c70e876644298 SHA512 d5470590d9807c5f4c1c6f46062465ecac9432831f15d1948a95b3f7ba06015939eb292bbb53d2f039ef9e967a93b6bea0e08b928a009370995d0cc2db1f7fdf
+DIST backintime-1.5.1.tar.gz 2009248 BLAKE2B 5136b4c59f5d9e4d8e79b9e004ca666caf494d8613697a6a3ab1c9c31b42cbdcce832f821dc98adda624423101d15c787e730922da479bb7ae657cbf87375ad2 SHA512 3c629a49c5eb2e740dfdebd49d8b04cae6a15a1602a68429097d62e652c6fe18b5fdeb45460456c157a1e148cca30a220ccd4decadf7836487ba8c03f075e294
diff --git a/app-backup/backintime/backintime-1.5.1.ebuild b/app-backup/backintime/backintime-1.5.1.ebuild
new file mode 100644
index 000000000000..f0d3b8d77be9
--- /dev/null
+++ b/app-backup/backintime/backintime-1.5.1.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+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/"
+
+if [[ ${PV} == 9999 ]] ; then
+ EGIT_REPO_URI="https://github.com/bit-team/backintime/"
+ inherit git-r3
+else
+ SRC_URI="https://github.com/bit-team/${PN}/releases/download/v${PV}/${P}.tar.gz"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="examples gui test"
+RESTRICT="!test? ( test )"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="
+ ${PYTHON_DEPS}
+ $(python_gen_cond_dep '
+ dev-python/dbus-python[${PYTHON_USEDEP}]
+ dev-python/keyring[${PYTHON_USEDEP}]
+ dev-python/packaging[${PYTHON_USEDEP}]
+ ')
+"
+RDEPEND="
+ ${DEPEND}
+ virtual/openssh
+ net-misc/rsync[xattr,acl]
+ gui? ( dev-python/PyQt6[gui,widgets] )
+"
+BDEPEND="
+ sys-devel/gettext
+ test? (
+ $(python_gen_cond_dep '
+ dev-python/pyfakefs[${PYTHON_USEDEP}]
+ ')
+ )
+"
+
+PATCHES=(
+ "${FILESDIR}/${PN}-1.5.1-no-compress-docs-examples.patch"
+)
+
+src_prepare() {
+ default
+
+ # Looks at host system too much, so too flaky
+ rm common/test/test_tools.py || die
+ # Fails with dbus/udev issue (likely sandbox)
+ rm common/test/test_snapshots.py || die
+}
+
+src_configure() {
+ # TODO: Review https://github.com/bit-team/backintime/blob/dev/CONTRIBUTING.md#dependencies
+ # for deps (some may be optfeatures).
+ pushd common > /dev/null || die
+ # Not autotools
+ ./configure --python="${PYTHON}" --no-fuse-group || die
+ popd > /dev/null || die
+
+ if use gui ; then
+ pushd qt > /dev/null || die
+ ./configure --python="${PYTHON}" || die
+ popd > /dev/null || die
+ fi
+}
+
+src_compile() {
+ emake -C common
+
+ if use gui ; then
+ emake -C qt
+ fi
+}
+
+src_test() {
+ # pytest should work but it can't find the backintime binary, so
+ # use the unittest-based runner instead.
+ # https://github.com/bit-team/backintime/blob/dev/CONTRIBUTING.md#how-to-contribute-to-back-in-time
+ emake -C common test-v
+}
+
+src_install() {
+ emake -C common DESTDIR="${D}" install
+
+ if use gui ; then
+ emake -C qt DESTDIR="${D}" install
+ fi
+
+ einstalldocs
+
+ if use examples ; then
+ docinto examples
+ dodoc common/{config-example-local,config-example-ssh}
+ fi
+
+ python_optimize "${D}"
+}
diff --git a/app-backup/backintime/files/backintime-1.5.1-no-compress-docs-examples.patch b/app-backup/backintime/files/backintime-1.5.1-no-compress-docs-examples.patch
new file mode 100644
index 000000000000..f7c56fd1e5bf
--- /dev/null
+++ b/app-backup/backintime/files/backintime-1.5.1-no-compress-docs-examples.patch
@@ -0,0 +1,119 @@
+diff --git a/common/configure b/common/configure
+index a750fd03..baf216b1 100755
+--- a/common/configure
++++ b/common/configure
+@@ -161,7 +161,7 @@ printf "DEST=\$(DESTDIR)\$(PREFIX)\n\n" >> ${MAKEFILE}
+
+ printf "all:\tbuild\n\n" >> ${MAKEFILE}
+
+-printf "build:\ttranslate compress\n" >> ${MAKEFILE}
++printf "build:\ttranslate\n" >> ${MAKEFILE}
+
+ printf "clean:\n" >> ${MAKEFILE}
+ printf "\trm -f po/*.mo\n" >> ${MAKEFILE}
+@@ -192,28 +192,11 @@ addInstallFiles "plugins/*.py" "/share/backintime/plugins"
+ addUninstallDir "/share/backintime"
+ addNewline
+
+-addComment "documentation"
+-addInstallDir "/share/doc/backintime-common"
+-addInstallFile "../AUTHORS" "/share/doc/backintime-common"
+-addInstallFile "../LICENSE" "/share/doc/backintime-common"
+-addInstallFile "../README.md" "/share/doc/backintime-common"
+-addInstallFile "../TRANSLATIONS" "/share/doc/backintime-common"
+-addInstallFile "../CHANGES" "/share/doc/backintime-common"
+-addNewline
+-
+-addComment "config-examples"
+-addInstallDir "/share/doc/backintime-common/examples"
+-addInstallFile "config-example-local.gz" "/share/doc/backintime-common/examples"
+-addInstallFile "config-example-ssh.gz" "/share/doc/backintime-common/examples"
+-addUninstallDir "/share/doc/backintime-common"
+-addUninstallDir "/share/doc"
+-addNewline
+-
+ addComment "man"
+ addInstallDir "/share/man/man1"
+-addInstallFile "man/C/backintime.1.gz" "/share/man/man1"
+-addInstallFile "man/C/backintime-askpass.1.gz" "/share/man/man1"
+-addInstallFile "man/C/backintime-config.1.gz" "/share/man/man1"
++addInstallFile "man/C/backintime.1" "/share/man/man1"
++addInstallFile "man/C/backintime-askpass.1" "/share/man/man1"
++addInstallFile "man/C/backintime-config.1" "/share/man/man1"
+ addUninstallDir "/share/man"
+ addNewline
+
+@@ -237,15 +220,6 @@ addSymlink "backintime" "/share/bash-completion/completions/backinti
+ addUninstallDir "/share/bash-completion"
+ addNewline
+
+-#compress
+-printf "compress:\n" >> ${MAKEFILE}
+-printf "\t# Man pages\n" >> ${MAKEFILE}
+-printf "\tfor i in \$\$(ls -1 man/C/); do case \$\$i in *.gz|*~) continue;; *) gzip -n --best -c man/C/\$\$i > man/C/\$\${i}.gz;; esac; done\n\n" >> ${MAKEFILE}
+-
+-printf "\t# Config-examples\n" >> ${MAKEFILE}
+-printf "\tgzip -n --best -c config-example-local > config-example-local.gz\n" >> ${MAKEFILE}
+-printf "\tgzip -n --best -c config-example-ssh > config-example-ssh.gz\n\n" >> ${MAKEFILE}
+-
+ #translate
+ printf "translate:\t$mos\n\n" >> ${MAKEFILE}
+
+diff --git a/qt/configure b/qt/configure
+index b2044754..12741123 100755
+--- a/qt/configure
++++ b/qt/configure
+@@ -138,7 +138,7 @@ printf "DEST=\$(DESTDIR)\$(PREFIX)\n\n" >> ${MAKEFILE}
+
+ printf "all:\tbuild\n\n" >> ${MAKEFILE}
+
+-printf "build:\tcompress\n\n" >> ${MAKEFILE}
++printf "build:\n\n" >> ${MAKEFILE}
+
+ printf "clean:\n" >> ${MAKEFILE}
+ printf "\trm -f po/*.mo\n" >> ${MAKEFILE}
+@@ -149,7 +149,6 @@ printf "install:\n" >> ${MAKEFILE}
+
+ # Migration
+ printf "\t# Clean-up installed old files that were renamed or moved in later BiT versions\n" >> ${MAKEFILE}
+-printf "\trm -f \$(DEST)/etc/dbus-1/system.d/net.launchpad.backintime.serviceHelper.conf\n" >> ${MAKEFILE}
+ printf "\trm -f \$(DEST)/share/backintime/plugins/qt4plugin.py\n" >> ${MAKEFILE}
+ addNewline
+
+@@ -199,15 +198,6 @@ addInstallFiles "net.launchpad.backintime*.policy" "/share/polkit-1/actions"
+ addUninstallDir "/share/polkit-1"
+ addNewline
+
+-addComment "documentation"
+-addInstallDir "/share/doc/backintime-qt"
+-addInstallFile "../AUTHORS" "/share/doc/backintime-qt"
+-addInstallFile "../LICENSE" "/share/doc/backintime-qt"
+-addInstallFile "../README.md" "/share/doc/backintime-qt"
+-addInstallFile "../TRANSLATIONS" "/share/doc/backintime-qt"
+-addInstallFile "../CHANGES" "/share/doc/backintime-qt"
+-addNewline
+-
+ addComment ".desktop"
+ addInstallDir "/share/applications"
+ addInstallFiles "*.desktop" "/share/applications"
+@@ -215,7 +205,7 @@ addNewline
+
+ addComment "man"
+ addInstallDir "/share/man/man1"
+-addInstallFile "man/C/backintime-qt.1.gz" "/share/man/man1"
++addInstallFile "man/C/backintime-qt.1" "/share/man/man1"
+ addUninstallDir "/share/man"
+ addNewline
+
+@@ -230,11 +220,6 @@ addUninstallDir "/share/icons"
+ addUninstallDir "/share"
+ addNewline
+
+-#compress
+-printf "compress:\n" >> ${MAKEFILE}
+-printf "\t# Man pages\n" >> ${MAKEFILE}
+-printf "\tfor i in \$\$(ls -1 man/C/); do case \$\$i in *.gz|*~) continue;; *) gzip -n --best -c man/C/\$\$i > man/C/\$\${i}.gz;; esac; done\n\n" >> ${MAKEFILE}
+-
+ # Uninstall
+ printf "uninstall: uninstall_files uninstall_dirs\n\n" >> ${MAKEFILE}
+ printf "uninstall_files:\n" >> ${MAKEFILE}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-backup/backintime/files/, app-backup/backintime/
@ 2025-01-25 13:27 Andreas Sturmlechner
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2025-01-25 13:27 UTC (permalink / raw
To: gentoo-commits
commit: bc19c0e8583ef43b2f30e6f4b16de0bbb60daca0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 25 12:12:34 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 25 13:22:40 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc19c0e8
app-backup/backintime: drop 1.3.3-r1
Closes: https://bugs.gentoo.org/948061
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-backup/backintime/Manifest | 1 -
app-backup/backintime/backintime-1.3.3-r1.ebuild | 103 ---------------
...ackintime-1.2.1-no-compress-docs-examples.patch | 142 ---------------------
3 files changed, 246 deletions(-)
diff --git a/app-backup/backintime/Manifest b/app-backup/backintime/Manifest
index c6f444b10bf0..75dff2a0bb6a 100644
--- a/app-backup/backintime/Manifest
+++ b/app-backup/backintime/Manifest
@@ -1,2 +1 @@
-DIST backintime-1.3.3.tar.gz 751422 BLAKE2B 5c6723d1b190c5331b8453d4cf2b14e00a4bb64777d73e3b2a1405be51ebc5418f749fca654032154f1cec2389efcd41e52c571c1f9f1f982bbd0adcb0b7dd59 SHA512 f91157133166869665c8d7475c870cd5418135e17f5e7c8ae5788eb8cd3be39e8ea3d7652aa5945f64d9906b6baed0ed3ee16eb46b81a088210459333efe9372
DIST backintime-1.5.1.tar.gz 2009248 BLAKE2B 5136b4c59f5d9e4d8e79b9e004ca666caf494d8613697a6a3ab1c9c31b42cbdcce832f821dc98adda624423101d15c787e730922da479bb7ae657cbf87375ad2 SHA512 3c629a49c5eb2e740dfdebd49d8b04cae6a15a1602a68429097d62e652c6fe18b5fdeb45460456c157a1e148cca30a220ccd4decadf7836487ba8c03f075e294
diff --git a/app-backup/backintime/backintime-1.3.3-r1.ebuild b/app-backup/backintime/backintime-1.3.3-r1.ebuild
deleted file mode 100644
index ae7ba1149493..000000000000
--- a/app-backup/backintime/backintime-1.3.3-r1.ebuild
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-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/"
-
-if [[ ${PV} == 9999 ]] ; then
- EGIT_REPO_URI="https://github.com/bit-team/backintime/"
- inherit git-r3
-else
- SRC_URI="https://github.com/bit-team/${PN}/releases/download/v${PV}/${P}.tar.gz"
- KEYWORDS="amd64 x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="examples qt5 test"
-RESTRICT="!test? ( test )"
-
-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}
- virtual/openssh
- net-misc/rsync[xattr,acl]
- qt5? ( dev-python/pyqt5[gui,widgets] )
-"
-BDEPEND="
- sys-devel/gettext
- test? (
- $(python_gen_cond_dep '
- dev-python/pyfakefs[${PYTHON_USEDEP}]
- ')
- )
-"
-
-PATCHES=( "${FILESDIR}/${PN}-1.2.1-no-compress-docs-examples.patch" )
-
-src_prepare() {
- default
-
- # Looks at host system too much, so too flaky
- rm common/test/test_tools.py || die
- # Fails with dbus/udev issue (likely sandbox)
- rm common/test/test_snapshots.py || die
-}
-
-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() {
- emake -C common
-
- if use qt5 ; then
- emake -C qt
- fi
-}
-
-src_test() {
- # pytest should work but it can't find the backintime binary, so
- # use the unittest-based runner instead.
- # https://github.com/bit-team/backintime/blob/dev/CONTRIBUTING.md#how-to-contribute-to-back-in-time
- emake -C common test-v
-}
-
-src_install() {
- emake -C common DESTDIR="${D}" install
-
- if use qt5 ; then
- emake -C qt DESTDIR="${D}" install
- fi
-
- einstalldocs
-
- if use examples ; then
- docinto examples
- dodoc common/{config-example-local,config-example-ssh}
- fi
-
- python_optimize "${D}"
-}
diff --git a/app-backup/backintime/files/backintime-1.2.1-no-compress-docs-examples.patch b/app-backup/backintime/files/backintime-1.2.1-no-compress-docs-examples.patch
deleted file mode 100644
index 4a2fd840fda9..000000000000
--- a/app-backup/backintime/files/backintime-1.2.1-no-compress-docs-examples.patch
+++ /dev/null
@@ -1,142 +0,0 @@
-From 897f81aefa1dfcfb8c645375e0c4baeadd39c9c0 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <asturm@gentoo.org>
-Date: Tue, 31 Dec 2019 22:13:23 +0100
-Subject: [PATCH] No compress, no DOCS install, no examples install, fix
- docbook path
-
----
- common/configure | 36 ++++--------------------------------
- qt/configure | 30 ++++++------------------------
- 2 files changed, 10 insertions(+), 56 deletions(-)
-
-diff --git a/common/configure b/common/configure
-index 87cdc48..c1dd1af 100755
---- a/common/configure
-+++ b/common/configure
-@@ -166,7 +166,7 @@ printf "DEST=\$(DESTDIR)\$(PREFIX)\n\n" >> ${MAKEFILE}
-
- printf "all:\tbuild\n\n" >> ${MAKEFILE}
-
--printf "build:\ttranslate compress\n\n" >> ${MAKEFILE}
-+printf "build:\ttranslate\n\n" >> ${MAKEFILE}
-
- printf "clean:\n" >> ${MAKEFILE}
- printf "\trm -f po/*.mo\n" >> ${MAKEFILE}
-@@ -191,30 +191,11 @@ addInstallFiles "plugins/*.py" "/share/backintime/plugins"
- addUninstallDir "/share/backintime"
- addNewline
-
--addComment "documentation"
--addInstallDir "/share/doc/backintime-common"
--addInstallFile "../debian/copyright" "/share/doc/backintime-common"
--addInstallFile "../AUTHORS" "/share/doc/backintime-common"
--addInstallFile "../LICENSE" "/share/doc/backintime-common"
--addInstallFile "../README.md" "/share/doc/backintime-common"
--addInstallFile "../TRANSLATIONS" "/share/doc/backintime-common"
--addInstallFile "../VERSION" "/share/doc/backintime-common"
--addInstallFile "../CHANGES" "/share/doc/backintime-common"
--addNewline
--
--addComment "config-examples"
--addInstallDir "/share/doc/backintime-common/examples"
--addInstallFile "config-example-local.gz" "/share/doc/backintime-common/examples"
--addInstallFile "config-example-ssh.gz" "/share/doc/backintime-common/examples"
--addUninstallDir "/share/doc/backintime-common"
--addUninstallDir "/share/doc"
--addNewline
--
- addComment "man"
- addInstallDir "/share/man/man1"
--addInstallFile "man/C/backintime.1.gz" "/share/man/man1"
--addInstallFile "man/C/backintime-askpass.1.gz" "/share/man/man1"
--addInstallFile "man/C/backintime-config.1.gz" "/share/man/man1"
-+addInstallFile "man/C/backintime.1" "/share/man/man1"
-+addInstallFile "man/C/backintime-askpass.1" "/share/man/man1"
-+addInstallFile "man/C/backintime-config.1" "/share/man/man1"
- addUninstallDir "/share/man"
- addNewline
-
-@@ -238,15 +219,6 @@ addSymlink "backintime" "/share/bash-completion/completions/backinti
- addUninstallDir "/share/bash-completion"
- addNewline
-
--#compress
--printf "compress:\n" >> ${MAKEFILE}
--printf "\t#man pages\n" >> ${MAKEFILE}
--printf "\tfor i in \$\$(ls -1 man/C/); do case \$\$i in *.gz|*~) continue;; *) gzip -n --best -c man/C/\$\$i > man/C/\$\${i}.gz;; esac; done\n\n" >> ${MAKEFILE}
--
--printf "\t#config-examples\n" >> ${MAKEFILE}
--printf "\tgzip -n --best -c config-example-local > config-example-local.gz\n" >> ${MAKEFILE}
--printf "\tgzip -n --best -c config-example-ssh > config-example-ssh.gz\n\n" >> ${MAKEFILE}
--
- #translate
- printf "translate:\t$mos\n\n" >> ${MAKEFILE}
-
-diff --git a/qt/configure b/qt/configure
-index 4b56b70..8bbdfcb 100755
---- a/qt/configure
-+++ b/qt/configure
-@@ -126,7 +126,7 @@ printf "DEST=\$(DESTDIR)\$(PREFIX)\n\n" >> ${MAKEFILE}
-
- printf "all:\tbuild\n\n" >> ${MAKEFILE}
-
--printf "build:\tcompress\n\n" >> ${MAKEFILE}
-+printf "build:\t\n\n" >> ${MAKEFILE}
-
- printf "clean:\n" >> ${MAKEFILE}
- printf "\trm -f po/*.mo\n" >> ${MAKEFILE}
-@@ -174,34 +174,21 @@ addInstallFiles "net.launchpad.backintime*.policy" "/share/polkit-1/actions"
- addUninstallDir "/share/polkit-1"
- addNewline
-
--addComment "documentation"
--addInstallDir "/share/doc/backintime-qt"
--addInstallFile "../debian/copyright" "/share/doc/backintime-qt"
--addInstallFile "../AUTHORS" "/share/doc/backintime-qt"
--addInstallFile "../LICENSE" "/share/doc/backintime-qt"
--addInstallFile "../README.md" "/share/doc/backintime-qt"
--addInstallFile "../TRANSLATIONS" "/share/doc/backintime-qt"
--addInstallFile "../VERSION" "/share/doc/backintime-qt"
--addInstallFile "../CHANGES" "/share/doc/backintime-qt"
--addNewline
--
- addComment ".desktop"
- addInstallDir "/share/applications"
- addInstallFiles "*.desktop" "/share/applications"
- addNewline
-
- addComment "docbook"
--addInstallDir "/share/doc/qt/HTML/en/backintime"
--addInstallFiles "docbook/en/*.docbook" "/share/doc/qt/HTML/en/backintime"
--addUninstallDir "/share/doc/qt/HTML/en"
--addUninstallDir "/share/doc/qt/HTML"
--addUninstallDir "/share/doc/qt"
--addUninstallDir "/share/doc"
-+addInstallDir "/share/help/en/backintime"
-+addInstallFiles "docbook/en/*.docbook" "/share/help/en/backintime"
-+addUninstallDir "/share/help/en"
-+addUninstallDir "/share/help"
- addNewline
-
- addComment "man"
- addInstallDir "/share/man/man1"
--addInstallFile "man/C/backintime-qt.1.gz" "/share/man/man1"
-+addInstallFile "man/C/backintime-qt.1" "/share/man/man1"
- addUninstallDir "/share/man"
- addNewline
-
-@@ -216,11 +203,6 @@ addUninstallDir "/share/icons"
- addUninstallDir "/share"
- addNewline
-
--#compress
--printf "compress:\n" >> ${MAKEFILE}
--printf "\t#man pages\n" >> ${MAKEFILE}
--printf "\tfor i in \$\$(ls -1 man/C/); do case \$\$i in *.gz|*~) continue;; *) gzip -n --best -c man/C/\$\$i > man/C/\$\${i}.gz;; esac; done\n\n" >> ${MAKEFILE}
--
- #uninstall
- printf "uninstall: uninstall_files uninstall_dirs\n\n" >> ${MAKEFILE}
- printf "uninstall_files:\n" >> ${MAKEFILE}
---
-2.24.1
-
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-01-25 13:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-25 13:27 [gentoo-commits] repo/gentoo:master commit in: app-backup/backintime/files/, app-backup/backintime/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2024-07-31 13:44 Stefan Strogin
2016-01-08 11:13 Michael Weber
2015-11-09 9:19 Michael Weber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox