public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] custom ebuild: AUTOCLEAN unmerges slotted version
@ 2003-08-10 22:55 Jodok Batlogg
  2003-08-11  1:10 ` Martin Schlemmer
  0 siblings, 1 reply; 7+ messages in thread
From: Jodok Batlogg @ 2003-08-10 22:55 UTC (permalink / raw
  To: gentoo-dev

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2003-08-11 21:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-10 22:55 [gentoo-dev] custom ebuild: AUTOCLEAN unmerges slotted version Jodok Batlogg
2003-08-11  1:10 ` Martin Schlemmer
2003-08-11  1:14   ` Martin Schlemmer
2003-08-11  6:32     ` [gentoo-dev] " Jodok Batlogg
2003-08-11 21:26       ` Martin Schlemmer
2003-08-11  6:36   ` Jodok Batlogg
2003-08-11 21:28     ` Martin Schlemmer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox