diff options
author | Jason Shoemaker <kutsuya@gentoo.org> | 2003-04-06 09:17:25 +0000 |
---|---|---|
committer | Jason Shoemaker <kutsuya@gentoo.org> | 2003-04-06 09:17:25 +0000 |
commit | 99d9cb681a949bac5aa3addf5d2f596d10d8809e (patch) | |
tree | 848df25910d4df79696b5dea2b9e1e7e753ba1f1 /net-zope/cmfquickinstallertool | |
parent | x86 ppc moved to stable. (diff) | |
download | historical-99d9cb681a949bac5aa3addf5d2f596d10d8809e.tar.gz historical-99d9cb681a949bac5aa3addf5d2f596d10d8809e.tar.bz2 historical-99d9cb681a949bac5aa3addf5d2f596d10d8809e.zip |
Initial import. #18745
Diffstat (limited to 'net-zope/cmfquickinstallertool')
3 files changed, 33 insertions, 0 deletions
diff --git a/net-zope/cmfquickinstallertool/ChangeLog b/net-zope/cmfquickinstallertool/ChangeLog new file mode 100644 index 000000000000..41b8b24927b3 --- /dev/null +++ b/net-zope/cmfquickinstallertool/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for net-zope/cmfquickinstallertool +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfquickinstallertool/ChangeLog,v 1.1 2003/04/06 09:17:25 kutsuya Exp $ + +*cmfquickinstallertool-1.0 (06 Apr 2003) + + 06 Apr 2003; Jason Shoemaker <kutsuya@gentoo.org> + cmfquickinstallertool-1.0.ebuild: Initial import. #18745 + diff --git a/net-zope/cmfquickinstallertool/cmfquickinstallertool-1.0.ebuild b/net-zope/cmfquickinstallertool/cmfquickinstallertool-1.0.ebuild new file mode 100644 index 000000000000..63f232abd1a3 --- /dev/null +++ b/net-zope/cmfquickinstallertool/cmfquickinstallertool-1.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 2002-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfquickinstallertool/cmfquickinstallertool-1.0.ebuild,v 1.1 2003/04/06 09:17:25 kutsuya Exp $ + +inherit zproduct + +DESCRIPTION="Makes it easy to install cmf/plone products." +HOMEPAGE="http://www.sf.net/projects/collective/" +SRC_URI="mirror://sourceforge/collective/CMFQuickInstallerTool_${PV}.tgz" +LICENSE="GPL-2" +KEYWORDS="x86 ~ppc" +RDEPEND=">=net-zope/cmf-1.3 + ${RDEPEND}" + +ZPROD_LIST="CMFQuickInstallerTool" + +pkg_postinst() +{ + zproduct_pkg_postinst + ewarn "Please read README.txt.gz for this product. This product needs to" + ewarn "be manually added to a CMF/Plone site." +} diff --git a/net-zope/cmfquickinstallertool/files/digest-cmfquickinstallertool-1.0 b/net-zope/cmfquickinstallertool/files/digest-cmfquickinstallertool-1.0 new file mode 100644 index 000000000000..87164ccd6958 --- /dev/null +++ b/net-zope/cmfquickinstallertool/files/digest-cmfquickinstallertool-1.0 @@ -0,0 +1,2 @@ +MD5 67f707908fbbcda54730fa93042a0b44 /cmfquickinstallertool-1.0.ebuild 611 +MD5 dfcb8b48682a8164b0b955235113ec7b CMFQuickInstallerTool_1.0.tgz 5663 |