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/css_parser/
Date: Thu,  1 Dec 2016 07:46:31 +0000 (UTC)	[thread overview]
Message-ID: <1480578293.33a9ca061c094975c216cd9790fb2ba51a65471b.graaff@gentoo> (raw)

commit:     33a9ca061c094975c216cd9790fb2ba51a65471b
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  1 07:44:53 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Dec  1 07:44:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33a9ca06

dev-ruby/css_parser: cleanup

Package-Manager: portage-2.3.0

 dev-ruby/css_parser/Manifest                |  2 --
 dev-ruby/css_parser/css_parser-1.4.4.ebuild | 45 -----------------------------
 dev-ruby/css_parser/css_parser-1.4.5.ebuild | 45 -----------------------------
 3 files changed, 92 deletions(-)

diff --git a/dev-ruby/css_parser/Manifest b/dev-ruby/css_parser/Manifest
index 023da7c..f03b93c 100644
--- a/dev-ruby/css_parser/Manifest
+++ b/dev-ruby/css_parser/Manifest
@@ -1,3 +1 @@
-DIST css_parser-1.4.4.tar.gz 25711 SHA256 70845925bbc12c12303ec8ccddec7b7fe484810131c1918bed8445fd80b4999b SHA512 9e0a00540a3ee7cda3feb6bcd51a7a4d73c46e741f0c689492cb0e133209ed3119b2d29b3adfd2433fab4d337bb622aa1199ee05abaea15409a66112f1278295 WHIRLPOOL 66f155f76524b07f90d9c048c52f4afb26f5a35ee05f317baac258a65aec1900f4df7db3866f711d3523bfb5fd09599834824876dd64006d2bac1f7ed48f5c2d
-DIST css_parser-1.4.5.tar.gz 25748 SHA256 ed2090e5a6aaf05abb0681c721b65fa893ba4ef3a33a7763d981bb64cee3fa0b SHA512 cd59798f48faf4eb15c3851ce4fb76a4e194bbf27344c131925661de938c8434e58584b1531ea543ae6abb167a5e02b054bc84c0f0e01946b8e2e73f3e121812 WHIRLPOOL a7aae165f4819b170055db6b8ca8c1c27d07189fee488bc7bf93d14f5ebdec08587f2ca6f6578b7e8c27e9db84c6a72381994fe10de317e360951eb4a76a203b
 DIST css_parser-1.4.6.tar.gz 25922 SHA256 d00522d5a5e116253586e9c45411ea72ed495589cf14254930c67a03dda5012b SHA512 300147893671948603ebd696449235997088cce588b57b6fb59acc2e190bf1c8ddd98c6e59cd41b157807b2cca3cc8edd3aa1c352e1865d3f5f6238a4d13cd01 WHIRLPOOL a912f1b4d9277c436b37aa2aae66f1f7e9c724373239ad7d0e7a357e917afe5ab42bb06e335871f744049611c3966b53b3f098a457ef84694f975a86ab37aaee

diff --git a/dev-ruby/css_parser/css_parser-1.4.4.ebuild b/dev-ruby/css_parser/css_parser-1.4.4.ebuild
deleted file mode 100644
index 3a55f89..00000000
--- a/dev-ruby/css_parser/css_parser-1.4.4.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_DOC_DIR="doc"
-RUBY_FAKEGEM_EXTRADOC="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="http://compass-style.org/ 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"
-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
-}

diff --git a/dev-ruby/css_parser/css_parser-1.4.5.ebuild b/dev-ruby/css_parser/css_parser-1.4.5.ebuild
deleted file mode 100644
index 48c0b94..00000000
--- a/dev-ruby/css_parser/css_parser-1.4.5.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-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="http://compass-style.org/ 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"
-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
-}


             reply	other threads:[~2016-12-01  7:46 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-01  7:46 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-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-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=1480578293.33a9ca061c094975c216cd9790fb2ba51a65471b.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