diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-08-04 05:58:47 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-08-04 05:58:47 +0000 |
commit | 0dd4341c60a9b77e1922b17e4afa06ce35412342 (patch) | |
tree | 647a7e81416990aa96926d4499ce000c8bf66e05 /dev-ruby | |
parent | Version bump. (diff) | |
download | gentoo-2-0dd4341c60a9b77e1922b17e4afa06ce35412342.tar.gz gentoo-2-0dd4341c60a9b77e1922b17e4afa06ce35412342.tar.bz2 gentoo-2-0dd4341c60a9b77e1922b17e4afa06ce35412342.zip |
Version bump.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/httparty/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/httparty/httparty-0.4.4.ebuild | 18 |
2 files changed, 24 insertions, 1 deletions
diff --git a/dev-ruby/httparty/ChangeLog b/dev-ruby/httparty/ChangeLog index 328f756ab832..a8204c4ce2ea 100644 --- a/dev-ruby/httparty/ChangeLog +++ b/dev-ruby/httparty/ChangeLog @@ -1,6 +1,11 @@ # 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.5 2009/05/21 19:36:57 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v 1.6 2009/08/04 05:58:47 graaff Exp $ + +*httparty-0.4.4 (04 Aug 2009) + + 04 Aug 2009; Hans de Graaff <graaff@gentoo.org> +httparty-0.4.4.ebuild: + Version bump with minor updates. 21 May 2009; Brent Baude <ranger@gentoo.org> httparty-0.4.3.ebuild: keyworded ~arch for ppc, bug 270038 diff --git a/dev-ruby/httparty/httparty-0.4.4.ebuild b/dev-ruby/httparty/httparty-0.4.4.ebuild new file mode 100644 index 000000000000..fd456307b408 --- /dev/null +++ b/dev-ruby/httparty/httparty-0.4.4.ebuild @@ -0,0 +1,18 @@ +# 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}" |