diff options
author | Hans de Graaff <graaff@gentoo.org> | 2008-06-17 05:51:58 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2008-06-17 05:51:58 +0000 |
commit | 20688f1390556e315cbbfb259ec6456cee89689b (patch) | |
tree | 393b45fac7330605932df66669e8feb5bdae92bf /dev-ruby/actionwebservice | |
parent | Remove old versions (diff) | |
download | gentoo-2-20688f1390556e315cbbfb259ec6456cee89689b.tar.gz gentoo-2-20688f1390556e315cbbfb259ec6456cee89689b.tar.bz2 gentoo-2-20688f1390556e315cbbfb259ec6456cee89689b.zip |
Remove old versions
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-ruby/actionwebservice')
-rw-r--r-- | dev-ruby/actionwebservice/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/actionwebservice/actionwebservice-1.1.6.5618.ebuild | 22 | ||||
-rw-r--r-- | dev-ruby/actionwebservice/actionwebservice-1.2.5.ebuild | 18 |
3 files changed, 6 insertions, 42 deletions
diff --git a/dev-ruby/actionwebservice/ChangeLog b/dev-ruby/actionwebservice/ChangeLog index c1162662005c..9c265b755f7d 100644 --- a/dev-ruby/actionwebservice/ChangeLog +++ b/dev-ruby/actionwebservice/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/actionwebservice -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.70 2007/12/01 22:47:55 angelos Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.71 2008/06/17 05:51:58 graaff Exp $ + + 17 Jun 2008; Hans de Graaff <graaff@gentoo.org> + -actionwebservice-1.1.6.5618.ebuild, -actionwebservice-1.2.5.ebuild: + Remove old versions 01 Dec 2007; Christoph Mende <angelos@gentoo.org> actionwebservice-1.2.6.ebuild: diff --git a/dev-ruby/actionwebservice/actionwebservice-1.1.6.5618.ebuild b/dev-ruby/actionwebservice/actionwebservice-1.1.6.5618.ebuild deleted file mode 100644 index 825a393085bb..000000000000 --- a/dev-ruby/actionwebservice/actionwebservice-1.1.6.5618.ebuild +++ /dev/null @@ -1,22 +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/actionwebservice/actionwebservice-1.1.6.5618.ebuild,v 1.2 2006/11/24 01:33:00 caleb Exp $ - -inherit ruby gems - -USE_RUBY="ruby18" -DESCRIPTION="Simple Support for Web Services APIs for Rails" -HOMEPAGE="http://rubyforge.org/projects/aws/" -# 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.rubyonrails.org/gems/${P}.gem" - -LICENSE="MIT" -SLOT="1.2" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=dev-lang/ruby-1.8.5 - =dev-ruby/actionpack-1.12.5.5618 - =dev-ruby/activerecord-1.14.4.5618 - =dev-ruby/activesupport-1.3.1.5618" diff --git a/dev-ruby/actionwebservice/actionwebservice-1.2.5.ebuild b/dev-ruby/actionwebservice/actionwebservice-1.2.5.ebuild deleted file mode 100644 index 443555253e05..000000000000 --- a/dev-ruby/actionwebservice/actionwebservice-1.2.5.ebuild +++ /dev/null @@ -1,18 +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.5.ebuild,v 1.5 2007/10/21 15:19:00 beandog 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.5 - =dev-ruby/activerecord-1.15.5 - =dev-ruby/activesupport-1.4.4" |