diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-27 02:54:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-27 02:54:22 +0000 |
commit | c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e (patch) | |
tree | 6bd40a158fd82749126dcc5558feaef88d101b74 /net-zope/xron | |
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/xron')
-rw-r--r-- | net-zope/xron/xron-0.0.10.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-zope/xron/xron-0.0.10.ebuild b/net-zope/xron/xron-0.0.10.ebuild index 361e359bbc2c..ab77f5a8b995 100644 --- a/net-zope/xron/xron-0.0.10.ebuild +++ b/net-zope/xron/xron-0.0.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 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/xron/xron-0.0.10.ebuild,v 1.3 2004/06/25 01:26:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/xron/xron-0.0.10.ebuild,v 1.4 2006/01/27 02:49:48 vapier Exp $ inherit zproduct @@ -10,6 +10,7 @@ MY_P="${MY_PN}-${MY_PV}" DESCRIPTION="Xron schedules and executes procedures for Zope applications" HOMEPAGE="http://www.zope.org/Members/lstaffor/Xron" SRC_URI="${HOMEPAGE}/${PV}/${MY_P}.tgz" + LICENSE="GPL-2" KEYWORDS="~x86" @@ -24,4 +25,3 @@ src_install() { find ${DIR} -exec chmod 644 \{} \; find ${DIR} -type d -exec chmod +x \{} \; } - |