From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/css_parser/
Date: Mon, 10 Mar 2025 15:56:15 +0000 (UTC) [thread overview]
Message-ID: <1741622158.3906acc839669450cc2746ec503c3c149389053e.graaff@gentoo> (raw)
commit: 3906acc839669450cc2746ec503c3c149389053e
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 10 15:53:55 2025 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Mar 10 15:55:58 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3906acc8
dev-ruby/css_parser: drop 1.19.0, 1.19.1
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/css_parser/Manifest | 2 --
dev-ruby/css_parser/css_parser-1.19.0.ebuild | 43 ----------------------------
dev-ruby/css_parser/css_parser-1.19.1.ebuild | 43 ----------------------------
3 files changed, 88 deletions(-)
diff --git a/dev-ruby/css_parser/Manifest b/dev-ruby/css_parser/Manifest
index a250e79062a6..b7d66301a8eb 100644
--- a/dev-ruby/css_parser/Manifest
+++ b/dev-ruby/css_parser/Manifest
@@ -1,4 +1,2 @@
-DIST css_parser-1.19.0.tar.gz 41264 BLAKE2B e1ebc2c1f56354b50cbc1f89552e7c5fda3b10a719379b355743e4310e85f37159b59a79cb847a9633da6b9eea4b1dc7224eb8e78987211b584e6912af242441 SHA512 a8405a30ef6b399b381478d39711949031316532e43583e69b60f25dca39da822bcdf1e3de3f0fceebbf07a79046e5771a4fe4b2b6db69582616559f0a0294b1
-DIST css_parser-1.19.1.tar.gz 41442 BLAKE2B b3392665d41c1761cde37fc9bf1c597a5b48e3c47f20a360d304a03ff714dc34ef017efd2c9659a47749baa35708e9b89b395b1b842d329e950ae88b72d78be5 SHA512 c1e93a491be37a8fff002fbf2b6231cfa3b77ce25f722e36b4ca24f16f322a981f9a1f19b1cce0df10d8c4ba28a29e2604146301dc9f3fdb2c5d8bc7a8747388
DIST css_parser-1.20.0.tar.gz 41407 BLAKE2B 925da8198780b386deb692614ffb415964be617ed7f33d2d68f6db1ffc69f709670116ce033b6de9e3a069a596eb1512745a9a56b435ade577c25e00bd5a42e2 SHA512 8c3bebc29f73092777fa7389d7caa58812890d6f57d1dbd0b917503d28c8f481976ce2a60d43901fa1f7a7860fa416dad2ea4845141523eb1cec3bea981e67ee
DIST css_parser-1.21.0.tar.gz 41500 BLAKE2B 7dcda57eaaf73e86e882698a0cd36e2416b9c5a2cfb581025cfd521cb7f45070ceb9332472d87344ca59819d375da31f47cc29e2309e1f69c60fe10715ac3f38 SHA512 f93b6bcac2847c6a35685c6d56cfce85059201d2e6a19a3fca3ad7549c90c65def29ea8a691144d49b2721ee312c004724fec2f25d8d0cc19b27a0295566047b
diff --git a/dev-ruby/css_parser/css_parser-1.19.0.ebuild b/dev-ruby/css_parser/css_parser-1.19.0.ebuild
deleted file mode 100644
index 81a02ea3e988..000000000000
--- a/dev-ruby/css_parser/css_parser-1.19.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby31 ruby32 ruby33"
-
-RUBY_FAKEGEM_DOC_DIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md "
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-GITHUB_USER="premailer"
-GITHUB_PROJECT="${PN}"
-inherit ruby-fakegem
-
-DESCRIPTION="Sass-based Stylesheet Framework"
-HOMEPAGE="https://github.com/premailer/css_parser/"
-
-SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz -> ${GITHUB_PROJECT}-${PV}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="doc test"
-
-ruby_add_rdepend "dev-ruby/addressable
- virtual/ruby-ssl"
-
-ruby_add_bdepend "test? ( dev-ruby/maxitest dev-ruby/webrick )"
-
-all_ruby_prepare() {
- # get rid of bundler usage
- rm Gemfile || die
- sed -i -e '/bundler/d' -e '/bump/d' Rakefile || die
- sed -i -e '/bundler/d' test/test_helper.rb || die
- # Avoid tests using the network.
- sed -i -e '/test_loading_a_remote_file_over_ssl/,/end/ s:^:#:' test/test_css_parser_loading.rb || die
-
-}
-
-each_ruby_test() {
- MT_NO_PLUGINS=true ${RUBY} -Ilib test/*.rb || die
-}
diff --git a/dev-ruby/css_parser/css_parser-1.19.1.ebuild b/dev-ruby/css_parser/css_parser-1.19.1.ebuild
deleted file mode 100644
index 81a02ea3e988..000000000000
--- a/dev-ruby/css_parser/css_parser-1.19.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby31 ruby32 ruby33"
-
-RUBY_FAKEGEM_DOC_DIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md "
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-GITHUB_USER="premailer"
-GITHUB_PROJECT="${PN}"
-inherit ruby-fakegem
-
-DESCRIPTION="Sass-based Stylesheet Framework"
-HOMEPAGE="https://github.com/premailer/css_parser/"
-
-SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz -> ${GITHUB_PROJECT}-${PV}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="doc test"
-
-ruby_add_rdepend "dev-ruby/addressable
- virtual/ruby-ssl"
-
-ruby_add_bdepend "test? ( dev-ruby/maxitest dev-ruby/webrick )"
-
-all_ruby_prepare() {
- # get rid of bundler usage
- rm Gemfile || die
- sed -i -e '/bundler/d' -e '/bump/d' Rakefile || die
- sed -i -e '/bundler/d' test/test_helper.rb || die
- # Avoid tests using the network.
- sed -i -e '/test_loading_a_remote_file_over_ssl/,/end/ s:^:#:' test/test_css_parser_loading.rb || die
-
-}
-
-each_ruby_test() {
- MT_NO_PLUGINS=true ${RUBY} -Ilib test/*.rb || die
-}
next reply other threads:[~2025-03-10 15:56 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-10 15:56 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-10 15:56 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/css_parser/ Hans de Graaff
2024-12-14 7:47 Hans de Graaff
2024-12-13 11:48 Hans de Graaff
2024-10-14 5:56 Hans de Graaff
2024-10-14 5:56 Hans de Graaff
2024-08-24 7:58 Hans de Graaff
2024-08-24 7:58 Hans de Graaff
2024-04-09 5:27 Hans de Graaff
2024-04-07 5:53 Hans de Graaff
2024-04-07 5:53 Hans de Graaff
2024-03-08 8:09 Hans de Graaff
2023-09-09 10:34 Hans de Graaff
2023-08-30 5:25 Hans de Graaff
2023-01-13 7:57 Hans de Graaff
2022-12-24 15:00 Hans de Graaff
2022-12-24 15:00 Hans de Graaff
2021-12-14 6:57 Hans de Graaff
2021-12-14 6:57 Hans de Graaff
2021-07-31 6:47 Hans de Graaff
2021-07-07 6:53 Hans de Graaff
2020-08-22 7:56 Hans de Graaff
2020-07-23 15:02 Hans de Graaff
2019-12-02 8:37 Hans de Graaff
2019-02-12 18:17 Hans de Graaff
2018-05-30 4:33 Hans de Graaff
2018-04-30 20:11 Hans de Graaff
2018-02-25 22:01 Sergei Trofimovich
2018-02-02 17:14 Hans de Graaff
2017-09-10 5:59 Hans de Graaff
2017-09-10 5:59 Hans de Graaff
2017-06-26 4:14 Hans de Graaff
2017-04-20 5:03 Hans de Graaff
2017-03-10 6:44 Hans de Graaff
2017-03-10 6:44 Hans de Graaff
2017-02-23 6:56 Hans de Graaff
2017-02-05 9:18 Hans de Graaff
2016-12-01 7:46 Hans de Graaff
2016-12-01 7:46 Hans de Graaff
2016-10-21 4:46 Hans de Graaff
2016-10-21 4:46 Hans de Graaff
2016-10-12 4:53 Hans de Graaff
2016-06-30 5:21 Hans de Graaff
2016-06-28 4:39 Hans de Graaff
2016-06-19 5:20 Hans de Graaff
2016-06-19 5:20 Hans de Graaff
2016-03-22 21:31 Manuel Rüger
2016-03-16 23:20 Manuel Rüger
2016-03-16 23:20 Manuel Rüger
2016-02-27 10:10 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=1741622158.3906acc839669450cc2746ec503c3c149389053e.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