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/spreadsheet/
Date: Sun, 21 Jan 2018 19:37:09 +0000 (UTC)	[thread overview]
Message-ID: <1516563413.3e53eb832824982901cb5d46185c5a0a9c79f491.graaff@gentoo> (raw)

commit:     3e53eb832824982901cb5d46185c5a0a9c79f491
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 21 19:28:15 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jan 21 19:36:53 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e53eb83

dev-ruby/spreadsheet: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/spreadsheet/Manifest                 |  1 -
 dev-ruby/spreadsheet/spreadsheet-0.6.9.ebuild | 29 ---------------------------
 2 files changed, 30 deletions(-)

diff --git a/dev-ruby/spreadsheet/Manifest b/dev-ruby/spreadsheet/Manifest
index e0f6fa97eb7..a931ce8cb02 100644
--- a/dev-ruby/spreadsheet/Manifest
+++ b/dev-ruby/spreadsheet/Manifest
@@ -1,2 +1 @@
-DIST spreadsheet-0.6.9.gem 160256 BLAKE2B e669e020e7df13ec9826b06e311d31ba13d000630185f98623cfe344fa2fdf515e0cfadd7c6a1e0def0f882c1498fc6c264df55ecc99d097f941eba8c642aa3e SHA512 9400908153a671cfcf17dd9dfa8db7de0a9c95281ba6dbee1ac8002e9f0058616e5887e36eb2e1e2c790516731117d5a0f7efdbadcaaea3c69a8f9aa8d3091ac
 DIST spreadsheet-1.1.3.tar.gz 4655837 BLAKE2B fdb28822c0d40eaceaeccd7ecb7861fa7ab9cf2f775aeca2f5fa00dc7932d17f1cbf5298aac4458109bada8e1d97a5a537f9054cc947aa4140dde3ae260556e3 SHA512 c1529318384c4e48abe20aad21aa80d652ab91bca505379c310707fa23382654252bfc04d1f8bdb7aa6ec00d0e064790e3ffdcf1c1089bd49010e79729a36690

diff --git a/dev-ruby/spreadsheet/spreadsheet-0.6.9.ebuild b/dev-ruby/spreadsheet/spreadsheet-0.6.9.ebuild
deleted file mode 100644
index b49c5b4c3ec..00000000000
--- a/dev-ruby/spreadsheet/spreadsheet-0.6.9.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-# Avoid the complexity of the "rake" recipe and run testrb-2 manually.
-RUBY_FAKEGEM_RECIPE_TEST=none
-
-# Same thing for the docs whose rake target just calls rdoc.
-RUBY_FAKEGEM_RECIPE_DOC=rdoc
-RUBY_FAKEGEM_EXTRADOC="GUIDE.txt History.txt README.txt"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby library to read and write spreadsheet documents"
-HOMEPAGE="https://rubygems.org/gems/spreadsheet"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )"
-ruby_add_rdepend ">=dev-ruby/ruby-ole-1.0"
-
-each_ruby_test() {
-	ruby-ng_testrb-2 --pattern='.+.rb' --exclude='suite\.rb' test/
-}


             reply	other threads:[~2018-01-21 19:37 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-21 19:37 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-28  7:43 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/spreadsheet/ Hans de Graaff
2023-06-23 19:20 Hans de Graaff
2023-06-23 19:20 Hans de Graaff
2022-06-22  4:35 Hans de Graaff
2022-04-22  6:55 Hans de Graaff
2021-09-24  8:19 Hans de Graaff
2021-06-20  6:03 Hans de Graaff
2020-07-25  9:53 Hans de Graaff
2020-07-25  9:53 Hans de Graaff
2020-01-23  6:44 Hans de Graaff
2019-10-24 15:46 Hans de Graaff
2019-05-25  6:22 Hans de Graaff
2019-03-24  8:35 Hans de Graaff
2019-03-02  6:59 Hans de Graaff
2019-02-23  7:16 Hans de Graaff
2019-02-23  7:16 Hans de Graaff
2019-01-28  6:57 Hans de Graaff
2019-01-20 10:17 Hans de Graaff
2018-08-21  5:36 Hans de Graaff
2018-04-16  5:16 Hans de Graaff
2018-02-19  6:49 Hans de Graaff
2017-08-30  5:15 Hans de Graaff
2016-03-17  0:34 Manuel Rüger

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=1516563413.3e53eb832824982901cb5d46185c5a0a9c79f491.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