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/session/
Date: Sat, 10 Apr 2021 06:17:29 +0000 (UTC)	[thread overview]
Message-ID: <1618034882.5b36a9738fc6a79aa8d44973c5a37bdb3ec4edee.graaff@gentoo> (raw)

commit:     5b36a9738fc6a79aa8d44973c5a37bdb3ec4edee
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 10 06:08:02 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Apr 10 06:08:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b36a973

dev-ruby/session: remove masked package

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/session/Manifest             |  1 -
 dev-ruby/session/metadata.xml         |  8 ------
 dev-ruby/session/session-3.2.0.ebuild | 46 -----------------------------------
 3 files changed, 55 deletions(-)

diff --git a/dev-ruby/session/Manifest b/dev-ruby/session/Manifest
deleted file mode 100644
index a8b908b7eac..00000000000
--- a/dev-ruby/session/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST session-3.2.0.gem 18432 BLAKE2B b50ff6f52dd0226cdfbe07ea434ac35fc19d695ab474d2c240ce3a6ab707da1d03db5006d68594de6a75ff356154a1ba5ab06fe17a766d3e4154fd11d3abe4b9 SHA512 57c0676fb4a4254e86dbe68e36309c8eb85515dd659de73a87e1ae2e8e5dc7f979192ef665135e75182c26e2a5c847d61daf855639772da7c66af888ed0dc91a

diff --git a/dev-ruby/session/metadata.xml b/dev-ruby/session/metadata.xml
deleted file mode 100644
index 28ab0c15f20..00000000000
--- a/dev-ruby/session/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-	<email>ruby@gentoo.org</email>
-	<name>Gentoo Ruby Project</name>
-</maintainer>
-</pkgmetadata>

diff --git a/dev-ruby/session/session-3.2.0.ebuild b/dev-ruby/session/session-3.2.0.ebuild
deleted file mode 100644
index 821e134141b..00000000000
--- a/dev-ruby/session/session-3.2.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="README"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A set of classes to drive external programs via pipe"
-HOMEPAGE="http://codeforpeople.com/lib/ruby/session/"
-#SRC_URI="http://codeforpeople.com/lib/ruby/session/${P}.tgz"
-
-# License info based on https://github.com/ahoward/session as indicated
-# by author.
-LICENSE="Ruby"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
-IUSE="test"
-
-DEPEND+=" test? ( sys-apps/coreutils )"
-
-all_ruby_prepare() {
-	# needed to void a collision with the Timeout::Error alias in Ruby
-	# 1.8.7 at least.
-	sed -i -e 's:TimeoutError:SessionTimeoutError:' test/session.rb || die
-
-	# Fix broken test, bug 662514
-	sed -i -e '/cmd =/ s/sleep 0.1"/sleep 0.1";/' test/session.rb || die
-}
-
-each_ruby_test() {
-	${RUBY} -Ilib test/*.rb || die "tests failed"
-}
-
-all_ruby_install() {
-	all_fakegem_install
-
-	docinto examples
-	dodoc sample/*
-}


             reply	other threads:[~2021-04-10  6:17 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-10  6:17 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-10-13  6:38 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/session/ Hans de Graaff
2018-08-01  6:07 Hans de Graaff
2018-01-21  6:38 Hans de Graaff
2018-01-21  6:38 Hans de Graaff
2017-12-28 12:01 Sergei Trofimovich
2017-10-23 18:42 Thomas Deutschmann
2017-10-22  7:06 Hans de Graaff
2017-09-24 17:49 Sergei Trofimovich
2017-09-08 19:24 Markus Meier
2017-09-04  7:30 Tobias Klausmann
2017-08-25  7:03 Sergei Trofimovich
2017-08-24  6:59 Sergei Trofimovich
2017-06-28  9:35 Alexis Ballier
2017-06-21  7:27 Hans de Graaff
2016-12-09  6:59 Hans de Graaff
2016-07-21 19:38 Hans de Graaff
2016-04-05 22:55 Manuel Rüger
2016-01-15  6:41 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=1618034882.5b36a9738fc6a79aa8d44973c5a37bdb3ec4edee.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