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: Wed, 22 Jun 2022 04:35:48 +0000 (UTC)	[thread overview]
Message-ID: <1655872297.fb6aa0fa75ae804332a4eeded2fb1f7c84f00b82.graaff@gentoo> (raw)

commit:     fb6aa0fa75ae804332a4eeded2fb1f7c84f00b82
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 22 04:31:37 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 04:31:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb6aa0fa

dev-ruby/spreadsheet: drop 1.2.6, 1.2.9

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

 dev-ruby/spreadsheet/Manifest                 |  2 --
 dev-ruby/spreadsheet/spreadsheet-1.2.6.ebuild | 30 -----------------------
 dev-ruby/spreadsheet/spreadsheet-1.2.9.ebuild | 34 ---------------------------
 3 files changed, 66 deletions(-)

diff --git a/dev-ruby/spreadsheet/Manifest b/dev-ruby/spreadsheet/Manifest
index 90d9c1e6c7cf..420f48a617f8 100644
--- a/dev-ruby/spreadsheet/Manifest
+++ b/dev-ruby/spreadsheet/Manifest
@@ -1,3 +1 @@
-DIST spreadsheet-1.2.6.tar.gz 4656515 BLAKE2B a3b94804db9f4aceb8f6db66da7319082c86f625fc1c6bee5b1c1dc65b121970876cf5adfcc7d6d6800cadab38b017d67c7d0ecd1d708759a6ccd9726666c50e SHA512 4e05dd759f56de97979823864b4f4bed17c7b9c35cb2cc76e817d309ee2b0db38ae5efedba401b1259f3b80b7c954d95c6d26e928ebf03f329bc07d53f8013af
-DIST spreadsheet-1.2.9.tar.gz 4657114 BLAKE2B 6fda8b63688b21ff393402f15cda6685aee540528690ce3aec8a1d3edbf2f68f4145da8edb35706a506506b72ef8b8a32c31fa737863096349a3f2d871b728a4 SHA512 82beea72426aaf92fff16fa80d9a6d0ea4c465aaff6ea311a70fd20abf8824bf384adbe101ebb84b676157b4436bfb0d5c1ce6e11ed087c42a1a4b0538f26598
 DIST spreadsheet-1.3.0.tar.gz 4654545 BLAKE2B c3658dbab73874d403da2be235d862be80ee8764eeac4cbf31b78121fa288ecfa2821734b6d97a31eecf29f21b52b9f7bd752ccb6b45edf7d2ef7c8ecc3cc410 SHA512 1e671d01fc4b21f6fee034cace68c711968983978cc815b5bda051c5ed14c736653a4151fa6f4393416b914a678e4ac471db795c318816036c17c2ac79703c05

diff --git a/dev-ruby/spreadsheet/spreadsheet-1.2.6.ebuild b/dev-ruby/spreadsheet/spreadsheet-1.2.6.ebuild
deleted file mode 100644
index e05cf10718a6..000000000000
--- a/dev-ruby/spreadsheet/spreadsheet-1.2.6.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-# Avoid the complexity of the "rake" recipe and run testrb-2 manually.
-RUBY_FAKEGEM_RECIPE_TEST=none
-
-RUBY_FAKEGEM_EXTRADOC="GUIDE.md History.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="spreadsheet.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby library to read and write spreadsheet documents"
-HOMEPAGE="https://github.com/zdavatz/spreadsheet"
-SRC_URI="https://github.com/zdavatz/spreadsheet/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-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/
-}

diff --git a/dev-ruby/spreadsheet/spreadsheet-1.2.9.ebuild b/dev-ruby/spreadsheet/spreadsheet-1.2.9.ebuild
deleted file mode 100644
index b618329c8fbd..000000000000
--- a/dev-ruby/spreadsheet/spreadsheet-1.2.9.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
-
-# Avoid the complexity of the "rake" recipe and run testrb-2 manually.
-RUBY_FAKEGEM_RECIPE_TEST=none
-
-RUBY_FAKEGEM_EXTRADOC="GUIDE.md History.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="spreadsheet.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby library to read and write spreadsheet documents"
-HOMEPAGE="https://github.com/zdavatz/spreadsheet"
-SRC_URI="https://github.com/zdavatz/spreadsheet/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-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"
-
-all_ruby_prepare() {
-	sed -i -e "s:_relative ': './:" ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_test() {
-	ruby-ng_testrb-2 --pattern='.+.rb' --exclude='suite\.rb' test/
-}


             reply	other threads:[~2022-06-22  4:35 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-22  4:35 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-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
2018-01-21 19:37 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=1655872297.fb6aa0fa75ae804332a4eeded2fb1f7c84f00b82.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