summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-09-23 20:43:34 -0400
committerAaron Bauman <bman@gentoo.org>2020-09-23 21:05:57 -0400
commita3b0914bd4a115ffc9abd699fab41b3c9f9b3520 (patch)
treea58ec57d067d2f458192d6542fac52131597c7d5 /app-backup/duply/duply-1.11.2.ebuild
parentapp-admin/sagan: drop old (diff)
downloadgentoo-a3b0914bd4a115ffc9abd699fab41b3c9f9b3520.tar.gz
gentoo-a3b0914bd4a115ffc9abd699fab41b3c9f9b3520.tar.bz2
gentoo-a3b0914bd4a115ffc9abd699fab41b3c9f9b3520.zip
app-backup/duply: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-backup/duply/duply-1.11.2.ebuild')
-rw-r--r--app-backup/duply/duply-1.11.2.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/app-backup/duply/duply-1.11.2.ebuild b/app-backup/duply/duply-1.11.2.ebuild
deleted file mode 100644
index 4ac44196694c..000000000000
--- a/app-backup/duply/duply-1.11.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit readme.gentoo
-
-DESCRIPTION="A shell frontend for duplicity"
-HOMEPAGE="http://duply.net"
-SRC_URI="mirror://sourceforge/project/ftplicity/duply%20%28simple%20duplicity%29/1.11.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
-}