summaryrefslogtreecommitdiff
path: root/dev-ruby/cinch
diff options
context:
space:
mode:
authorPalica <palica+gitlab@liguros.net>2020-06-23 22:35:08 +0200
committerPalica <palica+gitlab@liguros.net>2020-06-23 22:35:08 +0200
commitecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch)
treeb89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /dev-ruby/cinch
parent1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff)
downloadbaldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz
baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz
baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip
Updating liguros repo
Diffstat (limited to 'dev-ruby/cinch')
-rw-r--r--dev-ruby/cinch/Manifest1
-rw-r--r--dev-ruby/cinch/cinch-2.3.4.ebuild20
-rw-r--r--dev-ruby/cinch/metadata.xml19
3 files changed, 40 insertions, 0 deletions
diff --git a/dev-ruby/cinch/Manifest b/dev-ruby/cinch/Manifest
new file mode 100644
index 000000000000..a3944a522009
--- /dev/null
+++ b/dev-ruby/cinch/Manifest
@@ -0,0 +1 @@
+DIST cinch-2.3.4.gem 80384 BLAKE2B 10ec1a96eebb04d378648e1f1e0ca9f1a35afbaa146d909158db89f604709d6b2f4abc051accc48e1034f78b32298a07fa14c64477c69603495a5cf686d2ed7e SHA512 25cb2b18f1ae5f4e7c42cbb27dd68fec3bf29091bafb9c61ecffa0743b6696cd6e99499c2e30a94f4dbaa373c979d0fbff0c685522844bdd01ad81cdf34af9d9
diff --git a/dev-ruby/cinch/cinch-2.3.4.ebuild b/dev-ruby/cinch/cinch-2.3.4.ebuild
new file mode 100644
index 000000000000..2fa0c0f6ed50
--- /dev/null
+++ b/dev-ruby/cinch/cinch-2.3.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+
+# The testsuite is not in the Gem, only in the upstream repo.
+RUBY_FAKEGEM_RECIPE_TEST="none"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="docs/*.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="IRC Bot Building Framework"
+HOMEPAGE="https://github.com/cinchrb/cinch http://cinchrb.org"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
diff --git a/dev-ruby/cinch/metadata.xml b/dev-ruby/cinch/metadata.xml
new file mode 100644
index 000000000000..b716cebdf506
--- /dev/null
+++ b/dev-ruby/cinch/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>robbat2@gentoo.org</email>
+ <name>Robin H. Johnson</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>ruby@gentoo.org</email>
+ <name>Gentoo Ruby Project</name>
+ </maintainer>
+ <longdescription>
+ A simple, friendly DSL for creating IRC bots
+ </longdescription>
+ <upstream>
+ <remote-id type="github">cinchrb/cinch</remote-id>
+ </upstream>
+ <origin>gentoo-staging</origin>
+</pkgmetadata>