summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2012-07-31 05:52:48 +0000
committerHans de Graaff <graaff@gentoo.org>2012-07-31 05:52:48 +0000
commitf006014a189f6522692ad10716e712c660bbd418 (patch)
tree967e06da97549ae9551fbf8dc7790ee1e0e2aa10 /dev-ruby/rack-cache
parentre-do failed manifest commit (diff)
downloadgentoo-2-f006014a189f6522692ad10716e712c660bbd418.tar.gz
gentoo-2-f006014a189f6522692ad10716e712c660bbd418.tar.bz2
gentoo-2-f006014a189f6522692ad10716e712c660bbd418.zip
Remove vulnerable versions, nothing in the tree depends on them. Fixes bug 428706.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/rack-cache')
-rw-r--r--dev-ruby/rack-cache/ChangeLog7
-rw-r--r--dev-ruby/rack-cache/rack-cache-1.0.3.ebuild29
-rw-r--r--dev-ruby/rack-cache/rack-cache-1.1.ebuild31
3 files changed, 6 insertions, 61 deletions
diff --git a/dev-ruby/rack-cache/ChangeLog b/dev-ruby/rack-cache/ChangeLog
index 58e51632a428..0e47080794eb 100644
--- a/dev-ruby/rack-cache/ChangeLog
+++ b/dev-ruby/rack-cache/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/rack-cache
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-cache/ChangeLog,v 1.10 2012/05/01 18:24:02 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-cache/ChangeLog,v 1.11 2012/07/31 05:52:48 graaff Exp $
+
+ 31 Jul 2012; Hans de Graaff <graaff@gentoo.org> -rack-cache-1.0.3.ebuild,
+ -rack-cache-1.1.ebuild:
+ Remove vulnerable versions, nothing in the tree depends on them. Fixes bug
+ 428706.
01 May 2012; Raúl Porcel <armin76@gentoo.org> rack-cache-1.0.3.ebuild,
rack-cache-1.1.ebuild, rack-cache-1.2.ebuild:
diff --git a/dev-ruby/rack-cache/rack-cache-1.0.3.ebuild b/dev-ruby/rack-cache/rack-cache-1.0.3.ebuild
deleted file mode 100644
index 72073700bf4e..000000000000
--- a/dev-ruby/rack-cache/rack-cache-1.0.3.ebuild
+++ /dev/null
@@ -1,29 +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-cache/rack-cache-1.0.3.ebuild,v 1.7 2012/05/01 18:24:02 armin76 Exp $
-
-EAPI=4
-USE_RUBY="ruby18 ree18"
-
-# no documentation is generable, it needs hanna, which is broken
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_TASK_TEST="none"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGES README TODO"
-
-inherit versionator ruby-fakegem
-
-DESCRIPTION="A drop-in component to enable HTTP caching for Rack-based applications that produce freshness info."
-HOMEPAGE="http://tomayko.com/src/rack-cache/"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/bacon )"
-
-each_ruby_test() {
- ${RUBY} -S bacon -q -I.:lib:test test/*_test.rb || die
-}
diff --git a/dev-ruby/rack-cache/rack-cache-1.1.ebuild b/dev-ruby/rack-cache/rack-cache-1.1.ebuild
deleted file mode 100644
index cc2576b9258a..000000000000
--- a/dev-ruby/rack-cache/rack-cache-1.1.ebuild
+++ /dev/null
@@ -1,31 +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-cache/rack-cache-1.1.ebuild,v 1.4 2012/05/01 18:24:02 armin76 Exp $
-
-EAPI=4
-USE_RUBY="ruby18 ruby19 ree18"
-
-# no documentation is generable, it needs hanna, which is broken
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_TASK_TEST="none"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGES README TODO"
-
-inherit versionator ruby-fakegem
-
-DESCRIPTION="A drop-in component to enable HTTP caching for Rack-based applications that produce freshness info."
-HOMEPAGE="http://tomayko.com/src/rack-cache/"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/rack"
-
-ruby_add_bdepend "test? ( dev-ruby/bacon )"
-
-each_ruby_test() {
- ${RUBY} -S bacon -q -I.:lib:test test/*_test.rb || die
-}