diff options
author | Alex Legler <a3li@gentoo.org> | 2009-06-18 14:03:48 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2009-06-18 14:03:48 +0000 |
commit | 8fef8acefef4ae78b6c12f52374b2828676693de (patch) | |
tree | b45c4069a866d73394d182895db868a834685441 /www-servers | |
parent | Update patch to include parts that were non-local to the ssl-files. Unfortun... (diff) | |
download | gentoo-2-8fef8acefef4ae78b6c12f52374b2828676693de.tar.gz gentoo-2-8fef8acefef4ae78b6c12f52374b2828676693de.tar.bz2 gentoo-2-8fef8acefef4ae78b6c12f52374b2828676693de.zip |
Version bump, fixes bug 274540.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/thin/ChangeLog | 7 | ||||
-rw-r--r-- | www-servers/thin/thin-1.2.2.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/www-servers/thin/ChangeLog b/www-servers/thin/ChangeLog index 0148acc755f5..ea203a42063f 100644 --- a/www-servers/thin/ChangeLog +++ b/www-servers/thin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-servers/thin # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/thin/ChangeLog,v 1.3 2009/02/12 18:39:56 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/thin/ChangeLog,v 1.4 2009/06/18 14:03:48 a3li Exp $ + +*thin-1.2.2 (18 Jun 2009) + + 18 Jun 2009; Alex Legler <a3li@gentoo.org> +thin-1.2.2.ebuild: + Version bump, fixes bug 274540. 12 Feb 2009; Diego E. Pettenò <flameeyes@gentoo.org> thin-1.0.0.ebuild: Set USE_RUBY to ruby18 since rack does not install for ruby19. diff --git a/www-servers/thin/thin-1.2.2.ebuild b/www-servers/thin/thin-1.2.2.ebuild new file mode 100644 index 000000000000..29f8732b6334 --- /dev/null +++ b/www-servers/thin/thin-1.2.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-servers/thin/thin-1.2.2.ebuild,v 1.1 2009/06/18 14:03:48 a3li Exp $ + +inherit gems + +DESCRIPTION="A fast and very simple Ruby web server" +HOMEPAGE="http://code.macournoyer.com/thin/" + +LICENSE="Ruby" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +# rack 0.4.0 only works with ruby18 +USE_RUBY="ruby18" +DEPEND=">=dev-ruby/daemons-1.0.9 + >=dev-ruby/rack-1.0.0 + >=dev-ruby/eventmachine-0.12.6" |