From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 512 invoked by uid 1002); 10 Aug 2003 22:58:49 -0000 Mailing-List: contact gentoo-dev-help@gentoo.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Received: (qmail 826 invoked from network); 10 Aug 2003 22:58:49 -0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-dev@gentoo.org From: Jodok Batlogg Date: Mon, 11 Aug 2003 00:55:56 +0200 Organization: solution2u.net gmbh Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@sea.gmane.org User-Agent: KNode/0.7.2 Sender: news Subject: [gentoo-dev] custom ebuild: AUTOCLEAN unmerges slotted version X-Archives-Salt: e3e2dfe0-4c16-4233-9fdc-35902cb6e1cc X-Archives-Hash: 6018c10a7be9f0bc5ec300e5dc04a9b8 hi, i'm preparing an ebuild for plone1.1 (zope based CMS). I took the existing 1.04-ebuild and added SLOT="1.0" and SLOT="1.1". the ebuilds work fine, but although i specified two different slots AUTOCLEAN always unmerges the lower version. I have no idea why. i've attached the two ebuilds. is there sth. obvious i'm missing? i can't find the reason. thanks in advance jodok -------------------------------------------------------------------------- # Copyright 2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public Form License v2 # $Header: /home/cvs/gentoo/portage/net-zope/plone/plone-1.0.4-r1.ebuild,v 1.1 2003/08/05 19:45:48 jb Exp $ SLOT="1.0" inherit zproduct S="${WORKDIR}/CMFPlone-${PV}" DESCRIPTION="A Zope Content Management System, based on Zope CMF." HOMEPAGE="http://plone.org" SRC_URI="mirror://sourceforge/plone/CMFPlone${PV}.tar.gz" LICENSE="GPL-2" KEYWORDS="x86 ~ppc" RDEPEND="=net-zope/cmf-1.3* >=net-zope/dcworkflow-1.0.4 >=net-zope/formulator-1.2.0 ${RDEPEND}" ZPROD_LIST="CMFPlone" src_install() { rm -R Formulator/ rm -R DCWorkflow/ zproduct_src_install all } # Since i18n isn't a product folder, leaving it in $ZP_DIR/$PF. pkg_postinst() { zproduct_pkg_postinst einfo "---> NOTE: i18n folder location: ${ZP_DIR}/${PF}" } -------------------------------------------------------------------------- # Copyright 2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public Form License v2 # $Header: /home/cvs/gentoo/portage/net-zope/plone/plone-1.1_pre20030805.ebuild,v 1.2 2003/08/05 21:40:40 jb Exp $ SLOT="1.1" inherit zproduct S="${WORKDIR}/CMFPlone-1.1" DESCRIPTION="A Zope Content Management System, based on Zope CMF." HOMEPAGE="http://plone.org" SRC_URI="http://gentoo.at/distfiles/CMFPlone${PV}.tar.gz" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc" RDEPEND="=net-zope/cmf-1.4* =net-zope/dcworkflow-1.4* >=net-zope/formulator-1.4.2 >=net-zope/cmfactionicons-0.1_pre20030805 >=net-zope/cmfquickinstallertool-1.2.1 >=net-zope/groupuserfolder-1.3.1 >=net-zope/externaleditor-0.7 >=net-zope/btreefolder2-0.5.0 ${RDEPEND}" ZPROD_LIST="CMFPlone" -------------------------------------------------------------------------- jodok batlogg solution2u.net gmbh . hof 4 . a-6861 alberschwende fon +43 5579 85777-65 . fax -77 . mobil +43 699 11841546 http://solution2u.net/ . batlogg(at)solution2u(dot)net have a nice day -- gentoo-dev@gentoo.org mailing list