Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-python/cherryflow
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/cherryflow/ChangeLog,v 1.7 2007/02/21 16:41:07 lucass Exp $
21 Feb 2007; Lukasz Strzygowski
files/digest-cherryflow-5, Manifest:
Convert to Manifest2.
01 Apr 2006; Aron Griffis
Mark 5 ~ia64
29 Mar 2006; Lukasz Strzygowski
cherryflow-5.ebuild:
Fixed homepage, added description to metadata, minor cleanup.
19 Mar 2006; Mark Loeser
Add DEPEND on app-arch/unzip
12 Jul 2005; David Holm
Added to ~ppc.
20 May 2005; Rob Cakebread
Fixed documentation location
*cherryflow-5 (18 Mar 2005)
18 Mar 2005; Rob Cakebread
Initial commit.
DIST cherryflow-5.zip 7369 RMD160 b4627114c086d80c659e70f5f4f98e3f883532ea SHA1 b4121224b4e14ccd439f4d953142fe98e054ee0e SHA256 7c0077f6ab0e462921c13b7912a07923e1376a0e3dba0ff1b2192466654901b1
EBUILD cherryflow-5.ebuild 705 RMD160 987bb8e2ea2f66b2487c167abde640a2ead4e476 SHA1 75faefbab1c09abe8d3eb41997bbc6c5cbd5ade7 SHA256 a1850b25b8647da9fa9ebd11c1adabddd63bf6014629694f2e670b0dbf7fdc73
MISC ChangeLog 990 RMD160 6f3451002baa2bb0d0ab862795ada938e105e381 SHA1 72a52b2a736cd165b92d0188c547308db28272e1 SHA256 b39491f6f07eb454e5c2393077ec916503f7a3fcdf550196d593a5afee6670bf
MISC metadata.xml 431 RMD160 cc7f275934ac532d05a19f4a336f735da9563e0a SHA1 128ebffc1768142d4f754c1e9d3699259b59012f SHA256 291960c66eb7765297c816fe871c77de4beac3de68cedfe20b342badbc26843c
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/cherryflow/cherryflow-5.ebuild,v 1.6 2006/04/01 14:46:50 agriffis Exp $
inherit distutils
DESCRIPTION="CherryFlow is a continuations framework for working with CherryPy"
HOMEPAGE="http://subway.python-hosting.com/wiki/CherryFlow"
SRC_URI="http://gentooexperimental.org/~pythonhead/dist/${P}.zip"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~ia64 ~ppc ~x86"
IUSE=""
RDEPEND="virtual/python"
DEPEND="app-arch/unzip"
S="${WORKDIR}"
src_install() {
distutils_src_install
insinto /usr/share/doc/${PF}
doins devworksexample.py example.py wikiexample.py
}
CherryFlow is a simple CherryPy decorator which allows you to write your web
applications in a linear style, as opposed to the current model. For web
architectural buffs out there, you could call it continuation-based web
development.