# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit zproduct MY_PN="DIYPloneStyle" MY_P="${MY_PN}-${PV}" DESCRIPTION="Base to develop new styles for Plone 2.1.x." HOMEPAGE="http://plone.org/products/diyplonestyle" SRC_URI="http://plone.org/products/${PN}/releases/${PV}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=net-zope/plone-2.1" RDEPEND="${DEPEND}" ZPROD_LIST="${MY_PN}" pkg_postinst() { elog elog "Use \"zprod-manager add\" to activate ${MY_PN}." elog }