diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-10-17 07:50:56 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-10-17 07:50:56 +0000 |
commit | cb5ca1aaecae759d29e66e76206c8a29eddbd15a (patch) | |
tree | f3848e7087faf99db20afc5a625b62d8143a7f0a /app-backup | |
parent | Add missing REQUIRED_USE check for mpi into 1.55.0-r2 too, thanks to Arfrever (diff) | |
download | gentoo-2-cb5ca1aaecae759d29e66e76206c8a29eddbd15a.tar.gz gentoo-2-cb5ca1aaecae759d29e66e76206c8a29eddbd15a.tar.bz2 gentoo-2-cb5ca1aaecae759d29e66e76206c8a29eddbd15a.zip |
app-backup/duply: Version BUmp
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/duply/ChangeLog | 8 | ||||
-rw-r--r-- | app-backup/duply/duply-1.9.1.ebuild | 28 | ||||
-rw-r--r-- | app-backup/duply/files/README.gentoo | 4 |
3 files changed, 39 insertions, 1 deletions
diff --git a/app-backup/duply/ChangeLog b/app-backup/duply/ChangeLog index e333c8273cb9..99d1678f6608 100644 --- a/app-backup/duply/ChangeLog +++ b/app-backup/duply/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-backup/duply # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/duply/ChangeLog,v 1.5 2014/09/15 18:39:41 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/duply/ChangeLog,v 1.6 2014/10/17 07:50:56 jlec Exp $ + +*duply-1.9.1 (17 Oct 2014) + + 17 Oct 2014; Justin Lecher <jlec@gentoo.org> +duply-1.9.1.ebuild, + +files/README.gentoo: + Version BUmp *duply-1.9.0 (15 Sep 2014) diff --git a/app-backup/duply/duply-1.9.1.ebuild b/app-backup/duply/duply-1.9.1.ebuild new file mode 100644 index 000000000000..3f3f3f236d40 --- /dev/null +++ b/app-backup/duply/duply-1.9.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 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.1 2014/10/17 07:50:56 jlec 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 +} diff --git a/app-backup/duply/files/README.gentoo b/app-backup/duply/files/README.gentoo new file mode 100644 index 000000000000..99d9a1320473 --- /dev/null +++ b/app-backup/duply/files/README.gentoo @@ -0,0 +1,4 @@ +If you use duply at the first time please have a +look at the the usage help text "duply usage" +for further information." + |