summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <a3li@gentoo.org>2009-08-18 11:05:28 +0000
committerAlex Legler <a3li@gentoo.org>2009-08-18 11:05:28 +0000
commit30eb26561e08d4957f61f71a88550f0e274c0a1a (patch)
tree830ad3cc68fd4fc95955106c1b3475d41a79014a /www-servers
parentadd Bazaar 1.17 although it fails some tests. It is not intended for stabili... (diff)
downloadgentoo-2-30eb26561e08d4957f61f71a88550f0e274c0a1a.tar.gz
gentoo-2-30eb26561e08d4957f61f71a88550f0e274c0a1a.tar.bz2
gentoo-2-30eb26561e08d4957f61f71a88550f0e274c0a1a.zip
Removing old version, setting RDEPEND explicitly.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/thin/ChangeLog5
-rw-r--r--www-servers/thin/thin-0.8.1.ebuild18
-rw-r--r--www-servers/thin/thin-1.0.0.ebuild3
-rw-r--r--www-servers/thin/thin-1.2.2.ebuild3
4 files changed, 8 insertions, 21 deletions
diff --git a/www-servers/thin/ChangeLog b/www-servers/thin/ChangeLog
index ea203a42063f..13e77fddacb3 100644
--- a/www-servers/thin/ChangeLog
+++ b/www-servers/thin/ChangeLog
@@ -1,6 +1,9 @@
# 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.4 2009/06/18 14:03:48 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/thin/ChangeLog,v 1.5 2009/08/18 11:05:28 a3li Exp $
+
+ 18 Aug 2009; Alex Legler <a3li@gentoo.org> -thin-0.8.1.ebuild:
+ Removing old version to get rid of USE_RUBY="any"
*thin-1.2.2 (18 Jun 2009)
diff --git a/www-servers/thin/thin-0.8.1.ebuild b/www-servers/thin/thin-0.8.1.ebuild
deleted file mode 100644
index 1f24598da2d8..000000000000
--- a/www-servers/thin/thin-0.8.1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/thin/thin-0.8.1.ebuild,v 1.1 2008/06/16 19:32:57 robbat2 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=""
-
-USE_RUBY="any"
-DEPEND=">=dev-ruby/daemons-1.0.9
- >=dev-ruby/rack-0.2.0
- >=dev-ruby/eventmachine-0.10.0"
diff --git a/www-servers/thin/thin-1.0.0.ebuild b/www-servers/thin/thin-1.0.0.ebuild
index 16a905a88ca2..fd790d2ee52c 100644
--- a/www-servers/thin/thin-1.0.0.ebuild
+++ b/www-servers/thin/thin-1.0.0.ebuild
@@ -1,6 +1,6 @@
# 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.0.0.ebuild,v 1.2 2009/02/12 18:39:56 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/thin/thin-1.0.0.ebuild,v 1.3 2009/08/18 11:05:28 a3li Exp $
inherit gems
@@ -17,3 +17,4 @@ USE_RUBY="ruby18"
DEPEND=">=dev-ruby/daemons-1.0.9
>=dev-ruby/rack-0.3.0
>=dev-ruby/eventmachine-0.12.0"
+RDEPEND="${DEPEND}"
diff --git a/www-servers/thin/thin-1.2.2.ebuild b/www-servers/thin/thin-1.2.2.ebuild
index 29f8732b6334..34a3b56bc46a 100644
--- a/www-servers/thin/thin-1.2.2.ebuild
+++ b/www-servers/thin/thin-1.2.2.ebuild
@@ -1,6 +1,6 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/thin/thin-1.2.2.ebuild,v 1.2 2009/08/18 11:05:28 a3li Exp $
inherit gems
@@ -17,3 +17,4 @@ USE_RUBY="ruby18"
DEPEND=">=dev-ruby/daemons-1.0.9
>=dev-ruby/rack-1.0.0
>=dev-ruby/eventmachine-0.12.6"
+RDEPEND="${DEPEND}"