diff options
author | Radoslaw Stachowiak <radek@gentoo.org> | 2004-10-18 18:29:29 +0000 |
---|---|---|
committer | Radoslaw Stachowiak <radek@gentoo.org> | 2004-10-18 18:29:29 +0000 |
commit | 4689523cdfc3934c629617aeebf73efe5c8e7c25 (patch) | |
tree | 8ae0b699d8fde620905af19cea690e5050072f15 /net-zope | |
parent | cleaning unneeded ebuilds. (Manifest recommit) (diff) | |
download | gentoo-2-4689523cdfc3934c629617aeebf73efe5c8e7c25.tar.gz gentoo-2-4689523cdfc3934c629617aeebf73efe5c8e7c25.tar.bz2 gentoo-2-4689523cdfc3934c629617aeebf73efe5c8e7c25.zip |
cleaning unneeded ebuilds.
Diffstat (limited to 'net-zope')
-rw-r--r-- | net-zope/zopex3/ChangeLog | 6 | ||||
-rw-r--r-- | net-zope/zopex3/files/digest-zopex3-3.0.0_rc1 | 1 | ||||
-rw-r--r-- | net-zope/zopex3/zopex3-3.0.0_rc1.ebuild | 112 |
3 files changed, 5 insertions, 114 deletions
diff --git a/net-zope/zopex3/ChangeLog b/net-zope/zopex3/ChangeLog index dab98a9bc44a..6eabbb58a3f4 100644 --- a/net-zope/zopex3/ChangeLog +++ b/net-zope/zopex3/ChangeLog @@ -1,6 +1,10 @@ # 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.4 2004/10/18 12:33:51 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zopex3/ChangeLog,v 1.5 2004/10/18 18:28:28 radek Exp $ + + 18 Oct 2004; Radoslaw Stachowiak <radek@gentoo.org> + -zopex3-3.0.0_rc1.ebuild: + Removed old ebuild, obsoleted by rc2. 18 Oct 2004; David Holm <dholm@gentoo.org> zopex3-3.0.0_rc2.ebuild: Added to ~ppc. diff --git a/net-zope/zopex3/files/digest-zopex3-3.0.0_rc1 b/net-zope/zopex3/files/digest-zopex3-3.0.0_rc1 deleted file mode 100644 index 5ff5f8a06f3c..000000000000 --- a/net-zope/zopex3/files/digest-zopex3-3.0.0_rc1 +++ /dev/null @@ -1 +0,0 @@ -MD5 76068f24cce8ddda9429fde66bafb1ba ZopeX3-3.0.0c1.tgz 3216655 diff --git a/net-zope/zopex3/zopex3-3.0.0_rc1.ebuild b/net-zope/zopex3/zopex3-3.0.0_rc1.ebuild deleted file mode 100644 index 8c9dea8c4c9c..000000000000 --- a/net-zope/zopex3/zopex3-3.0.0_rc1.ebuild +++ /dev/null @@ -1,112 +0,0 @@ -# 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_rc1.ebuild,v 1.1 2004/09/27 19:45:56 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" -} |