blob: ce54701aa2baf3e6bc71dc4cb754154b01102719 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-zope/coreblog2/coreblog2-0.81b.ebuild,v 1.1 2006/03/18 18:22:46 radek Exp $
inherit zproduct
DESCRIPTION="A Blog product working with Plone 2.1"
HOMEPAGE="http://coreblog.org/"
SRC_URI="${HOMEPAGE}/junk/COREBlog2_081b.tgz"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
ZPROD_LIST="COREBlog2"
|