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 | 5e490b26a7505681d72c4f2a53091c29cc2071d5 (patch) | |
tree | fddfea9a9a8d5a6c7047dffd5707b52f698ea280 /dev-ruby/actionwebservice | |
parent | heavy cleanup action (diff) | |
download | historical-5e490b26a7505681d72c4f2a53091c29cc2071d5.tar.gz historical-5e490b26a7505681d72c4f2a53091c29cc2071d5.tar.bz2 historical-5e490b26a7505681d72c4f2a53091c29cc2071d5.zip |
removing rails-1 version
Package-Manager: portage-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" |