summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2010-07-03 12:10:38 +0000
committerBenedikt Boehm <hollow@gentoo.org>2010-07-03 12:10:38 +0000
commit211a2203820167411c9f155bdf511aa4194eaef2 (patch)
treefff3080c25009435c6225e12e812385965a5fdbe /dev-ruby/rest-client
parentalpha/arm/ia64/s390/sh/sparc stable wrt #320299 (diff)
downloadhistorical-211a2203820167411c9f155bdf511aa4194eaef2.tar.gz
historical-211a2203820167411c9f155bdf511aa4194eaef2.tar.bz2
historical-211a2203820167411c9f155bdf511aa4194eaef2.zip
initial ebuild, thanks to Gábor Vészi
Package-Manager: portage-2.2_rc67/cvs/Linux i686
Diffstat (limited to 'dev-ruby/rest-client')
-rw-r--r--dev-ruby/rest-client/ChangeLog10
-rw-r--r--dev-ruby/rest-client/metadata.xml5
-rw-r--r--dev-ruby/rest-client/rest-client-1.5.1.ebuild21
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-ruby/rest-client/ChangeLog b/dev-ruby/rest-client/ChangeLog
new file mode 100644
index 000000000000..8293f1a7bb64
--- /dev/null
+++ b/dev-ruby/rest-client/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ruby/rest-client
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rest-client/ChangeLog,v 1.1 2010/07/03 12:05:00 hollow Exp $
+
+*rest-client-1.5.1 (03 Jul 2010)
+
+ 03 Jul 2010; Benedikt Böhm <hollow@gentoo.org> +rest-client-1.5.1.ebuild,
+ +metadata.xml:
+ initial ebuild, thanks to Gábor Vészi
+
diff --git a/dev-ruby/rest-client/metadata.xml b/dev-ruby/rest-client/metadata.xml
new file mode 100644
index 000000000000..0040b1162894
--- /dev/null
+++ b/dev-ruby/rest-client/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>ruby</herd>
+</pkgmetadata>
diff --git a/dev-ruby/rest-client/rest-client-1.5.1.ebuild b/dev-ruby/rest-client/rest-client-1.5.1.ebuild
new file mode 100644
index 000000000000..7c1ecb93baf1
--- /dev/null
+++ b/dev-ruby/rest-client/rest-client-1.5.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rest-client/rest-client-1.5.1.ebuild,v 1.1 2010/07/03 12:05:00 hollow Exp $
+
+EAPI="2"
+USE_RUBY="ruby18"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_TASK_TEST=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Simple Simple HTTP and REST client for Ruby"
+HOMEPAGE="http://github.com/archiloque/rest-client"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/mime-types-1.16"