diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-01-10 08:58:16 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-01-10 08:58:16 +0000 |
commit | 3d2dceb28439bad3512052190acb7786f191e259 (patch) | |
tree | 0ee4ae142457241c4dcf75cc01c3129c563d8ed8 /dev-ruby/httparty | |
parent | Remove old version. (diff) | |
download | historical-3d2dceb28439bad3512052190acb7786f191e259.tar.gz historical-3d2dceb28439bad3512052190acb7786f191e259.tar.bz2 historical-3d2dceb28439bad3512052190acb7786f191e259.zip |
Remove old versions.
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/httparty')
-rw-r--r-- | dev-ruby/httparty/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/httparty/httparty-0.4.3.ebuild | 18 | ||||
-rw-r--r-- | dev-ruby/httparty/httparty-0.4.4.ebuild | 18 |
3 files changed, 6 insertions, 38 deletions
diff --git a/dev-ruby/httparty/ChangeLog b/dev-ruby/httparty/ChangeLog index 0fb8af7821ee..a5ffef6fc08d 100644 --- a/dev-ruby/httparty/ChangeLog +++ b/dev-ruby/httparty/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/httparty -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v 1.9 2009/11/29 14:25:50 a3li Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v 1.10 2010/01/10 08:58:16 graaff Exp $ + + 10 Jan 2010; Hans de Graaff <graaff@gentoo.org> -httparty-0.4.3.ebuild, + -httparty-0.4.4.ebuild: + Remove old versions. 29 Nov 2009; Alex Legler <a3li@gentoo.org> Manifest: Remanifest due to gemcutter changes diff --git a/dev-ruby/httparty/httparty-0.4.3.ebuild b/dev-ruby/httparty/httparty-0.4.3.ebuild deleted file mode 100644 index e1c0bfda0d36..000000000000 --- a/dev-ruby/httparty/httparty-0.4.3.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/httparty-0.4.3.ebuild,v 1.2 2009/05/21 19:36:57 ranger Exp $ - -inherit gems - -DESCRIPTION="Makes http fun! Also, makes consuming restful web services dead easy." -HOMEPAGE="http://httparty.rubyforge.org/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -USE_RUBY="ruby18" - -DEPEND=">=dev-ruby/rubygems-1.3.0 - >=dev-ruby/crack-0.1.1" diff --git a/dev-ruby/httparty/httparty-0.4.4.ebuild b/dev-ruby/httparty/httparty-0.4.4.ebuild deleted file mode 100644 index fd456307b408..000000000000 --- a/dev-ruby/httparty/httparty-0.4.4.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/httparty-0.4.4.ebuild,v 1.1 2009/08/04 05:58:47 graaff Exp $ - -inherit gems - -DESCRIPTION="Makes http fun! Also, makes consuming restful web services dead easy." -HOMEPAGE="http://httparty.rubyforge.org/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -USE_RUBY="ruby18" - -DEPEND=">=dev-ruby/crack-0.1.1" -RDEPEND="${DEPEND}" |