summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2016-01-08 12:11:17 +0100
committerMichael Weber <xmw@gentoo.org>2016-01-08 12:13:46 +0100
commit5608a05189223ac78c7b9c92f2a631318ebd5d5a (patch)
treeef6c7702a7b97edd8826980bf42a94371a66236a /app-backup/backintime/files
parentnet-libs/gnutls: version bump (diff)
downloadgentoo-5608a05189223ac78c7b9c92f2a631318ebd5d5a.tar.gz
gentoo-5608a05189223ac78c7b9c92f2a631318ebd5d5a.tar.bz2
gentoo-5608a05189223ac78c7b9c92f2a631318ebd5d5a.zip
app-backup/backintime: Drop old.
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-backup/backintime/files')
-rw-r--r--app-backup/backintime/files/backintime-1.0.24-dont-install-license.patch49
-rw-r--r--app-backup/backintime/files/backintime-1.0.24-wrapper.patch64
-rw-r--r--app-backup/backintime/files/backintime-1.0.36-wrapper.patch65
-rw-r--r--app-backup/backintime/files/backintime-1.0.4-fix-configure-warning.diff17
-rw-r--r--app-backup/backintime/files/backintime-1.0.4-kde4-root.desktop11
-rw-r--r--app-backup/backintime/files/backintime-1.1.4-python-version-stderr.patch11
6 files changed, 0 insertions, 217 deletions
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 73ba5947e9bf..000000000000
--- 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 fa65098fff85..000000000000
--- 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 a0b01245fe1f..000000000000
--- 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 40831b400f7a..000000000000
--- 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 54d340efcd46..000000000000
--- 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 ffc0d9b555b1..000000000000
--- 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