From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 492121382C5 for ; Thu, 29 Apr 2021 07:15:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F066E0858; Thu, 29 Apr 2021 07:15:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88067E0858 for ; Thu, 29 Apr 2021 07:15:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8068433BF41 for ; Thu, 29 Apr 2021 07:15:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1515CC for ; Thu, 29 Apr 2021 07:15:27 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1619679143.414f3131ef08a08f2e96a6328da6b4596c669749.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/deja-dup/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/deja-dup/Manifest app-backup/deja-dup/deja-dup-42.7.ebuild app-backup/deja-dup/metadata.xml X-VCS-Directories: app-backup/deja-dup/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 414f3131ef08a08f2e96a6328da6b4596c669749 X-VCS-Branch: master Date: Thu, 29 Apr 2021 07:15:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0f276a0e-2a0a-4c0e-9c69-03c61e9ad912 X-Archives-Hash: b7302d147b30284c08571aad185fe25b commit: 414f3131ef08a08f2e96a6328da6b4596c669749 Author: Oz N Tiram gmail com> AuthorDate: Sun Mar 28 12:41:39 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Apr 29 06:52:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=414f3131 app-backup/deja-dup: re-add package Simple backup tool using duplicity back-end. Once, this useful package was part of the ebuild tree. I'm adopting it as a proxy maintainer. Signed-off-by: Oz N Tiram gmail.com> Closes: https://github.com/gentoo/gentoo/pull/20170 Signed-off-by: Joonas Niilola gentoo.org> app-backup/deja-dup/Manifest | 1 + app-backup/deja-dup/deja-dup-42.7.ebuild | 58 ++++++++++++++++++++++++++++++++ app-backup/deja-dup/metadata.xml | 31 +++++++++++++++++ 3 files changed, 90 insertions(+) diff --git a/app-backup/deja-dup/Manifest b/app-backup/deja-dup/Manifest new file mode 100644 index 00000000000..39adbdb8778 --- /dev/null +++ b/app-backup/deja-dup/Manifest @@ -0,0 +1 @@ +DIST deja-dup-42.7.tar.bz2 1384797 BLAKE2B f462df835039606b721d935e086e51ee27e861baa1fbc5836bb79952c838921cf5f28d439465451c5259bc2c77fa9cb839488c8b0196c6d176e32d9e42180539 SHA512 80c57fe75635346cf2597195e7f7b76e2562aaa6900e78fbfb7ad6ada9c268df36d4e16aa7ca522e1570987f5826586e1cab5fecb7d5ba90e34a23a349b47a74 diff --git a/app-backup/deja-dup/deja-dup-42.7.ebuild b/app-backup/deja-dup/deja-dup-42.7.ebuild new file mode 100644 index 00000000000..830584cb13b --- /dev/null +++ b/app-backup/deja-dup/deja-dup-42.7.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson gnome2-utils vala xdg + +DESCRIPTION="Simple backup tool using duplicity back-end" +HOMEPAGE="https://wiki.gnome.org/Apps/DejaDup" +SRC_URI="https://gitlab.gnome.org/World/${PN}/-/archive/${PV}/${P}.tar.bz2" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" +RESTRICT="!test? ( test )" + +BDEPEND=" + $(vala_depend) + dev-util/intltool + dev-util/itstool + sys-devel/gettext + test? ( >=dev-libs/appstream-glib-0.7.16 ) + virtual/pkgconfig +" + +DEPEND=" + >=app-backup/duplicity-0.7.14 + >=app-crypt/libsecret-0.18.6[vala] + >=dev-libs/glib-2.64:2[dbus] + >=dev-libs/json-glib-1.2 + dev-libs/libgpg-error + >=gui-libs/libhandy-1.0 + >=net-libs/libsoup-2.48 + >=x11-libs/gtk+-3.22:3 + >=x11-libs/libnotify-0.7 +" + +RDEPEND="${DEPEND} + gnome-base/dconf + gnome-base/gvfs[fuse] +" + +src_prepare() { + default + vala_src_prepare + eapply_user +} + +pkg_postinst() { + gnome2_schemas_update + xdg_icon_cache_update +} + +pkg_postrm() { + gnome2_schemas_update + xdg_icon_cache_update +} diff --git a/app-backup/deja-dup/metadata.xml b/app-backup/deja-dup/metadata.xml new file mode 100644 index 00000000000..1cbf0b13958 --- /dev/null +++ b/app-backup/deja-dup/metadata.xml @@ -0,0 +1,31 @@ + + + + + Oz Tiram + oz.tiram@gmail.com + + + proxy-maint@gentoo.org + Proxy Maintainers + + + Déjà Dup is a simple backup tool. It hides the complexity of backing up the + Right Way (encrypted, off-site, and regular) and uses + duplicity as the backend. + + Support for local, remote, or cloud backup locations such as Google Drive + Securely encrypts and compresses your data + Incrementally backs up, letting you restore from any particular backup + Schedules regular backups + Integrates well into your GNOME desktop + + Déjà Dup focuses on ease of use and personal, accidental data loss. + If you need a full system backup or an archival program, you may prefer other + backup apps. + + + https://gitlab.gnome.org/World/deja-dup + https://gitlab.gnome.org/World/deja-dup/issues + +