public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/deja-dup/
Date: Mon,  5 Dec 2016 11:17:33 +0000 (UTC)	[thread overview]
Message-ID: <1480936646.6719689a637fb34b48a3f9d57bafa2fd12aebdc8.pacho@gentoo> (raw)

commit:     6719689a637fb34b48a3f9d57bafa2fd12aebdc8
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  5 10:03:57 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Dec  5 11:17:26 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6719689a

app-backup/deja-dup: Version bump

Package-Manager: portage-2.3.2

 app-backup/deja-dup/Manifest             |  1 +
 app-backup/deja-dup/deja-dup-34.3.ebuild | 75 ++++++++++++++++++++++++++++++++
 2 files changed, 76 insertions(+)

diff --git a/app-backup/deja-dup/Manifest b/app-backup/deja-dup/Manifest
index 0a3a987..8deb8de 100644
--- a/app-backup/deja-dup/Manifest
+++ b/app-backup/deja-dup/Manifest
@@ -1 +1,2 @@
 DIST deja-dup-34.2.tar.xz 698788 SHA256 ff30732f28233e2422d069f1769a725d4a39c91a279c3bf885c4162fd85818bb SHA512 1c00026b5df53273916031cf72e4fc987d739b7985a9931641cef2afeff4b203e6bd2d9a97e255dd12a0de997d1fe9377c8b9106639312065a55a8206fcaa65f WHIRLPOOL 95c1200061ace9a09ac2309ba6253a608886c462e020da0cc9c14298392aab511b64dbb1aead6114e820408e5a366fa0e89d413fb11ab4daf692b63487d55420
+DIST deja-dup-34.3.tar.xz 702708 SHA256 c90a098c2b60fa73d6bcc51d7f8a33fc7c279f2556b677145d50ad0b83c90cf7 SHA512 0e703c18041fa5ca6d2f272f5b0e65ad31ff1094147432107834d1cd25e2ec14b87bdfac6faf727c97339d20d1681f3251c5f74b6edbee4368014839b1f04f06 WHIRLPOOL 619ca85ee559624370243cd057b6997334c784f25602ce63feb9d89bebfd8a826dd3e3c6adb3124e02a2b9bda04fe29d091e1f3382a0443152c84d602c447dcf

diff --git a/app-backup/deja-dup/deja-dup-34.3.ebuild b/app-backup/deja-dup/deja-dup-34.3.ebuild
new file mode 100644
index 00000000..957d622
--- /dev/null
+++ b/app-backup/deja-dup/deja-dup-34.3.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GCONF_DEBUG="no"
+
+inherit cmake-utils eutils gnome2 vala
+
+DESCRIPTION="Simple backup tool using duplicity back-end"
+HOMEPAGE="https://launchpad.net/deja-dup/"
+SRC_URI="https://launchpad.net/${PN}/34/${PV}/+download/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nautilus test"
+RESTRICT="test" # bug#????
+
+COMMON_DEPEND="
+	app-admin/packagekit-base
+	app-crypt/libsecret[vala]
+	>=dev-libs/glib-2.34:2[dbus]
+	>=dev-libs/libpeas-1.0
+	>=x11-libs/gtk+-3.10:3
+	>=x11-libs/libnotify-0.7
+
+	>=app-backup/duplicity-0.6.23
+	dev-libs/dbus-glib
+
+	nautilus? ( gnome-base/nautilus )
+"
+RDEPEND="${COMMON_DEPEND}
+	gnome-base/dconf
+	gnome-base/gvfs[fuse]
+"
+DEPEND="${COMMON_DEPEND}
+	$(vala_depend)
+	app-text/yelp-tools
+	dev-perl/Locale-gettext
+	virtual/pkgconfig
+	dev-util/intltool
+	sys-devel/gettext
+"
+
+src_prepare() {
+	sed \
+		-e '/RPATH/s:PKG_LIBEXECDIR:PKG_LIBDIR:g' \
+		-i CMakeLists.txt || die
+	vala_src_prepare
+	gnome2_src_prepare
+	cmake-utils_src_prepare
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DVALA_EXECUTABLE="${VALAC}"
+		-DENABLE_CCPANEL=OFF
+		-DENABLE_PK=OFF
+		-DENABLE_UNITY=OFF
+		-DENABLE_UNITY_CCPANEL=OFF
+		-DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc
+		-DENABLE_NAUTILUS="$(usex nautilus)"
+		-DENABLE_TESTING="$(usex test)"
+	)
+	cmake-utils_src_configure
+}
+
+src_compile() {
+	cmake-utils_src_compile
+}
+
+src_install() {
+	cmake-utils_src_install
+}


             reply	other threads:[~2016-12-05 11:17 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-05 11:17 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-29 12:47 [gentoo-commits] repo/gentoo:master commit in: app-backup/deja-dup/ Joonas Niilola
2023-06-29 12:47 Joonas Niilola
2023-06-29 12:47 Joonas Niilola
2023-05-06 11:34 Sam James
2023-05-06 11:34 Sam James
2023-03-30 17:24 Matt Turner
2022-10-14  1:21 Matt Turner
2022-10-10  2:37 Matt Turner
2022-10-10  2:37 Matt Turner
2022-06-22  7:05 Michał Górny
2021-09-16 19:11 Sam James
2021-09-10  7:22 Joonas Niilola
2021-09-10  7:22 Joonas Niilola
2021-07-11  9:23 Mart Raudsepp
2021-04-29  7:15 Joonas Niilola
2021-04-29  7:15 Joonas Niilola
2021-04-29  7:15 Joonas Niilola
2019-07-28  6:42 Mart Raudsepp
2017-02-15 16:47 Mart Raudsepp
2016-12-05 11:17 Pacho Ramos
2016-01-12  8:41 Justin Lecher
2016-01-11 14:26 Pacho Ramos
2016-01-11 14:26 Pacho Ramos

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=1480936646.6719689a637fb34b48a3f9d57bafa2fd12aebdc8.pacho@gentoo \
    --to=pacho@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