public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/duply/
Date: Sat, 29 Oct 2016 09:35:00 +0000 (UTC)	[thread overview]
Message-ID: <1477733687.91a3346b00db0c16bf8a8882f487fb06e7589cce.jlec@gentoo> (raw)

commit:     91a3346b00db0c16bf8a8882f487fb06e7589cce
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 09:34:47 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Oct 29 09:34:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a3346b

app-backup/duply: Version Bump

Package-Manager: portage-2.3.2
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 app-backup/duply/Manifest         |  1 +
 app-backup/duply/duply-2.0.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/app-backup/duply/Manifest b/app-backup/duply/Manifest
index de2e584..fb9ac77 100644
--- a/app-backup/duply/Manifest
+++ b/app-backup/duply/Manifest
@@ -1,3 +1,4 @@
 DIST duply_1.11.2.tgz 44094 SHA256 06843960ae5753395cb5be72a9c9f2fe78e6ea81a17c6d8d28f2ae49ab50d5aa SHA512 20833c774705f83ec7efc88a7605c925ea5e56536a2338c6bd3a65ae789ffa7fabb03206b396fd92fb8ccf13cf0d72dbecdf705780e345a2cb1804783623e420 WHIRLPOOL c9776c29436573b695588119563703ce594df07039268931a49deaf1a98f8f5e2a62fdc8c5a6e32f822c948aabb28c57a2a526c24de11dcc59e746579baf9772
 DIST duply_1.11.3.tgz 44198 SHA256 585757a02abc91bcc0e37004eef735794d6581d1a30ec68303c6c04833b20940 SHA512 5817d4571c27288b227add04e84fa0066e278cdbc819a9332cb6fa2aaf6609e923abe9824ac704fed250b961300c57ca1de945af03370287f7cbf68876513457 WHIRLPOOL de27f44067b087d7d3324eb211573d14315c3f4143441e13853801ba36792dd7ec0aa926d2819f9f01d68b081ee9e0fbcad961496fd2a7b29ad6ced082af9dd1
 DIST duply_1.9.2.tgz 36222 SHA256 2bfc0964ebc0bae5752e0b4a12eb8fb6f78a27739f32c9acb4ac81947506c5ab SHA512 9ef5e22f43a6854e413ed1c2b88b10d0ae75cff7b2bcd927d20a588234555e9b7eff25d094f688f9d4f8510eba6bc20f7635c0de9ab9b402966075595922333e WHIRLPOOL 6a3e79c87e0b28386f0ed6fd8eb7973659477ad278e80e292a3e6cea944fd512baffc9a455e148faeadb687a46a8e274ce86668c29f30244b5b63f1f850a9c00
+DIST duply_2.0.tgz 44835 SHA256 ff621656f377b33af804cb3faa23fa66fb74528411916e873a7ce98b6f305c2d SHA512 371ddd2b0ebb5842a481a44cf3fe565387f6f27e4cb1bf1f80fd9a90f33c315744f2d2cdc18ddadb48b59ef8b18a885e7e53b7ebb26b6547799daeef1db0dc39 WHIRLPOOL aaa2c82c108c29feaadcabaa1ef3640e20847bd12d7205221d817ab4f7b4e0938910aa62307a46b1509fab63143b51d8f592a61fcfb15ef4f92f938dd6b59b88

diff --git a/app-backup/duply/duply-2.0.ebuild b/app-backup/duply/duply-2.0.ebuild
new file mode 100644
index 00000000..b24b179
--- /dev/null
+++ b/app-backup/duply/duply-2.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit readme.gentoo-r1
+
+DESCRIPTION="A shell frontend for duplicity"
+HOMEPAGE="http://duply.net"
+SRC_URI="mirror://sourceforge/project/ftplicity/duply%20%28simple%20duplicity%29/2.0.x/${PN}_${PV}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="app-text/txt2man"
+RDEPEND="app-backup/duplicity"
+
+S=${WORKDIR}/${PN}_${PV}
+
+src_install() {
+	dobin ${PN}
+	./${PN} txt2man > ${PN}.1 || die
+	doman ${PN}.1
+	dodoc CHANGELOG.txt
+	readme.gentoo_create_doc
+}


             reply	other threads:[~2016-10-29  9:35 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-29  9:35 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-23 16:02 [gentoo-commits] repo/gentoo:master commit in: app-backup/duply/ Michał Górny
2021-05-23  9:32 Andreas Sturmlechner
2021-04-14 16:25 Sam James
2021-04-14 16:24 Sam James
2021-03-14  8:41 Joonas Niilola
2021-03-14  8:41 Joonas Niilola
2020-11-27 18:40 Aaron Bauman
2020-11-27 16:04 Agostino Sarubbo
2020-11-26 23:31 Thomas Deutschmann
2020-09-24  1:06 Aaron Bauman
2020-06-08  7:46 Joonas Niilola
2020-06-08  7:46 Joonas Niilola
2017-10-02 19:31 Justin Lecher
2017-06-03 19:36 Justin Lecher
2016-11-26 12:55 Justin Lecher
2016-07-31 17:36 Justin Lecher
2016-02-11 19:21 Justin Lecher
2015-12-20 16:35 Justin Lecher
2015-11-24 16:01 Justin Lecher
2015-08-20  9:12 Justin Lecher

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=1477733687.91a3346b00db0c16bf8a8882f487fb06e7589cce.jlec@gentoo \
    --to=jlec@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