summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-06-27 13:35:39 +0000
committerJustin Lecher <jlec@gentoo.org>2014-06-27 13:35:39 +0000
commit34d9a1b5b79b0d09bf2c3c2d8306bf56f0e06b1e (patch)
tree18717ce569970fb72e41a005377ce3ab1f242b32 /app-backup/duply
parentInitial ebuild. (diff)
downloadgentoo-2-34d9a1b5b79b0d09bf2c3c2d8306bf56f0e06b1e.tar.gz
gentoo-2-34d9a1b5b79b0d09bf2c3c2d8306bf56f0e06b1e.tar.bz2
gentoo-2-34d9a1b5b79b0d09bf2c3c2d8306bf56f0e06b1e.zip
app-backup/duply: Version Bump, #515514
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'app-backup/duply')
-rw-r--r--app-backup/duply/ChangeLog7
-rw-r--r--app-backup/duply/duply-1.7.4.ebuild37
2 files changed, 43 insertions, 1 deletions
diff --git a/app-backup/duply/ChangeLog b/app-backup/duply/ChangeLog
index 3cf024bc0be8..31c2fe9eb8e3 100644
--- a/app-backup/duply/ChangeLog
+++ b/app-backup/duply/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-backup/duply
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/duply/ChangeLog,v 1.2 2014/06/05 12:54:24 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/duply/ChangeLog,v 1.3 2014/06/27 13:35:39 jlec Exp $
+
+*duply-1.7.4 (27 Jun 2014)
+
+ 27 Jun 2014; Justin Lecher <jlec@gentoo.org> +duply-1.7.4.ebuild:
+ Version Bump, #515514
*duply-1.7.3-r1 (05 Jun 2014)
diff --git a/app-backup/duply/duply-1.7.4.ebuild b/app-backup/duply/duply-1.7.4.ebuild
new file mode 100644
index 000000000000..08a7a624d1e8
--- /dev/null
+++ b/app-backup/duply/duply-1.7.4.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-backup/duply/duply-1.7.4.ebuild,v 1.1 2014/06/27 13:35:39 jlec Exp $
+
+EAPI="5"
+
+inherit readme.gentoo
+
+DESCRIPTION="A shell frontend for duplicity"
+HOMEPAGE="http://duply.net"
+SRC_URI="mirror://sourceforge/ftplicity/${PN}_${PV}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="app-text/txt2man"
+RDEPEND="app-backup/duplicity"
+
+S=${WORKDIR}/${PN}_${PV}
+
+DOC_CONTENTS="
+If you use ${PN} at the first time please have a
+look at the the usage help text \"${PN} usage\"
+for further information."
+
+src_install() {
+ dobin ${PN}
+ ./${PN} txt2man > ${PN}.1
+ doman ${PN}.1
+ readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+ readme.gentoo_print_elog
+}