summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/rack-mount')
-rw-r--r--dev-ruby/rack-mount/ChangeLog6
-rw-r--r--dev-ruby/rack-mount/rack-mount-0.7.4.ebuild25
2 files changed, 5 insertions, 26 deletions
diff --git a/dev-ruby/rack-mount/ChangeLog b/dev-ruby/rack-mount/ChangeLog
index a764c58aaff2..03a116b825f5 100644
--- a/dev-ruby/rack-mount/ChangeLog
+++ b/dev-ruby/rack-mount/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/rack-mount
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-mount/ChangeLog,v 1.24 2012/08/13 18:41:25 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-mount/ChangeLog,v 1.25 2012/09/11 17:53:55 graaff Exp $
+
+ 11 Sep 2012; Hans de Graaff <graaff@gentoo.org> -rack-mount-0.7.4.ebuild:
+ Cleanup. Nothing in the tree depends on it and this should probably have been
+ slot 0.8 anyway.
13 Aug 2012; Hans de Graaff <graaff@gentoo.org> rack-mount-0.8.3.ebuild:
Actually comment out the failing test. Fixes bug 430714.
diff --git a/dev-ruby/rack-mount/rack-mount-0.7.4.ebuild b/dev-ruby/rack-mount/rack-mount-0.7.4.ebuild
deleted file mode 100644
index cb980c36433b..000000000000
--- a/dev-ruby/rack-mount/rack-mount-0.7.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-mount/rack-mount-0.7.4.ebuild,v 1.2 2012/04/04 09:35:32 graaff Exp $
-
-EAPI="2"
-USE_RUBY="ruby18 ree18 jruby"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-inherit ruby-fakegem eutils
-
-DESCRIPTION="A stackable dynamic tree based Rack router."
-HOMEPAGE="https://github.com/josh/rack-mount"
-SRC_URI="https://github.com/josh/rack-mount/tarball/v${PV} -> ${P}.tgz"
-S="${WORKDIR}/josh-${PN}-*"
-
-LICENSE="MIT"
-SLOT="0.7"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
-
-ruby_add_rdepend ">=dev-ruby/rack-1.0.0"