blob: 3ad5fedc2429aabaa883a38d34223beeeb839d8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-zope/coreblog/coreblog-1.20.ebuild,v 1.1 2005/09/24 12:40:03 radek Exp $
inherit zproduct
NEW_PV="${PV//./-}"
DESCRIPTION="Blog/Weblog/Web Nikki system for Zope."
HOMEPAGE="http://coreblog.org/"
SRC_URI="${HOMEPAGE}/junk/COREBlog12.tgz"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc"
IUSE=""
ZPROD_LIST="COREBlog"
|