From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/public_suffix/
Date: Fri, 11 Sep 2020 05:14:05 +0000 (UTC) [thread overview]
Message-ID: <1599799585.1906d3fd34e6e3b0494b21802ab59afe39e8aa4f.graaff@gentoo> (raw)
commit: 1906d3fd34e6e3b0494b21802ab59afe39e8aa4f
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 11 04:46:25 2020 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Sep 11 04:46:25 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1906d3fd
dev-ruby/public_suffix: cleanup
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/public_suffix/Manifest | 2 --
dev-ruby/public_suffix/public_suffix-4.0.3.ebuild | 30 -----------------------
dev-ruby/public_suffix/public_suffix-4.0.4.ebuild | 29 ----------------------
3 files changed, 61 deletions(-)
diff --git a/dev-ruby/public_suffix/Manifest b/dev-ruby/public_suffix/Manifest
index cd792f6a7c1..525af4ee35e 100644
--- a/dev-ruby/public_suffix/Manifest
+++ b/dev-ruby/public_suffix/Manifest
@@ -1,5 +1,3 @@
DIST public_suffix-3.1.1.gem 99840 BLAKE2B ef86b7ecb834a855dbb44b8a0f934de3715edb6d67faefd20f99054898b35bfedffd490b60fbe80236905826868611aa96e13766577bb98ab997321cf9c49b39 SHA512 1e266ed7fa224fa94a49a51dae2868bdadb80ca2de660d2cda9a1e146ccad5aaba2cf68d75272e333a4b1a80e47863d388d85d3a86bddf8f649a320e5e700078
-DIST public_suffix-4.0.3.gem 105472 BLAKE2B 5654fb2323161eb04fe6e30194593fc521148e181a112378c8214fa6980d0edeb0d03e7745333b1cdc55d0f5251f811e1e6707b77b94613b6f199048d6d91ffc SHA512 9c4f6fb0a1a8ea4ceb3203bb0d9c53eda4b0779a6e25b4a6d4236d1cea62f39bbdedc50cb9808492fb54f453311b37548a2a8e0ac3ec83777876a9b6aa279ef5
-DIST public_suffix-4.0.4.gem 105472 BLAKE2B c6be420744976bb3c5dd78b4ab4fc4d4293de1a985af95b288520983957a11224c2548ca7d34009d9ac1fa975880d7971a9a7d6267634cb97836ce0486d62a03 SHA512 d6f61d1d1756541a84a4745d02732c769901c0d309ed15c48ef01b153ba7c2a801b227251e02a8a5d85da2ffd0c52888c154ee374fc54a6aabe385b398144696
DIST public_suffix-4.0.5.gem 106496 BLAKE2B 1b581b2d08e78b156d70f25d1af66f825f7e1e332049311001f4d20982222fea463e4eb79ae12152c51269ee42c883cd966f479225f26c01b8e7a70f870d5ddf SHA512 5de30466e27d853c498f210dbe168c52d0e5efab5b6388c88de5667e40dee151041d6a1a9203780230dfa03bd2fb920a50b1301d05d12a31f4d31f8352218821
DIST public_suffix-4.0.6.gem 108032 BLAKE2B 4cbb10ddd924daf11d97a54d18550961f46c0951dd3dc1f23740ee7500fd8e796e78fd6421a7418a49350a69eca7d6456a09810be317ad4619ef3d3e7f71ff69 SHA512 a756c0f8f9cee2d12bd1730280108b72befa362defda12e5f6d7af6d68c40e31478c337b3eb7e7407feff9531082051d18928861003c7ba29679b4048da3b4b1
diff --git a/dev-ruby/public_suffix/public_suffix-4.0.3.ebuild b/dev-ruby/public_suffix/public_suffix-4.0.3.ebuild
deleted file mode 100644
index b602c67535a..00000000000
--- a/dev-ruby/public_suffix/public_suffix-4.0.3.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"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRAINSTALL="data"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Parse and decompose a domain name into top level domain, domain and subdomains"
-HOMEPAGE="https://simonecarletti.com/code/publicsuffix-ruby/"
-
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-LICENSE="MIT"
-SLOT="4"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/mocha )"
-
-all_ruby_prepare() {
- sed -i -e '/rubocop/I s:^:#:' \
- -e '/yardoc/,/CLOBBER.include/ s:^:#:' \
- -e '/bundler/ s:^:#:' Rakefile || die
- sed -i -e '/reporters/I s:^:#:' test/test_helper.rb || die
-}
diff --git a/dev-ruby/public_suffix/public_suffix-4.0.4.ebuild b/dev-ruby/public_suffix/public_suffix-4.0.4.ebuild
deleted file mode 100644
index 3908b8a60ed..00000000000
--- a/dev-ruby/public_suffix/public_suffix-4.0.4.ebuild
+++ /dev/null
@@ -1,29 +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"
-
-RUBY_FAKEGEM_EXTRAINSTALL="data"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Parse and decompose a domain name into top level domain, domain and subdomains"
-HOMEPAGE="https://simonecarletti.com/code/publicsuffix-ruby/"
-
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-LICENSE="MIT"
-SLOT="4"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/mocha )"
-
-all_ruby_prepare() {
- sed -i -e '/rubocop/I s:^:#:' \
- -e '/yardoc/,/CLOBBER.include/ s:^:#:' \
- -e '/bundler/ s:^:#:' Rakefile || die
- sed -i -e '/reporters/I s:^:#:' test/test_helper.rb || die
-}
next reply other threads:[~2020-09-11 5:14 UTC|newest]
Thread overview: 106+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-11 5:14 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-30 15:31 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/public_suffix/ Hans de Graaff
2025-04-05 7:30 Hans de Graaff
2024-10-13 21:41 Sam James
2024-10-11 8:47 Hans de Graaff
2024-10-10 16:20 Arthur Zamarin
2024-10-09 2:53 Jakov Smolić
2024-10-06 18:39 Arthur Zamarin
2024-10-06 11:22 Sam James
2024-10-06 11:14 Sam James
2024-10-06 11:11 Sam James
2024-08-10 15:41 Michał Górny
2024-08-09 8:57 Sam James
2024-08-04 8:28 Sam James
2024-08-04 8:28 Sam James
2024-08-04 8:28 Sam James
2024-08-04 8:28 Sam James
2024-08-04 8:28 Sam James
2024-08-04 6:47 Hans de Graaff
2024-08-04 6:47 Hans de Graaff
2024-07-24 6:01 Hans de Graaff
2024-07-02 3:56 Ionen Wolkens
2024-06-21 7:02 Hans de Graaff
2024-06-18 5:49 Hans de Graaff
2024-06-16 5:49 Hans de Graaff
2024-06-16 5:49 Hans de Graaff
2024-04-03 5:50 Hans de Graaff
2024-01-03 7:04 Hans de Graaff
2023-12-05 18:25 Ionen Wolkens
2023-11-18 8:09 Hans de Graaff
2023-11-18 8:09 Hans de Graaff
2023-08-20 8:11 Sam James
2023-08-19 15:37 Arthur Zamarin
2023-08-19 7:45 Arthur Zamarin
2023-08-19 6:07 Sam James
2023-08-13 8:40 Hans de Graaff
2023-07-12 4:27 Hans de Graaff
2023-04-07 4:16 Sam James
2023-04-07 4:12 Sam James
2023-03-28 22:15 Sam James
2023-03-28 22:12 Sam James
2023-03-28 21:50 Sam James
2023-03-28 21:42 Sam James
2023-03-18 0:02 Sam James
2023-03-18 0:02 Sam James
2022-12-11 6:27 Hans de Graaff
2022-07-25 5:23 Hans de Graaff
2022-06-28 16:59 Arthur Zamarin
2022-06-28 16:47 Arthur Zamarin
2022-05-08 15:00 WANG Xuerui
2022-05-05 11:34 Jakov Smolić
2022-05-05 11:34 Jakov Smolić
2022-04-27 4:34 Arthur Zamarin
2022-04-26 13:45 Sam James
2022-04-13 5:12 Hans de Graaff
2022-04-13 5:12 Hans de Graaff
2022-04-02 8:57 Hans de Graaff
2022-04-01 5:15 Arthur Zamarin
2021-09-28 1:01 Sam James
2021-08-11 14:29 Marek Szuba
2021-08-11 14:29 Marek Szuba
2021-06-11 5:58 Hans de Graaff
2021-03-20 8:47 Hans de Graaff
2020-09-19 5:35 Hans de Graaff
2020-09-03 4:59 Hans de Graaff
2020-05-10 5:50 Hans de Graaff
2020-04-19 12:22 Sergei Trofimovich
2020-04-19 12:22 Sergei Trofimovich
2020-04-19 12:22 Sergei Trofimovich
2020-04-06 9:28 Hans de Graaff
2020-04-06 9:28 Hans de Graaff
2020-01-27 6:40 Hans de Graaff
2020-01-06 6:23 Hans de Graaff
2019-12-29 6:51 Hans de Graaff
2019-11-02 8:51 Hans de Graaff
2019-08-12 4:55 Hans de Graaff
2019-08-11 21:30 Thomas Deutschmann
2019-08-10 3:34 Hans de Graaff
2019-08-10 3:34 Hans de Graaff
2019-06-26 5:16 Hans de Graaff
2019-06-26 5:16 Hans de Graaff
2019-05-28 5:18 Hans de Graaff
2019-01-10 13:05 Hans de Graaff
2018-12-12 9:30 Hans de Graaff
2018-08-16 5:02 Hans de Graaff
2018-06-06 23:49 Thomas Deutschmann
2018-05-24 14:31 Agostino Sarubbo
2018-05-07 19:49 Hans de Graaff
2018-04-17 4:46 Hans de Graaff
2018-02-13 6:33 Hans de Graaff
2018-02-08 6:25 Hans de Graaff
2018-01-29 6:53 Hans de Graaff
2017-11-09 6:31 Hans de Graaff
2017-08-08 6:02 Hans de Graaff
2017-08-05 6:14 Hans de Graaff
2017-05-07 9:44 Hans de Graaff
2017-05-07 9:44 Hans de Graaff
2017-04-05 22:03 Michael Weber
2017-04-05 21:00 Michael Weber
2017-02-20 17:56 Markus Meier
2017-02-04 20:40 Fabian Groffen
2017-01-03 6:59 Hans de Graaff
2016-11-07 6:20 Hans de Graaff
2016-11-05 14:55 Manuel Rüger
2016-11-05 14:55 Manuel Rüger
2016-11-05 6:33 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=1599799585.1906d3fd34e6e3b0494b21802ab59afe39e8aa4f.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