diff options
author | 2015-04-08 15:32:29 +0000 | |
---|---|---|
committer | 2015-04-08 15:32:29 +0000 | |
commit | 36f0379056bc457d4f91f8e0d2b579add6a4434f (patch) | |
tree | 819ea49eca8fbde7dcac44acd467a90eb481a454 /app-backup/duply | |
parent | Stable for amd64, wrt bug #544926 (diff) | |
download | gentoo-2-36f0379056bc457d4f91f8e0d2b579add6a4434f.tar.gz gentoo-2-36f0379056bc457d4f91f8e0d2b579add6a4434f.tar.bz2 gentoo-2-36f0379056bc457d4f91f8e0d2b579add6a4434f.zip |
Stable for amd64, wrt bug #544264
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-backup/duply')
-rw-r--r-- | app-backup/duply/ChangeLog | 8 | ||||
-rw-r--r-- | app-backup/duply/duply-1.9.1.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/app-backup/duply/ChangeLog b/app-backup/duply/ChangeLog index 1a9eefabde98..1a179d06c4a8 100644 --- a/app-backup/duply/ChangeLog +++ b/app-backup/duply/ChangeLog @@ -1,6 +1,9 @@ # 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.7 2015/04/07 14:06:02 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-backup/duply/ChangeLog,v 1.8 2015/04/08 15:32:29 ago Exp $ + + 08 Apr 2015; Agostino Sarubbo <ago@gentoo.org> duply-1.9.1.ebuild: + Stable for amd64, wrt bug #544264 *duply-1.9.1 (17 Oct 2014) @@ -35,4 +38,3 @@ +metadata.xml: Initial commit. Bug #383883. Thanks to Marcel Pennewiß <gentoo@pennewiss.de> who will proxy-maintain it - diff --git a/app-backup/duply/duply-1.9.1.ebuild b/app-backup/duply/duply-1.9.1.ebuild index 3f3f3f236d40..ead7ecee1ba1 100644 --- a/app-backup/duply/duply-1.9.1.ebuild +++ b/app-backup/duply/duply-1.9.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# 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.1 2014/10/17 07:50:56 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/duply/duply-1.9.1.ebuild,v 1.2 2015/04/08 15:32:29 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/ftplicity/${PN}_${PV}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" DEPEND="app-text/txt2man" |