summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2008-07-13 09:02:18 +0000
committerHans de Graaff <graaff@gentoo.org>2008-07-13 09:02:18 +0000
commit12f31657039a001e05a66afb52b2a58d0a6a51e8 (patch)
tree7dd269a9ed49f707a32b13b8d7b81a0f3d308435 /dev-ruby
parentBelated removal for GLSA 200711-17 (diff)
downloadgentoo-2-12f31657039a001e05a66afb52b2a58d0a6a51e8.tar.gz
gentoo-2-12f31657039a001e05a66afb52b2a58d0a6a51e8.tar.bz2
gentoo-2-12f31657039a001e05a66afb52b2a58d0a6a51e8.zip
Belated removal for GLSA 200711-17
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/actionmailer/ChangeLog6
-rw-r--r--dev-ruby/actionmailer/actionmailer-1.2.5.ebuild20
2 files changed, 5 insertions, 21 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog
index 5daa8c427268..8c9aed24c806 100644
--- a/dev-ruby/actionmailer/ChangeLog
+++ b/dev-ruby/actionmailer/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/actionmailer
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.79 2008/06/17 05:54:53 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.80 2008/07/13 09:02:18 graaff Exp $
+
+ 13 Jul 2008; Hans de Graaff <graaff@gentoo.org>
+ -actionmailer-1.2.5.ebuild:
+ Belated removal for GLSA 200711-17
17 Jun 2008; Hans de Graaff <graaff@gentoo.org>
-actionmailer-1.2.5.5618.ebuild, -actionmailer-1.3.5.ebuild:
diff --git a/dev-ruby/actionmailer/actionmailer-1.2.5.ebuild b/dev-ruby/actionmailer/actionmailer-1.2.5.ebuild
deleted file mode 100644
index cc3119d7e7e5..000000000000
--- a/dev-ruby/actionmailer/actionmailer-1.2.5.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/actionmailer/actionmailer-1.2.5.ebuild,v 1.2 2006/09/02 21:46:24 kloeri Exp $
-
-inherit ruby gems
-
-USE_RUBY="ruby18"
-DESCRIPTION="Framework for designing email-service layers"
-HOMEPAGE="http://rubyforge.org/projects/actionmailer/"
-# 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-ruby/actionpack-1.12.5
- >=dev-lang/ruby-1.8.2"