diff options
author | Andrej Kacian <ticho@gentoo.org> | 2004-10-24 00:23:00 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2004-10-24 00:23:00 +0000 |
commit | f86f5a2b5e26e9afe4475f6fa5733155a3d75f6f (patch) | |
tree | 2a5b36ea18139edcb2ece465fffc7c64f46a2f5d /net-misc/duplicity | |
parent | Added ~sparc keyword. (Manifest recommit) (diff) | |
download | gentoo-2-f86f5a2b5e26e9afe4475f6fa5733155a3d75f6f.tar.gz gentoo-2-f86f5a2b5e26e9afe4475f6fa5733155a3d75f6f.tar.bz2 gentoo-2-f86f5a2b5e26e9afe4475f6fa5733155a3d75f6f.zip |
DEPEND/RDEPEND revamping, fix to bug #67940. Set myself as maintainer.
Diffstat (limited to 'net-misc/duplicity')
-rw-r--r-- | net-misc/duplicity/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/duplicity/duplicity-0.4.0.ebuild | 11 | ||||
-rw-r--r-- | net-misc/duplicity/duplicity-0.4.1.ebuild | 11 | ||||
-rw-r--r-- | net-misc/duplicity/metadata.xml | 9 |
4 files changed, 28 insertions, 11 deletions
diff --git a/net-misc/duplicity/ChangeLog b/net-misc/duplicity/ChangeLog index 418b0088eef7..fb8b817e2d3d 100644 --- a/net-misc/duplicity/ChangeLog +++ b/net-misc/duplicity/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/duplicity # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/duplicity/ChangeLog,v 1.4 2004/07/01 20:58:31 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/duplicity/ChangeLog,v 1.5 2004/10/24 00:23:00 ticho Exp $ + + 24 Oct 2004; Andrej Kacian <ticho@gentoo.org> +metadata.xml, + duplicity-0.4.0.ebuild, duplicity-0.4.1.ebuild: + Revamped DEPEND and RDEPEND. Made 0.4.0 depend on librsync <=0.9.5.1. This + closes #67940, reported by Dave S <jk@pusspaws.net>. Set myself as + maintainer (and added missing metadata.xml). 01 Jul 2004; Jon Hood <squinky86@gentoo.org> duplicity-0.4.0.ebuild, duplicity-0.4.1.ebuild: diff --git a/net-misc/duplicity/duplicity-0.4.0.ebuild b/net-misc/duplicity/duplicity-0.4.0.ebuild index c9a447c361c9..8dd7b1102628 100644 --- a/net-misc/duplicity/duplicity-0.4.0.ebuild +++ b/net-misc/duplicity/duplicity-0.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/duplicity/duplicity-0.4.0.ebuild,v 1.5 2004/08/04 19:22:02 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/duplicity/duplicity-0.4.0.ebuild,v 1.6 2004/10/24 00:23:00 ticho Exp $ IUSE="" DESCRIPTION="duplicity is a secure backup system using gnupg to encrypt data" @@ -11,10 +11,11 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -DEPEND="virtual/libc" -RDEPEND=">=dev-lang/python-2.2 - app-crypt/gnupg - net-libs/librsync" +DEPEND="virtual/libc + >=dev-lang/python-2.2 + <=net-libs/librsync-0.9.5.1" +RDEPEND="${DEPEND} + app-crypt/gnupg" src_compile() { python setup.py build diff --git a/net-misc/duplicity/duplicity-0.4.1.ebuild b/net-misc/duplicity/duplicity-0.4.1.ebuild index e091bb2cf5c8..e111b9b75f36 100644 --- a/net-misc/duplicity/duplicity-0.4.1.ebuild +++ b/net-misc/duplicity/duplicity-0.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/duplicity/duplicity-0.4.1.ebuild,v 1.4 2004/08/04 19:22:02 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/duplicity/duplicity-0.4.1.ebuild,v 1.5 2004/10/24 00:23:00 ticho Exp $ IUSE="" DESCRIPTION="duplicity is a secure backup system using gnupg to encrypt data" @@ -11,10 +11,11 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" -DEPEND="virtual/libc" -RDEPEND=">=dev-lang/python-2.2 - app-crypt/gnupg - >=net-libs/librsync-0.9.6" +DEPEND="virtual/libc + >=dev-lang/python-2.3 + =net-libs/librsync-0.9.5.1" +RDEPEND="${DEPEND} + app-crypt/gnupg" src_compile() { python setup.py build diff --git a/net-misc/duplicity/metadata.xml b/net-misc/duplicity/metadata.xml new file mode 100644 index 000000000000..a88786f496b7 --- /dev/null +++ b/net-misc/duplicity/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>ticho@gentoo.org</email> + <name>Andrej Kacian</name> +</maintainer> +</pkgmetadata> |