summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2009-09-12 08:40:54 +0000
committerHans de Graaff <graaff@gentoo.org>2009-09-12 08:40:54 +0000
commit9ec7a2b579d13cb4a99b383b44bc6c7882cc7dce (patch)
treeddef2d67b62ea8ee90029357c87c88c198b1084d /www-servers
parentBump, remove old (diff)
downloadgentoo-2-9ec7a2b579d13cb4a99b383b44bc6c7882cc7dce.tar.gz
gentoo-2-9ec7a2b579d13cb4a99b383b44bc6c7882cc7dce.tar.bz2
gentoo-2-9ec7a2b579d13cb4a99b383b44bc6c7882cc7dce.zip
Version bump.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/thin/ChangeLog7
-rw-r--r--www-servers/thin/thin-1.2.4.ebuild20
2 files changed, 26 insertions, 1 deletions
diff --git a/www-servers/thin/ChangeLog b/www-servers/thin/ChangeLog
index 13e77fddacb3..7d5d0d02e124 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.5 2009/08/18 11:05:28 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/thin/ChangeLog,v 1.6 2009/09/12 08:40:54 graaff Exp $
+
+*thin-1.2.4 (12 Sep 2009)
+
+ 12 Sep 2009; Hans de Graaff <graaff@gentoo.org> +thin-1.2.4.ebuild:
+ Version bump with various bug fixes.
18 Aug 2009; Alex Legler <a3li@gentoo.org> -thin-0.8.1.ebuild:
Removing old version to get rid of USE_RUBY="any"
diff --git a/www-servers/thin/thin-1.2.4.ebuild b/www-servers/thin/thin-1.2.4.ebuild
new file mode 100644
index 000000000000..0d4b4d0899e9
--- /dev/null
+++ b/www-servers/thin/thin-1.2.4.ebuild
@@ -0,0 +1,20 @@
+# 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.4.ebuild,v 1.1 2009/09/12 08:40:54 graaff 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"
+RDEPEND="${DEPEND}"