summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-01-22 16:38:07 +0000
committerHans de Graaff <graaff@gentoo.org>2011-01-22 16:38:07 +0000
commit6c32409b389ff5be6c4f5ec1cd9e1b97ad325fc6 (patch)
tree6a2297003049215d488dd9519093ff564aa82e36 /dev-ruby/shotgun
parentx86 stable wrt bug #346985 (diff)
downloadgentoo-2-6c32409b389ff5be6c4f5ec1cd9e1b97ad325fc6.tar.gz
gentoo-2-6c32409b389ff5be6c4f5ec1cd9e1b97ad325fc6.tar.bz2
gentoo-2-6c32409b389ff5be6c4f5ec1cd9e1b97ad325fc6.zip
Relax rack dependency. Shotgun seems to work fine with rack 1.1.0 and rack 1.2.1 installed.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/shotgun')
-rw-r--r--dev-ruby/shotgun/ChangeLog12
-rw-r--r--dev-ruby/shotgun/shotgun-0.6.ebuild26
-rw-r--r--dev-ruby/shotgun/shotgun-0.8.ebuild6
3 files changed, 13 insertions, 31 deletions
diff --git a/dev-ruby/shotgun/ChangeLog b/dev-ruby/shotgun/ChangeLog
index 938a8afd9468..d3853797979a 100644
--- a/dev-ruby/shotgun/ChangeLog
+++ b/dev-ruby/shotgun/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for dev-ruby/shotgun
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shotgun/ChangeLog,v 1.3 2010/07/19 10:00:50 graaff Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shotgun/ChangeLog,v 1.4 2011/01/22 16:38:07 graaff Exp $
+
+ 22 Jan 2011; Hans de Graaff <graaff@gentoo.org> -shotgun-0.6.ebuild,
+ shotgun-0.8.ebuild:
+ Relax rack dependency. Shotgun seems to work fine with rack 1.1.0 and rack
+ 1.2.1 installed.
+
+ 22 Jan 2011; Hans de Graaff <graaff@gentoo.org> -shotgun-0.6.ebuild:
+ Remove old version.
*shotgun-0.8 (19 Jul 2010)
diff --git a/dev-ruby/shotgun/shotgun-0.6.ebuild b/dev-ruby/shotgun/shotgun-0.6.ebuild
deleted file mode 100644
index e1058f8e1d44..000000000000
--- a/dev-ruby/shotgun/shotgun-0.6.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shotgun/shotgun-0.6.ebuild,v 1.1 2010/01/28 16:27:38 flameeyes Exp $
-
-EAPI=2
-USE_RUBY="ruby18"
-
-# No documentation task
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="README"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Forking implementation of rackup"
-HOMEPAGE="http://rtomayko.github.com/shotgun/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# Warning: the code does not use gem versioning to make sure to load
-# only the right rack version so we might need to patch it to work :/
-ruby_add_rdepend '=dev-ruby/rack-1.0*'
-ruby_add_bdepend test dev-ruby/bacon
diff --git a/dev-ruby/shotgun/shotgun-0.8.ebuild b/dev-ruby/shotgun/shotgun-0.8.ebuild
index 52d6fae11c50..0047e57a2f00 100644
--- a/dev-ruby/shotgun/shotgun-0.8.ebuild
+++ b/dev-ruby/shotgun/shotgun-0.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shotgun/shotgun-0.8.ebuild,v 1.1 2010/07/19 10:00:50 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shotgun/shotgun-0.8.ebuild,v 1.2 2011/01/22 16:38:07 graaff Exp $
EAPI=2
USE_RUBY="ruby18"
@@ -22,7 +22,7 @@ IUSE=""
# Warning: the code does not use gem versioning to make sure to load
# only the right rack version so we might need to patch it to work :/
-ruby_add_rdepend '=dev-ruby/rack-1.0*'
+ruby_add_rdepend 'dev-ruby/rack'
ruby_add_bdepend test dev-ruby/bacon
all_ruby_install() {