diff options
Diffstat (limited to 'net-zope/zsyncer/zsyncer-0.6.1.ebuild')
-rw-r--r-- | net-zope/zsyncer/zsyncer-0.6.1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net-zope/zsyncer/zsyncer-0.6.1.ebuild b/net-zope/zsyncer/zsyncer-0.6.1.ebuild new file mode 100644 index 000000000000..f7235ee489d9 --- /dev/null +++ b/net-zope/zsyncer/zsyncer-0.6.1.ebuild @@ -0,0 +1,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" |