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: Sun, 21 Jan 2018 06:38:33 +0000 (UTC) [thread overview]
Message-ID: <1516516415.c6cc8e1b4100daf54c4d2e7c8e47fc3e1ffc39ff.graaff@gentoo> (raw)
commit: c6cc8e1b4100daf54c4d2e7c8e47fc3e1ffc39ff
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 21 06:17:18 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jan 21 06:33:35 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6cc8e1b
dev-ruby/session: cleanup
Package-Manager: Portage-2.3.19, Repoman-2.3.6
dev-ruby/session/Manifest | 1 -
dev-ruby/session/session-3.1.2.ebuild | 43 -----------------------------------
2 files changed, 44 deletions(-)
diff --git a/dev-ruby/session/Manifest b/dev-ruby/session/Manifest
index 362cb295f37..a8b908b7eac 100644
--- a/dev-ruby/session/Manifest
+++ b/dev-ruby/session/Manifest
@@ -1,2 +1 @@
-DIST session-3.1.2.gem 17920 BLAKE2B 2a7e574f7ec1d0660c845e92a8176fb105d8eacfef80299f59df90752b64c633ff3e0adabf08e9577d0d9e80ef3f1d653d9b972325e85a3caed4312fa067b121 SHA512 ef0e8aac6776ffec6ead18079148a9ff65f5bd2699344680dec4d1ca1695e6e159d9e8174fabae7d629c5b019d9571d50930fd6af89e1f221d6662b56ae63e16
DIST session-3.2.0.gem 18432 BLAKE2B b50ff6f52dd0226cdfbe07ea434ac35fc19d695ab474d2c240ce3a6ab707da1d03db5006d68594de6a75ff356154a1ba5ab06fe17a766d3e4154fd11d3abe4b9 SHA512 57c0676fb4a4254e86dbe68e36309c8eb85515dd659de73a87e1ae2e8e5dc7f979192ef665135e75182c26e2a5c847d61daf855639772da7c66af888ed0dc91a
diff --git a/dev-ruby/session/session-3.1.2.ebuild b/dev-ruby/session/session-3.1.2.ebuild
deleted file mode 100644
index a53116169dc..00000000000
--- a/dev-ruby/session/session-3.1.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22"
-
-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 hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE="test"
-
-DEPEND+=" test? ( || ( sys-apps/coreutils sys-freebsd/freebsd-bin ) )"
-
-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
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib test/*.rb || die "tests failed"
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- docinto examples
- dodoc sample/*
-}
next reply other threads:[~2018-01-21 6:38 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-21 6:38 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-04-10 6:17 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/session/ Hans de Graaff
2019-10-13 6:38 Hans de Graaff
2018-08-01 6:07 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=1516516415.c6cc8e1b4100daf54c4d2e7c8e47fc3e1ffc39ff.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