diff options
author | 2006-01-27 02:54:22 +0000 | |
---|---|---|
committer | 2006-01-27 02:54:22 +0000 | |
commit | c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e (patch) | |
tree | 6bd40a158fd82749126dcc5558feaef88d101b74 /net-zope/zsyncer | |
parent | 2.8.0 in the house, and 2.6.0 kicked to the curb. (diff) | |
download | historical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.tar.gz historical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.tar.bz2 historical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.zip |
misc touchups
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'net-zope/zsyncer')
-rw-r--r-- | net-zope/zsyncer/zsyncer-0.6.1.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net-zope/zsyncer/zsyncer-0.6.1.ebuild b/net-zope/zsyncer/zsyncer-0.6.1.ebuild index f7235ee489d9..b5b00cb8a76f 100644 --- a/net-zope/zsyncer/zsyncer-0.6.1.ebuild +++ b/net-zope/zsyncer/zsyncer-0.6.1.ebuild @@ -1,18 +1,16 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 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 $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zsyncer/zsyncer-0.6.1.ebuild,v 1.2 2006/01/27 02:53:59 vapier Exp $ inherit zproduct MY_P="ZSyncer-${PV}" -DESCRIPTION="ZSyncer allows live zope objects to be synchronized from one Zope to another." +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" |