public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-telnet/
Date: Sun, 27 Dec 2015 09:22:40 +0000 (UTC)	[thread overview]
Message-ID: <1451208152.275ef88ca0d8a68e56fd503c8e25470273ee1463.graaff@gentoo> (raw)

commit:     275ef88ca0d8a68e56fd503c8e25470273ee1463
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 09:21:00 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 09:22:32 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=275ef88c

dev-ruby/net-telnet: initial import of 0.1.1

New dependency of dev-lang/ruby:2.3

Package-Manager: portage-2.2.24

 dev-ruby/net-telnet/Manifest                |  1 +
 dev-ruby/net-telnet/metadata.xml            |  8 ++++++++
 dev-ruby/net-telnet/net-telnet-0.1.1.ebuild | 24 ++++++++++++++++++++++++
 3 files changed, 33 insertions(+)

diff --git a/dev-ruby/net-telnet/Manifest b/dev-ruby/net-telnet/Manifest
new file mode 100644
index 0000000..882372b
--- /dev/null
+++ b/dev-ruby/net-telnet/Manifest
@@ -0,0 +1 @@
+DIST net-telnet-0.1.1.tar.gz 12794 SHA256 ecd6430f8e6f9e8b4be84c54572e5a8f9c0ec194b303c378f923e1e83068826a SHA512 769d83bae55826bb99f189d06a8fb8a6d497d6c7687289f5aad2efced6f282484e5f766dc95f0158045b824532cd8f0a674ecc69883018814a009bc29d6fe29d WHIRLPOOL ae165104e8f1fa5f5c734937319006a103d76c8557aaa0e1e363b2fec4a2fe453c3b7e39770a35b6c17dc32084b005993841cbb276d398b4f13e82d81027cd3d

diff --git a/dev-ruby/net-telnet/metadata.xml b/dev-ruby/net-telnet/metadata.xml
new file mode 100644
index 0000000..066bbd2
--- /dev/null
+++ b/dev-ruby/net-telnet/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>ruby</herd>
+  <upstream>
+    <remote-id type="github">ruby/net-telnet</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-ruby/net-telnet/net-telnet-0.1.1.ebuild b/dev-ruby/net-telnet/net-telnet-0.1.1.ebuild
new file mode 100644
index 0000000..806e92a
--- /dev/null
+++ b/dev-ruby/net-telnet/net-telnet-0.1.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides telnet client functionality"
+HOMEPAGE="https://github.com/ruby/net-telnet"
+SRC_URI="https://github.com/ruby/net-telnet/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="|| ( Ruby-BSD BSD-2 )"
+SLOT="1"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+	sed -i -e '/bundler/ s:^:#:' Rakefile || die
+}


             reply	other threads:[~2015-12-27  9:23 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-27  9:22 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-01-10  9:29 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-telnet/ Hans de Graaff
2016-12-26 19:17 Hans de Graaff
2017-03-08 23:39 Michael Weber
2017-06-21 12:45 Fabian Groffen
2017-06-22 11:35 Fabian Groffen
2017-12-25 17:02 Hans de Graaff
2018-01-21 15:47 Hans de Graaff
2018-01-21 20:30 Thomas Deutschmann
2018-01-23 23:01 Sergei Trofimovich
2018-02-18 11:28 Sergei Trofimovich
2018-03-01 18:43 Michał Górny
2018-03-02  7:20 Hans de Graaff
2018-03-14  8:03 Sergei Trofimovich
2018-03-14 21:29 Sergei Trofimovich
2018-03-18 19:59 Markus Meier
2018-03-21  1:38 Matt Turner
2018-04-08 22:11 Matt Turner
2018-07-26  5:01 Hans de Graaff
2018-12-26  8:20 Hans de Graaff
2018-12-30 21:17 Mikle Kolyada
2019-04-27 19:48 Aaron Bauman
2019-06-24 15:14 Michael Haubenwallner
2019-12-26 11:06 Hans de Graaff
2020-09-14 19:57 Sam James
2020-09-14 20:07 Sam James
2020-09-14 20:53 Sam James
2020-09-14 21:06 Sam James
2020-09-14 22:36 Sam James
2020-09-19 20:06 Sergei Trofimovich
2020-09-20 22:54 Thomas Deutschmann
2021-03-08  9:29 Hans de Graaff
2021-07-21 10:27 Marek Szuba
2021-11-02  5:07 Hans de Graaff
2022-05-01  8:38 Hans de Graaff
2022-06-25  6:22 Hans de Graaff
2022-12-03  9:14 Hans de Graaff
2023-06-24 19:22 Hans de Graaff
2023-12-27 14:07 Hans de Graaff
2024-12-31  6:39 Hans de Graaff

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=1451208152.275ef88ca0d8a68e56fd503c8e25470273ee1463.graaff@gentoo \
    --to=graaff@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