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: Tue, 14 Dec 2021 06:57:06 +0000 (UTC) [thread overview]
Message-ID: <1639464898.0d85e853df509897e6fe5ade3e1f38104d9e1f0b.graaff@gentoo> (raw)
commit: 0d85e853df509897e6fe5ade3e1f38104d9e1f0b
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 14 06:54:58 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Dec 14 06:54:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d85e853
dev-ruby/css_parser: cleanup
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/css_parser/Manifest | 1 -
dev-ruby/css_parser/css_parser-1.7.1.ebuild | 43 -----------------------------
2 files changed, 44 deletions(-)
diff --git a/dev-ruby/css_parser/Manifest b/dev-ruby/css_parser/Manifest
index 9368d2574cfa..f2995e901e08 100644
--- a/dev-ruby/css_parser/Manifest
+++ b/dev-ruby/css_parser/Manifest
@@ -1,4 +1,3 @@
DIST css_parser-1.10.0.tar.gz 38843 BLAKE2B 8b611a270791e0f1e0b69d4ab0df3c119fc3f2631a7bcebab1030939e61d2799acfce0ca9f9b634d813c47c13a6c698f9449918fab1cdfb5aa4b14674b749c3f SHA512 979855df651ab56da5736f6646f4b4f0be5718899c4f81ae514299566e874d2f7b414d87616e5fba7390730bba1f20966e01641a47dc2cbb3e20fd7536f38580
DIST css_parser-1.11.0.tar.gz 38987 BLAKE2B e3420b635a7604dee4ca4c5f434dc3a8f3caf27310fb8d1a947e8d6aedb47e1130846afbe989f9d2c9c52b1db9e1266849fec09253c243a1f28a3bcb6ea58785 SHA512 9dfc1aff7f05dca82a10504c6e1c42011385e17db5f43faa5c83a2c2226b2f7a524fc626c6f7ce69e49d1919a6fc12baed35823d0da07940d41804bd1590ba50
-DIST css_parser-1.7.1.tar.gz 33667 BLAKE2B 5732461958bb3abe7578c3898bd80c601fc957c38b3feda5092d89c4419cd64f0c6e4be296919c07bea5e9082cb03f32bfe9255244b56206caa7bab8e1a29765 SHA512 f1dba16fa18362e1b58d463a1f718c4c981170f3a7b0b719e5a309b74decded063cd3631540a4b76c1d78e5cfa92a35b56130979d7724d745eacdc372c69dd9b
DIST css_parser-1.9.0.tar.gz 38201 BLAKE2B 6d2042429f7347613b14649e7c205e88a26dec9759a1634a3805e79e3f8599ab6b1ab2c4283dee631476e16580f447c08cd41327a62c813eb006a7e435787f9e SHA512 79ff06b471298f2fe82b096703c828122f1ae778b71fcac3f2eea1e243145729d3871c21eb1714777a2648ba91d05b9b973691b5ff41b2361eecb4170d3a2601
diff --git a/dev-ruby/css_parser/css_parser-1.7.1.ebuild b/dev-ruby/css_parser/css_parser-1.7.1.ebuild
deleted file mode 100644
index 579238d3defe..000000000000
--- a/dev-ruby/css_parser/css_parser-1.7.1.ebuild
+++ /dev/null
@@ -1,43 +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_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/"
-LICENSE="MIT"
-
-SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz -> ${GITHUB_PROJECT}-${PV}.tar.gz"
-
-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 )"
-
-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() {
- ${RUBY} -Ilib test/*.rb || die
-}
next reply other threads:[~2021-12-14 6:57 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-14 6:57 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
2025-03-10 15:56 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-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=1639464898.0d85e853df509897e6fe5ade3e1f38104d9e1f0b.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