Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 446076 - dev-lua/tir-0.9.3.3 - simple Lua+Mongrel2 web framework
Summary: dev-lua/tir-0.9.3.3 - simple Lua+Mongrel2 web framework
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on: 325345 350826
Blocks:
  Show dependency tree
 
Reported: 2012-12-05 11:50 UTC by Dennis Schridde
Modified: 2021-10-27 19:35 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)
"