Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 446076

Summary: dev-lua/tir-0.9.3.3 - simple Lua+Mongrel2 web framework
Product: Gentoo Linux Reporter: Dennis Schridde <dschridde+gentoobugs>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: UNCONFIRMED ---    
Severity: normal CC: jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 325345, 350826    
Bug Blocks:    

Description Dennis Schridde 2012-12-05 11:50:08 UTC
inherit versionator
MY_PV="$(replace_version_separator 3 -)"
MY_P="${PN}-${MY_PV}"
DESCRIPTION="simple Lua+Mongrel2 web framework"
HOMEPAGE="http://tir.mongrel2.org/"
SRC_URI="http://tir.mongrel2.org/downloads/${MY_P}.tar.gz"
LICENSE="BSD"
RDEPEND="dev-lang/lua
  www-servers/mongrel2 (bug #350826)"
Comment 1 Dennis Schridde 2012-12-05 12:06:48 UTC
From http://tir.mongrel2.org/wiki/install.html:

RDEPEND-="dev-lang/lua"
RDEPEND+="
dev-lua/lua_signal (not available)
dev-lua/lua-zmq (bug #325345)
dev-lua/tnetstrings (not available)
"