blob: 44c14c9f540f13684b3f39f7fa64632cbac30cc6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-zope/coreblog/coreblog-0.6.ebuild,v 1.2 2004/06/25 01:19:39 agriffis Exp $
inherit zproduct
NEW_PV="${PV//./-}"
DESCRIPTION="Blog/Weblog/Web Nikki system for Zope."
HOMEPAGE="http://coreblog.org/"
SRC_URI="${HOMEPAGE}/junk/COREBlog06b.tgz"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc"
ZPROD_LIST="COREBlog"
|