summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2010-07-03 08:36:01 +0000
committerBenedikt Boehm <hollow@gentoo.org>2010-07-03 08:36:01 +0000
commit5ac784b2eebcdd1e01e969154d9a38aa541f26cb (patch)
tree2823caa6d05cf2ab581183611384aa2ec2ad0b92 /dev-ruby/bunny
parentVersion Bump, removed old (diff)
downloadgentoo-2-5ac784b2eebcdd1e01e969154d9a38aa541f26cb.tar.gz
gentoo-2-5ac784b2eebcdd1e01e969154d9a38aa541f26cb.tar.bz2
gentoo-2-5ac784b2eebcdd1e01e969154d9a38aa541f26cb.zip
initial ebuild, thanks to Gábor Vészi
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'dev-ruby/bunny')
-rw-r--r--dev-ruby/bunny/ChangeLog10
-rw-r--r--dev-ruby/bunny/bunny-0.6.0.ebuild19
-rw-r--r--dev-ruby/bunny/metadata.xml5
3 files changed, 34 insertions, 0 deletions
diff --git a/dev-ruby/bunny/ChangeLog b/dev-ruby/bunny/ChangeLog
new file mode 100644
index 000000000000..65d2196c8226
--- /dev/null
+++ b/dev-ruby/bunny/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ruby/bunny
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bunny/ChangeLog,v 1.1 2010/07/03 08:36:01 hollow Exp $
+
+*bunny-0.6.0 (03 Jul 2010)
+
+ 03 Jul 2010; Benedikt Böhm <hollow@gentoo.org> +bunny-0.6.0.ebuild,
+ +metadata.xml:
+ initial ebuild, thanks to Gábor Vészi
+
diff --git a/dev-ruby/bunny/bunny-0.6.0.ebuild b/dev-ruby/bunny/bunny-0.6.0.ebuild
new file mode 100644
index 000000000000..59c35b125de2
--- /dev/null
+++ b/dev-ruby/bunny/bunny-0.6.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bunny/bunny-0.6.0.ebuild,v 1.1 2010/07/03 08:36:01 hollow Exp $
+
+EAPI="2"
+USE_RUBY="ruby18"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_TASK_TEST=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Another synchronous Ruby AMQP client"
+HOMEPAGE="http://github.com/celldee/bunny"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
diff --git a/dev-ruby/bunny/metadata.xml b/dev-ruby/bunny/metadata.xml
new file mode 100644
index 000000000000..0040b1162894
--- /dev/null
+++ b/dev-ruby/bunny/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>