diff options
author | Alex Legler <a3li@gentoo.org> | 2009-10-22 08:10:58 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2009-10-22 08:10:58 +0000 |
commit | 0d542cd12b0056bf4be0cef58c7179876a6f7827 (patch) | |
tree | ebe5f3db99914df1c278cbcd4291878c4079888b /dev-ruby/actionwebservice | |
parent | heavy cleanup action (diff) | |
download | gentoo-2-0d542cd12b0056bf4be0cef58c7179876a6f7827.tar.gz gentoo-2-0d542cd12b0056bf4be0cef58c7179876a6f7827.tar.bz2 gentoo-2-0d542cd12b0056bf4be0cef58c7179876a6f7827.zip |
removing rails-1 version
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/actionwebservice')
-rw-r--r-- | dev-ruby/actionwebservice/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/actionwebservice/actionwebservice-1.2.6.ebuild | 17 |
2 files changed, 4 insertions, 18 deletions
diff --git a/dev-ruby/actionwebservice/ChangeLog b/dev-ruby/actionwebservice/ChangeLog index 6efb9c2fcbc1..099233779a3f 100644 --- a/dev-ruby/actionwebservice/ChangeLog +++ b/dev-ruby/actionwebservice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/actionwebservice # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.73 2009/10/12 22:13:40 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.74 2009/10/22 08:10:58 a3li Exp $ + + 22 Oct 2009; Alex Legler <a3li@gentoo.org> -actionwebservice-1.2.6.ebuild: + Removing rails-1 version *actionwebservice-2.3.4 (12 Oct 2009) *actionwebservice-2.3.3 (12 Oct 2009) diff --git a/dev-ruby/actionwebservice/actionwebservice-1.2.6.ebuild b/dev-ruby/actionwebservice/actionwebservice-1.2.6.ebuild deleted file mode 100644 index 03500173e631..000000000000 --- a/dev-ruby/actionwebservice/actionwebservice-1.2.6.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/actionwebservice-1.2.6.ebuild,v 1.6 2007/12/01 22:47:55 angelos Exp $ - -inherit ruby gems - -DESCRIPTION="Simple Support for Web Services APIs for Rails" -HOMEPAGE="http://rubyforge.org/projects/aws/" - -LICENSE="MIT" -SLOT="1.2" -KEYWORDS="amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=dev-lang/ruby-1.8.5 - =dev-ruby/actionpack-1.13.6 - =dev-ruby/activerecord-1.15.6" |