summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-09-15 18:39:41 +0000
committerJustin Lecher <jlec@gentoo.org>2014-09-15 18:39:41 +0000
commitd058fabc0bb8bf863a66e8417757226624c63de5 (patch)
treef8acb4295413550e54dfa405a564868c589c2354 /app-backup
parentapp-backup/duply: Version Bump, #520862 (diff)
downloadgentoo-2-d058fabc0bb8bf863a66e8417757226624c63de5.tar.gz
gentoo-2-d058fabc0bb8bf863a66e8417757226624c63de5.tar.bz2
gentoo-2-d058fabc0bb8bf863a66e8417757226624c63de5.zip
app-backup/duply: Version Bump, #520862
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/duply/ChangeLog7
-rw-r--r--app-backup/duply/duply-1.9.0.ebuild37
2 files changed, 43 insertions, 1 deletions
diff --git a/app-backup/duply/ChangeLog b/app-backup/duply/ChangeLog
index 6c602f05fb0c..e333c8273cb9 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.4 2014/07/13 16:02:43 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/duply/ChangeLog,v 1.5 2014/09/15 18:39:41 jlec Exp $
+
+*duply-1.9.0 (15 Sep 2014)
+
+ 15 Sep 2014; Justin Lecher <jlec@gentoo.org> +duply-1.9.0.ebuild:
+ Version Bump, #520862
*duply-1.8.0 (13 Jul 2014)
diff --git a/app-backup/duply/duply-1.9.0.ebuild b/app-backup/duply/duply-1.9.0.ebuild
new file mode 100644
index 000000000000..dd57929b5e82
--- /dev/null
+++ b/app-backup/duply/duply-1.9.0.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.9.0.ebuild,v 1.1 2014/09/15 18:39:41 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
+}