diff options
author | Radoslaw Stachowiak <radek@gentoo.org> | 2004-10-08 12:16:01 +0000 |
---|---|---|
committer | Radoslaw Stachowiak <radek@gentoo.org> | 2004-10-08 12:16:01 +0000 |
commit | 6e2543593a5a9d9ad7524f934764c59a5aed23dc (patch) | |
tree | b0d3c144478a40f49fd5614b170ddf4f3e8076f6 /net-zope | |
parent | Add a wrapper useflag for subversion (diff) | |
download | historical-6e2543593a5a9d9ad7524f934764c59a5aed23dc.tar.gz historical-6e2543593a5a9d9ad7524f934764c59a5aed23dc.tar.bz2 historical-6e2543593a5a9d9ad7524f934764c59a5aed23dc.zip |
new version released.
Diffstat (limited to 'net-zope')
-rw-r--r-- | net-zope/zopex3/ChangeLog | 8 | ||||
-rw-r--r-- | net-zope/zopex3/Manifest | 16 | ||||
-rw-r--r-- | net-zope/zopex3/files/digest-zopex3-3.0.0_rc2 | 1 | ||||
-rw-r--r-- | net-zope/zopex3/zopex3-3.0.0_rc2.ebuild | 112 |
4 files changed, 124 insertions, 13 deletions
diff --git a/net-zope/zopex3/ChangeLog b/net-zope/zopex3/ChangeLog index 167c73d1f19a..1c224023a910 100644 --- a/net-zope/zopex3/ChangeLog +++ b/net-zope/zopex3/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-zope/zopex3 # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zopex3/ChangeLog,v 1.2 2004/09/28 01:47:28 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zopex3/ChangeLog,v 1.3 2004/10/08 12:16:01 radek Exp $ + +*zopex3-3.0.0_rc2 (08 Oct 2004) + + 08 Oct 2004; Radoslaw Stachowiak <radek@gentoo.org> + +zopex3-3.0.0_rc2.ebuild: + New version released. 28 Sep 2004; Sven Wegener <swegener@gentoo.org> files/zope.initd: Gentoo Technologies, Inc. -> Gentoo Foundation diff --git a/net-zope/zopex3/Manifest b/net-zope/zopex3/Manifest index 084f5d46ec12..91a18c2bfd13 100644 --- a/net-zope/zopex3/Manifest +++ b/net-zope/zopex3/Manifest @@ -1,15 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 7e21ceb0b12256be76e708ffc667a4ba ChangeLog 536 -MD5 7890d88c5c6d189fbe6b187a3ebb6532 metadata.xml 161 MD5 7d7798e43f020dfd57b31a154ba8f641 zopex3-3.0.0_rc1.ebuild 2726 +MD5 cdc6e9d88f77f6e2115dca8a0eefb853 zopex3-3.0.0_rc2.ebuild 2726 +MD5 0075f242ff242acf84cc291ce2728ce1 ChangeLog 673 +MD5 7890d88c5c6d189fbe6b187a3ebb6532 metadata.xml 161 MD5 89f6d421e38a89b2ea414facc3a78a26 files/digest-zopex3-3.0.0_rc1 64 +MD5 1751a8f455e743a44fa65f7d8bd826e2 files/digest-zopex3-3.0.0_rc2 64 MD5 dc6beeaa42a91779d1d707dcd32cc6cb files/zope.initd 1316 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) - -iD8DBQFBWMLFI1lqEGTUzyQRAvioAKCJmTexz5K2rqrXVBqLDOWSok3klwCg0AMu -e9ua5scasQ912OjdWV11Uu0= -=daZJ ------END PGP SIGNATURE----- diff --git a/net-zope/zopex3/files/digest-zopex3-3.0.0_rc2 b/net-zope/zopex3/files/digest-zopex3-3.0.0_rc2 new file mode 100644 index 000000000000..43b99a7ee056 --- /dev/null +++ b/net-zope/zopex3/files/digest-zopex3-3.0.0_rc2 @@ -0,0 +1 @@ +MD5 0c6d527905b88b34bdbc0d7bf8569f4b ZopeX3-3.0.0c2.tgz 3179164 diff --git a/net-zope/zopex3/zopex3-3.0.0_rc2.ebuild b/net-zope/zopex3/zopex3-3.0.0_rc2.ebuild new file mode 100644 index 000000000000..895dcc7bc8e7 --- /dev/null +++ b/net-zope/zopex3/zopex3-3.0.0_rc2.ebuild @@ -0,0 +1,112 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zopex3/zopex3-3.0.0_rc2.ebuild,v 1.1 2004/10/08 12:16:01 radek Exp $ + +inherit eutils + +MYPV="${PV/_r/}" +MYPN="ZopeX3" + +DESCRIPTION="Zope is a web application platform used for building high-performance, dynamic web sites." +HOMEPAGE="http://www.zope.org" +SRC_URI="http://www.zope.org/Products/${MYPN}/${MYPV}/${MYPN}-${MYPV}.tgz" +LICENSE="ZPL" +SLOT="${PV}" +IUSE="" + +KEYWORDS="~x86" + +RDEPEND="=dev-lang/python-2.3*" +python='python2.3' + +DEPEND="${RDEPEND} +virtual/libc +>=sys-apps/sed-4.0.5" + +S="${WORKDIR}/${MYPN}-${MYPV}" +ZS_DIR=${ROOT%/}/usr/lib +ZSERVDIR=${ZS_DIR}/${PN}-${PV} +ZSKELDIR=${ZSERVDIR}/zopeskel +ZINSTDIR=/var/lib/zope/${PN} + +src_unpack() { + unpack ${A} + cd ${S} +} + +src_compile() { + ./configure --prefix=${D}${ZSERVDIR} || die "Failed to configure." + emake || die "Failed to compile." +} + +src_install() { + + dodoc README.txt + dodoc ZopeX3/doc/*.txt + docinto schema + dodoc ZopeX3/doc/schema/* + docinto security + dodoc ZopeX3/doc/security/* + docinto skins + dodoc ZopeX3/doc/skins/* + docinto style + dodoc ZopeX3/doc/style/* + docinto zcml + dodoc ZopeX3/doc/zcml/* + + make install prefix=${D}${ZSERVDIR} + + dosym ../../share/doc/${PF} ${ZSERVDIR}/doc + + # copy the init script skeleton to zopeskel directory of our installation + cp ${FILESDIR}/zope.initd ${D}${ZSKELDIR}/zope.initd +} + +pkg_postinst() { + + einfo "Be warned that this release is able to create default instance for You." + einfo "Please use 'ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config' for instance creation" +} + +pkg_prerm() { + + find ${ZSERVDIR}/lib/python -name \*.py[co] -exec rm -f {} \; +} + +pkg_postrm() { + + rmdir /usr/lib/${ZSERVDIR} 2>/dev/null +} + +pkg_config() { + + if [ -f /etc/init.d/${PN} -o -d ${ZINSTDIR} ] + then + ewarn "Default instance already exists, aborting.." + ewarn "Please delete first /etc/init.d/${PN} and ${ZINSTDIR}" + die "Failed to create default instance." + fi + + ${ZSERVDIR}/bin/mkzopeinstance -d ${ZINSTDIR} -u admin:admin + mkdir -p ${ZINSTDIR} + + # remove unnecessary zope.initd + rm -f ${ZINSTDIR}/zope.initd + + # log symlink + rm -rf ${ZINSTDIR}/log + mkdir -p /var/log/zope/${PN} + ln -s /var/log/zope/${PN} ${ZINSTDIR}/log + + # draconian permissions :) + chmod go-rwx -R ${ZINSTDIR} + + cp ${ZSKELDIR}/zope.initd /etc/init.d/${PN} + chmod 755 /etc/init.d/${PN} + sed -i -e "s|INSTANCE_HOME|${ZINSTDIR}|" /etc/init.d/${PN} + + einfo "Default instance created at ${ZINSTDIR}" + einfo "Created default user 'admin' with password 'admin'." + einfo "Be warned that this instance is prepared to run as root only." + einfo "To start instance (ports 8080,8021,) use: /etc/init.d/${PN} start" +} |