public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Rick Farina" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/blinkstick/
Date: Thu, 18 Apr 2019 20:40:04 +0000 (UTC)	[thread overview]
Message-ID: <1555620003.0a7e9d47ca67405985b1c4d0a2ee240d6b577d38.zerochaos@gentoo> (raw)

commit:     0a7e9d47ca67405985b1c4d0a2ee240d6b577d38
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 18 20:39:36 2019 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Thu Apr 18 20:40:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a7e9d47

dev-ruby/blinkstick: initial commit

Package-Manager: Portage-2.3.63, Repoman-2.3.12
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 dev-ruby/blinkstick/Manifest                       |  1 +
 .../blinkstick/blinkstick-1.0.1_p20150901.ebuild   | 47 ++++++++++++++++++++++
 dev-ruby/blinkstick/metadata.xml                   | 11 +++++
 3 files changed, 59 insertions(+)

diff --git a/dev-ruby/blinkstick/Manifest b/dev-ruby/blinkstick/Manifest
new file mode 100644
index 00000000000..1baf45617c9
--- /dev/null
+++ b/dev-ruby/blinkstick/Manifest
@@ -0,0 +1 @@
+DIST blinkstick-1.0.1_p20150901.tar.gz 4216 BLAKE2B 970aea7dce0f5cd476a88302d02bfeef56e6614fea44c7948be7997c322bfa4859f3caf664d86e91693cdeaa0827c1144f5a6437ec3f285628d866b28d55a456 SHA512 6a1958226d3629fec0f3f4a6b29c822206a6f9d60e0b78502cd51f855b9f3f071b84a0e960b0e1a7eb4ef0847743f84bb21830dc973b1af24c21a30123f2f19e

diff --git a/dev-ruby/blinkstick/blinkstick-1.0.1_p20150901.ebuild b/dev-ruby/blinkstick/blinkstick-1.0.1_p20150901.ebuild
new file mode 100644
index 00000000000..7a072b1d004
--- /dev/null
+++ b/dev-ruby/blinkstick/blinkstick-1.0.1_p20150901.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby24 ruby25 ruby26"
+RUBY_FAKEGEM_VERSION="1.0.1.1"
+
+inherit ruby-fakegem
+
+DESCRIPTION="ruby interface for blinkstick via libusb"
+HOMEPAGE="https://github.com/arvydas/blinkstick-ruby"
+COMMIT="89e3f621132c2571d5f7c636b3962ff1b0a64564"
+SRC_URI="https://github.com/arvydas/blinkstick-ruby/archive/89e3f621132c2571d5f7c636b3962ff1b0a64564.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+PDEPEND="dev-ruby/color
+	virtual/libusb"
+
+all_ruby_install() {
+	cd ${PN}-ruby-${COMMIT} || die
+	if use examples; then
+		insinto /usr/share/${PN}
+		doins example-*.rb
+	fi
+	all_fakegem_install
+}
+
+each_ruby_install() {
+	cd ${PN}-ruby-${COMMIT} || die
+	mkdir -p lib/${PN}
+	mv ${PN}.rb lib
+	cat <<EOF >> lib/${PN}/version.rb
+class BlinkStick
+	VERSION = "1.0.1.1"
+end
+
+EOF
+	each_fakegem_install
+}

diff --git a/dev-ruby/blinkstick/metadata.xml b/dev-ruby/blinkstick/metadata.xml
new file mode 100644
index 00000000000..61b648b0639
--- /dev/null
+++ b/dev-ruby/blinkstick/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>zerochaos@gentoo.org</email>
+    <name>Rick Farina</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">arvydas/blinkstick-ruby</remote-id>
+  </upstream>
+</pkgmetadata>


             reply	other threads:[~2019-04-18 20:40 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-18 20:40 Rick Farina [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-04-19  5:46 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/blinkstick/ Hans de Graaff
2022-06-18  8:40 Hans de Graaff
2022-07-20  6:01 Hans de Graaff
2023-03-12 12:09 Hans de Graaff
2023-08-30  5:25 Hans de Graaff
2024-03-04 18:33 Rick Farina

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1555620003.0a7e9d47ca67405985b1c4d0a2ee240d6b577d38.zerochaos@gentoo \
    --to=zerochaos@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox