summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Scardovi <marco@scardovi.com>2021-04-30 15:39:56 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-05-23 11:31:57 +0200
commitf256f508b39e277be43e8e678ffe017aedd5ad9c (patch)
tree1e7eaddaee6b8d9829f9211af0b221e94e4addaf /app-backup
parentdev-python/openpyxl: bump to python 3.10 (diff)
downloadgentoo-f256f508b39e277be43e8e678ffe017aedd5ad9c.tar.gz
gentoo-f256f508b39e277be43e8e678ffe017aedd5ad9c.tar.bz2
gentoo-f256f508b39e277be43e8e678ffe017aedd5ad9c.zip
app-backup/duply: drop older version 2.2.2
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Marco Scardovi <marco@scardovi.com> See also: https://github.com/gentoo/gentoo/pull/20615 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/duply/Manifest1
-rw-r--r--app-backup/duply/duply-2.2.2.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/app-backup/duply/Manifest b/app-backup/duply/Manifest
index 3b17c27a4374..98f58088d814 100644
--- a/app-backup/duply/Manifest
+++ b/app-backup/duply/Manifest
@@ -1,2 +1 @@
-DIST duply_2.2.2.tgz 50848 BLAKE2B d24c88c57a1a1da83827fbda3ba73249bea96de3b9503b842357182e871ac519b609d6d05d5972cd9a268354fd4d9db87d57680d478714e5f19256b70f23fa42 SHA512 2c072f3812989d2d20f9698b5a59eebe5ca8d45eda25622b9e9903748c8fa18374f8d64e0897b7587f62a6a292b277302d15c6785c6b4dd96e127162a5dae358
DIST duply_2.3.1.tgz 51531 BLAKE2B b351d57621cc24cdacf9c0b54c107e4b9caad5da31401534f8add0ae320e5d0534fff9f97fa685f76efcc90b9e6b3a18e87a1d11b90285410cdd3375aa8b5c56 SHA512 90f6172e196667c1bf35d4b0acd5759ccfa34a1b7cacdbcf502a67689b7698fca4e4a9ce419b42b70eb57fb784a7c789e2283a8ac366bade9aec25c393548ef8
diff --git a/app-backup/duply/duply-2.2.2.ebuild b/app-backup/duply/duply-2.2.2.ebuild
deleted file mode 100644
index 443e0af71240..000000000000
--- a/app-backup/duply/duply-2.2.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A shell frontend for duplicity"
-HOMEPAGE="https://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"
-
-BDEPEND="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
-}