diff options
author | 2004-04-18 20:40:55 +0000 | |
---|---|---|
committer | 2004-04-18 20:40:55 +0000 | |
commit | b56555bbcd6312d967cdb6257fc1c2e8de8e8d6c (patch) | |
tree | 0001c752c0266c3255463cf2f0bb3ce28bc39d9e /net-zope/coreblog/coreblog-0.6.ebuild | |
parent | STABLE PHEAR ! (diff) | |
download | gentoo-2-b56555bbcd6312d967cdb6257fc1c2e8de8e8d6c.tar.gz gentoo-2-b56555bbcd6312d967cdb6257fc1c2e8de8e8d6c.tar.bz2 gentoo-2-b56555bbcd6312d967cdb6257fc1c2e8de8e8d6c.zip |
initial import, thanks to Thomas Geiger <tg@wahuu.at>
Diffstat (limited to 'net-zope/coreblog/coreblog-0.6.ebuild')
-rw-r--r-- | net-zope/coreblog/coreblog-0.6.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net-zope/coreblog/coreblog-0.6.ebuild b/net-zope/coreblog/coreblog-0.6.ebuild new file mode 100644 index 000000000000..ad2ec6923627 --- /dev/null +++ b/net-zope/coreblog/coreblog-0.6.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# 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.1 2004/04/18 20:40:55 batlogg 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" |