summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Volk <mail@christianvolk.eu@users.noreply.github.com>2020-05-15 10:02:37 +0200
committerJoonas Niilola <juippis@gentoo.org>2020-06-08 10:45:21 +0300
commitacb4bc56e070cd631d12bc1b7ed62d129bcbe096 (patch)
treed907b3e842b5888a29a15a7c3ce2625fe5b926c8 /app-backup/duply
parentmedia-libs/opensubdiv: undo changes to stable ebuild (diff)
downloadgentoo-acb4bc56e070cd631d12bc1b7ed62d129bcbe096.tar.gz
gentoo-acb4bc56e070cd631d12bc1b7ed62d129bcbe096.tar.bz2
gentoo-acb4bc56e070cd631d12bc1b7ed62d129bcbe096.zip
app-backup/duply version bump to 2.2.2
Closes: https://bugs.gentoo.org/663168 Signed-off-by: Christian Volk <mail@christianvolk.eu> Closes: https://github.com/gentoo/gentoo/pull/15801 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-backup/duply')
-rw-r--r--app-backup/duply/Manifest1
-rw-r--r--app-backup/duply/duply-2.2.2.ebuild28
2 files changed, 29 insertions, 0 deletions
diff --git a/app-backup/duply/Manifest b/app-backup/duply/Manifest
index a1d76204bdc4..7a49c026d6f5 100644
--- a/app-backup/duply/Manifest
+++ b/app-backup/duply/Manifest
@@ -4,3 +4,4 @@ DIST duply_1.9.2.tgz 36222 BLAKE2B e1c028423eb8631598b662ad33f3cf24088f11e84ba2b
DIST duply_2.0.1.tgz 44914 BLAKE2B 022a99e585a6231e85af84ae161988037fecf885a2a97d078e1a64b2176268ea6ef3c68e4843a967715ff362e8f24826cd800f0c1b32c4b187f5261d2b9cad67 SHA512 28f1670f2579956cb4d0d5727403e8b9f4afcdd8ea79e117536dfb89b3f3cf6a7bc7eb802bc4dcd39fc6a443a9f8fa3fe722f2b8336186517184940ce6fa73ec
DIST duply_2.0.2.tgz 45406 BLAKE2B 46299930a2e05c5d3759e7a90a6bab8b41b28bdab95c945f1bbb5977d78cf5b72090edfb10bd69b2539c65b7c3804d45eb6b400866c6337fc4acdc283f8003e0 SHA512 2f53d380445272a2354f6914c39373e93d27fdcc5c712d7041fc798547280cebff53882f93d0467d86fc044b8a3a73a6b2fe04a9eaadae55b58bc9c617bab48a
DIST duply_2.0.3.tgz 45542 BLAKE2B 101e19712546c71af16f5988f1d1a70139414b03fa6abcf9b82b8a656a9fd7385b4c9f524eb0e62e3af1b9d0b9a494e47505f2c829d39745c8b88ce56e6608a6 SHA512 c24dd57f75ab80795d67baf8a7ab79a5ae9608c7faea0ae8b711045371ef0cba49c855cfa0610f030c1c37734775b50052fd1e4162420cb3db624f984e4e8bc1
+DIST duply_2.2.2.tgz 50848 BLAKE2B d24c88c57a1a1da83827fbda3ba73249bea96de3b9503b842357182e871ac519b609d6d05d5972cd9a268354fd4d9db87d57680d478714e5f19256b70f23fa42 SHA512 2c072f3812989d2d20f9698b5a59eebe5ca8d45eda25622b9e9903748c8fa18374f8d64e0897b7587f62a6a292b277302d15c6785c6b4dd96e127162a5dae358
diff --git a/app-backup/duply/duply-2.2.2.ebuild b/app-backup/duply/duply-2.2.2.ebuild
new file mode 100644
index 000000000000..6022510f91aa
--- /dev/null
+++ b/app-backup/duply/duply-2.2.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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.2.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
+}