blob: f7235ee489d9d5e68cd9f70b40c92b0bdea58864 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-zope/zsyncer/zsyncer-0.6.1.ebuild,v 1.1 2005/04/19 17:22:51 radek Exp $
inherit zproduct
MY_P="ZSyncer-${PV}"
DESCRIPTION="ZSyncer allows live zope objects to be synchronized from one Zope to another."
HOMEPAGE="http://zsyncer.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tgz"
LICENSE="ZPL"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=">=net-zope/zope-2.7"
ZPROD_LIST="ZSyncer"
|