summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-09-20 16:31:27 +0000
committerJustin Lecher <jlec@gentoo.org>2014-09-20 16:31:27 +0000
commit5dbdd229ac409e13f5443cfa9f0abd48c8fc67a7 (patch)
treee6215f69008eccb8d7ed82b8033a2da4e6c2c899 /app-backup/deja-dup
parentmake sure we use the correct compiler by running tc-export CC (diff)
downloadgentoo-2-5dbdd229ac409e13f5443cfa9f0abd48c8fc67a7.tar.gz
gentoo-2-5dbdd229ac409e13f5443cfa9f0abd48c8fc67a7.tar.bz2
gentoo-2-5dbdd229ac409e13f5443cfa9f0abd48c8fc67a7.zip
app-backup/deja-dup: Version BUmp
(Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'app-backup/deja-dup')
-rw-r--r--app-backup/deja-dup/ChangeLog8
-rw-r--r--app-backup/deja-dup/deja-dup-28.0.ebuild56
-rw-r--r--app-backup/deja-dup/deja-dup-32.0.ebuild (renamed from app-backup/deja-dup/deja-dup-29.5.ebuild)8
3 files changed, 10 insertions, 62 deletions
diff --git a/app-backup/deja-dup/ChangeLog b/app-backup/deja-dup/ChangeLog
index 8476d7420880..cf00daaecf0a 100644
--- a/app-backup/deja-dup/ChangeLog
+++ b/app-backup/deja-dup/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-backup/deja-dup
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/deja-dup/ChangeLog,v 1.50 2014/05/04 12:09:11 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/deja-dup/ChangeLog,v 1.51 2014/09/20 16:31:27 jlec Exp $
+
+*deja-dup-32.0 (20 Sep 2014)
+
+ 20 Sep 2014; Justin Lecher <jlec@gentoo.org> -deja-dup-28.0.ebuild,
+ -deja-dup-29.5.ebuild, +deja-dup-32.0.ebuild:
+ Version BUmp
04 May 2014; Pacho Ramos <pacho@gentoo.org> deja-dup-30.0.ebuild:
x86 stable, bug 508862
diff --git a/app-backup/deja-dup/deja-dup-28.0.ebuild b/app-backup/deja-dup/deja-dup-28.0.ebuild
deleted file mode 100644
index 033e80c2f961..000000000000
--- a/app-backup/deja-dup/deja-dup-28.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/deja-dup/deja-dup-28.0.ebuild,v 1.4 2013/12/08 17:37:02 pacho Exp $
-
-EAPI=5
-GNOME2_LA_PUNT="yes"
-VALA_MIN_API_VERSION="0.16"
-VALA_MAX_API_VERSION="0.20"
-
-inherit eutils gnome2 vala
-
-DESCRIPTION="Simple backup tool using duplicity back-end"
-HOMEPAGE="https://launchpad.net/deja-dup/"
-SRC_URI="http://launchpad.net/${PN}/28/${PV}/+download/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="nautilus"
-
-RESTRICT="test"
-
-COMMON_DEPEND="
- app-crypt/libsecret[vala]
- dev-libs/glib:2
- dev-libs/libpeas
- x11-libs/gtk+:3
- x11-libs/libnotify
-
- >=app-backup/duplicity-0.6.21
- dev-libs/dbus-glib
-
- nautilus? ( gnome-base/nautilus )"
-RDEPEND="${COMMON_DEPEND}
- gnome-base/dconf
- gnome-base/gvfs[fuse]"
-DEPEND="${COMMON_DEPEND}
- app-text/yelp-tools
- $(vala_depend)
- dev-perl/Locale-gettext
- virtual/pkgconfig
- dev-util/intltool
- sys-devel/gettext"
-
-src_prepare() {
- DOCS="NEWS AUTHORS"
- G2CONF="${G2CONF}
- $(use_with nautilus)
- --without-ccpanel
- --without-unity
- --disable-schemas-compile
- --disable-static"
-
- vala_src_prepare
- gnome2_src_prepare
-}
diff --git a/app-backup/deja-dup/deja-dup-29.5.ebuild b/app-backup/deja-dup/deja-dup-32.0.ebuild
index ef9694b20bcc..b2de925898cb 100644
--- a/app-backup/deja-dup/deja-dup-29.5.ebuild
+++ b/app-backup/deja-dup/deja-dup-32.0.ebuild
@@ -1,19 +1,19 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/deja-dup/deja-dup-29.5.ebuild,v 1.4 2014/03/06 10:42:26 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/deja-dup/deja-dup-32.0.ebuild,v 1.1 2014/09/20 16:31:27 jlec Exp $
EAPI=5
GNOME2_LA_PUNT="yes"
VALA_MIN_API_VERSION="0.20"
-VALA_MAX_API_VERSION="0.22"
+VALA_MAX_API_VERSION="0.24"
inherit cmake-utils eutils gnome2 vala
DESCRIPTION="Simple backup tool using duplicity back-end"
HOMEPAGE="https://launchpad.net/deja-dup/"
-SRC_URI="http://launchpad.net/${PN}/30/${PV}/+download/${P}.tar.xz"
+SRC_URI="http://launchpad.net/${PN}/32/${PV}/+download/${P}.tar.xz"
LICENSE="GPL-3"
SLOT="0"
@@ -44,8 +44,6 @@ DEPEND="${COMMON_DEPEND}
dev-util/intltool
sys-devel/gettext"
-PATCHES=( "${FILESDIR}"/${P}-cmake.patch )
-
src_prepare() {
sed \
-e '/RPATH/s:PKG_LIBEXECDIR:PKG_LIBDIR:g' \