diff options
author | Alex Legler <a3li@gentoo.org> | 2009-10-03 12:52:12 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2009-10-03 12:52:12 +0000 |
commit | 65c4cc1c302551676a8e3f487cc3b85d665783ed (patch) | |
tree | 82c5497421498d4dca09bd1b5356ebe0266b379c /dev-ruby/httparty/httparty-0.4.5.ebuild | |
parent | Stable for ppp. (diff) | |
download | historical-65c4cc1c302551676a8e3f487cc3b85d665783ed.tar.gz historical-65c4cc1c302551676a8e3f487cc3b85d665783ed.tar.bz2 historical-65c4cc1c302551676a8e3f487cc3b85d665783ed.zip |
Version bump
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/httparty/httparty-0.4.5.ebuild')
-rw-r--r-- | dev-ruby/httparty/httparty-0.4.5.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-ruby/httparty/httparty-0.4.5.ebuild b/dev-ruby/httparty/httparty-0.4.5.ebuild new file mode 100644 index 000000000000..a2d481ad069b --- /dev/null +++ b/dev-ruby/httparty/httparty-0.4.5.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.5.ebuild,v 1.1 2009/10/03 12:48:38 a3li 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}" |