blob: e231c18edb10870bec7704747fd77b05f2c34a0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-zope/calendarx/calendarx-0.6.0.ebuild,v 1.3 2006/01/27 02:26:21 vapier Exp $
inherit zproduct
DESCRIPTION="CalendarX is a customizable calendar product for Plone"
HOMEPAGE="http://calendarx.org/"
SRC_URI="mirror://sourceforge/${PN}//CalendarX-${PV}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
DEPEND="=net-zope/plone-2.0*"
ZPROD_LIST="CalendarX"
src_install() {
# We need to change directory name to versionless
mv ${ZPROD_LIST}-${PV} ${ZPROD_LIST}
zproduct_src_install
}
|