blob: a986cdc4d4b68cc5135baf08357263ae42892ddb (
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
|
# Copyright 1999-2005 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.2 2005/04/29 14:36:11 luckyduck 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"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
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
}
|