summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <a3li@gentoo.org>2009-10-18 17:46:20 +0000
committerAlex Legler <a3li@gentoo.org>2009-10-18 17:46:20 +0000
commit02a84847974f2c4700a74fc0cf092fe373893b61 (patch)
tree6524f33111b9b810641c76cb4ef7b2586c37d70c /dev-ruby/activeresource
parentppc stable #286504 (diff)
downloadhistorical-02a84847974f2c4700a74fc0cf092fe373893b61.tar.gz
historical-02a84847974f2c4700a74fc0cf092fe373893b61.tar.bz2
historical-02a84847974f2c4700a74fc0cf092fe373893b61.zip
removing vulnerable ebuild, bug 283396
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/activeresource')
-rw-r--r--dev-ruby/activeresource/ChangeLog5
-rw-r--r--dev-ruby/activeresource/activeresource-2.2.2.ebuild16
2 files changed, 4 insertions, 17 deletions
diff --git a/dev-ruby/activeresource/ChangeLog b/dev-ruby/activeresource/ChangeLog
index 8fd4a8e22d08..e5838d33b973 100644
--- a/dev-ruby/activeresource/ChangeLog
+++ b/dev-ruby/activeresource/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/activeresource
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.48 2009/10/18 17:22:52 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.49 2009/10/18 17:44:55 a3li Exp $
+
+ 18 Oct 2009; Alex Legler <a3li@gentoo.org> -activeresource-2.2.2.ebuild:
+ removing vulnerable ebuild, bug 283396
18 Oct 2009; nixnut <nixnut@gentoo.org> activeresource-2.2.3.ebuild:
ppc stable #283396
diff --git a/dev-ruby/activeresource/activeresource-2.2.2.ebuild b/dev-ruby/activeresource/activeresource-2.2.2.ebuild
deleted file mode 100644
index 1e939db52263..000000000000
--- a/dev-ruby/activeresource/activeresource-2.2.2.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.2.2.ebuild,v 1.6 2009/01/10 16:29:22 armin76 Exp $
-
-inherit ruby gems
-
-DESCRIPTION="Think Active Record for web resources.."
-HOMEPAGE="http://rubyforge.org/projects/activeresource/"
-
-LICENSE="MIT"
-SLOT="2.2"
-KEYWORDS="amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND=">=dev-lang/ruby-1.8.5
- ~dev-ruby/activesupport-2.2.2"