diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2006-06-02 08:04:16 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2006-06-02 08:04:16 +0000 |
commit | 720ce12a08ae64b06c4ff63fd07c979a47d822d3 (patch) | |
tree | 17f2d22529ee83ed437cdbb1a436681f2c7d671d /app-backup/pybackpack/pybackpack-0.4.2.ebuild | |
parent | touchups (diff) | |
download | gentoo-2-720ce12a08ae64b06c4ff63fd07c979a47d822d3.tar.gz gentoo-2-720ce12a08ae64b06c4ff63fd07c979a47d822d3.tar.bz2 gentoo-2-720ce12a08ae64b06c4ff63fd07c979a47d822d3.zip |
Initial commit, based on submission from bug #109465, thanks to Fabian Neumann <bugzilla@pseudopost.org>.
(Portage version: 2.1_rc3-r3)
Diffstat (limited to 'app-backup/pybackpack/pybackpack-0.4.2.ebuild')
-rw-r--r-- | app-backup/pybackpack/pybackpack-0.4.2.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-backup/pybackpack/pybackpack-0.4.2.ebuild b/app-backup/pybackpack/pybackpack-0.4.2.ebuild new file mode 100644 index 000000000000..0c73988ddabe --- /dev/null +++ b/app-backup/pybackpack/pybackpack-0.4.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-backup/pybackpack/pybackpack-0.4.2.ebuild,v 1.1 2006/06/02 08:04:16 robbat2 Exp $ + +inherit distutils + +DESCRIPTION="GTK+ GUI for the rdiff-backup tool" +SRC_URI="http://minus-zero.org/projects/pybackpack/${P}.tar.gz" +HOMEPAGE="http://sucs.org/~davea/trac/wiki" + +IUSE="" +SLOT="0" +KEYWORDS="~x86 ~ppc" +LICENSE="GPL-2" +DEPEND=">=dev-lang/python-2.4 + >=app-backup/rdiff-backup-0.12.7 + >=dev-python/gnome-python-desktop-2.14.0" |