summaryrefslogtreecommitdiff
blob: c1d6e2ee3f99e6ab7071540d4ae84a6695f9d777 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 1999-2009 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
}