summaryrefslogtreecommitdiff
path: root/backup/duply/duply-2.0.3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:13:51 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:13:51 +0100
commitcbc073f23b8454d83cbd824b0055b7dff57daa8a (patch)
treee5b4f9656d566a783f0fe5c120da68b5acbb4cd5 /backup/duply/duply-2.0.3.ebuild
parentc28410c5bf320b685dfdbe6b2db090582d3f9960 (diff)
this shouldn't be here
Diffstat (limited to 'backup/duply/duply-2.0.3.ebuild')
-rw-r--r--backup/duply/duply-2.0.3.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/backup/duply/duply-2.0.3.ebuild b/backup/duply/duply-2.0.3.ebuild
deleted file mode 100644
index 8eddec6aefe9..000000000000
--- a/backup/duply/duply-2.0.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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
-}