summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2008-07-13 09:06:06 +0000
committerHans de Graaff <graaff@gentoo.org>2008-07-13 09:06:06 +0000
commit1131978f346d9c57a03ec661533176abb5973e61 (patch)
treeeb3911caa35a802280baa52048c4ccb026aa891c /dev-ruby
parentBelated removal for GLSA 200711-17 (diff)
downloadgentoo-2-1131978f346d9c57a03ec661533176abb5973e61.tar.gz
gentoo-2-1131978f346d9c57a03ec661533176abb5973e61.tar.bz2
gentoo-2-1131978f346d9c57a03ec661533176abb5973e61.zip
Belated removal for GLSA 200711-17
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/activesupport/ChangeLog6
-rw-r--r--dev-ruby/activesupport/activesupport-1.3.1.ebuild20
2 files changed, 5 insertions, 21 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog
index 5a0052d66100..7d59f9c1e94b 100644
--- a/dev-ruby/activesupport/ChangeLog
+++ b/dev-ruby/activesupport/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/activesupport
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.63 2008/06/17 05:55:59 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.64 2008/07/13 09:06:06 graaff Exp $
+
+ 13 Jul 2008; Hans de Graaff <graaff@gentoo.org>
+ -activesupport-1.3.1.ebuild:
+ Belated removal for GLSA 200711-17
17 Jun 2008; Hans de Graaff <graaff@gentoo.org>
-activesupport-1.3.1.5618.ebuild:
diff --git a/dev-ruby/activesupport/activesupport-1.3.1.ebuild b/dev-ruby/activesupport/activesupport-1.3.1.ebuild
deleted file mode 100644
index 161e44b139fc..000000000000
--- a/dev-ruby/activesupport/activesupport-1.3.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-1.3.1.ebuild,v 1.7 2006/07/13 01:13:17 agriffis Exp $
-
-inherit ruby gems
-
-USE_RUBY="ruby18"
-DESCRIPTION="Utility Classes and Extension to the Standard Library"
-HOMEPAGE="http://rubyforge.org/projects/activesupport/"
-# The URL depends implicitly on the version, unfortunately. Even if you
-# change the filename on the end, it still downloads the same file.
-SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
-
-LICENSE="MIT"
-SLOT="1.1"
-KEYWORDS="amd64 ia64 ppc sparc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND=">=dev-lang/ruby-1.8.2
- >=dev-ruby/rubygems-0.8.11"