summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-08-03 07:00:11 +0000
committerJustin Lecher <jlec@gentoo.org>2015-08-03 07:00:11 +0000
commit2172d7087e776341cd2a2bffe6795ab8af355cba (patch)
treef87db4091b233c985350d436bdf879501d24aec8 /app-backup
parentVersion Bump; thanks Marius Brehler for the work https://github.com/gentoo/ge... (diff)
downloadgentoo-2-2172d7087e776341cd2a2bffe6795ab8af355cba.tar.gz
gentoo-2-2172d7087e776341cd2a2bffe6795ab8af355cba.tar.bz2
gentoo-2-2172d7087e776341cd2a2bffe6795ab8af355cba.zip
Drop old
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/duply/ChangeLog5
-rw-r--r--app-backup/duply/duply-1.9.1.ebuild28
2 files changed, 4 insertions, 29 deletions
diff --git a/app-backup/duply/ChangeLog b/app-backup/duply/ChangeLog
index c72e5d7b0c3b..d40cbbfac329 100644
--- a/app-backup/duply/ChangeLog
+++ b/app-backup/duply/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-backup/duply
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/duply/ChangeLog,v 1.15 2015/08/02 18:43:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/duply/ChangeLog,v 1.16 2015/08/03 07:00:11 jlec Exp $
+
+ 03 Aug 2015; Justin Lecher <jlec@gentoo.org> -duply-1.9.1.ebuild:
+ Drop old
02 Aug 2015; Agostino Sarubbo <ago@gentoo.org> duply-1.9.2.ebuild:
Stable for x86, wrt bug #556036
diff --git a/app-backup/duply/duply-1.9.1.ebuild b/app-backup/duply/duply-1.9.1.ebuild
deleted file mode 100644
index 6a2eae5e3e1d..000000000000
--- a/app-backup/duply/duply-1.9.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/duply/duply-1.9.1.ebuild,v 1.3 2015/04/19 09:46:34 ago Exp $
-
-EAPI=5
-
-inherit readme.gentoo
-
-DESCRIPTION="A shell frontend for duplicity"
-HOMEPAGE="http://duply.net"
-SRC_URI="mirror://sourceforge/ftplicity/${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
- readme.gentoo_create_doc
-}