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/html2haml/
Date: Thu,  4 May 2017 04:31:28 +0000 (UTC)	[thread overview]
Message-ID: <1493872247.ae801872421ab3acb22ffb192252149acb3a429a.graaff@gentoo> (raw)

commit:     ae801872421ab3acb22ffb192252149acb3a429a
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu May  4 04:17:10 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu May  4 04:30:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae801872

dev-ruby/html2haml: cleanup

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/html2haml/Manifest               |  1 -
 dev-ruby/html2haml/html2haml-2.0.0.ebuild | 34 -------------------------------
 2 files changed, 35 deletions(-)

diff --git a/dev-ruby/html2haml/Manifest b/dev-ruby/html2haml/Manifest
index b079d88b24c..087b9ad7a4a 100644
--- a/dev-ruby/html2haml/Manifest
+++ b/dev-ruby/html2haml/Manifest
@@ -1,2 +1 @@
-DIST html2haml-2.0.0.gem 20992 SHA256 91345409d56f3d86d927fd2d8b665ec9b896757928ae8a898520804c91673f19 SHA512 d888a84432486a143dd6f3947ce6d83a043d3fd19bdab5f06d990bd689d85b8d683ce6c4796902d264cf6e1b400b246e94191d6ddf03f5d98b27ee054f6a4006 WHIRLPOOL 2fd7bfc5ac27f01114e81c0cd73e4c90cc82b65d5e6e52ad137d71d60b3548273a80e46e5af527dc3a89c8a64e2b6605ad79d88f4169f78aa431593be449889b
 DIST html2haml-2.1.0.gem 21504 SHA256 b02b1e372ae7a2c579fc9b3c4aba8730e2d278621af6bb5a52b7711482fd20f4 SHA512 508100b373f0537466fc3dba941ab78477adb5dcf0b699ff9f675cc1c51d7d76aa3405a8f3a85205106e1d0161c73ec383091c9bda856044370a7746023b260b WHIRLPOOL 528f84268fc0729d11c33df90cf7eb4158eae1e6d14bcae0b49332a9c8e1f9f8823b4f452e72b91b15122be6883333ce92d7d9d87e92ca9b043b7c4261cc3ad1

diff --git a/dev-ruby/html2haml/html2haml-2.0.0.ebuild b/dev-ruby/html2haml/html2haml-2.0.0.ebuild
deleted file mode 100644
index 63b5e4a1149..00000000000
--- a/dev-ruby/html2haml/html2haml-2.0.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22"
-RUBY_FAKEGEM_EXTRADOC="README.md Changelog.markdown"
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Convert HTML and HTML+Erb to Haml"
-HOMEPAGE="https://github.com/haml/html2haml"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/nokogiri-1.6.0
-	>=dev-ruby/erubis-2.7.0
-	>=dev-ruby/ruby_parser-3.5
-	>=dev-ruby/haml-4.0.0"
-
-ruby_add_bdepend "test? ( dev-ruby/minitest:0 )"
-
-all_ruby_prepare() {
-	sed -i -e "/bundler/d" test/test_helper.rb || die
-}
-
-each_ruby_test() {
-	${RUBY} -Ilib:test test/html2haml_test.rb || die
-	${RUBY} -Ilib:test test/erb_test.rb || die
-}


             reply	other threads:[~2017-05-04  4:31 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-04  4:31 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-04  6:06 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/html2haml/ Hans de Graaff
2023-12-15 14:19 Hans de Graaff
2023-01-13  8:28 Hans de Graaff
2022-04-08  5:32 Hans de Graaff
2021-11-25  9:10 Hans de Graaff
2021-11-22 19:11 Hans de Graaff
2021-07-06  6:27 Hans de Graaff
2020-04-25 12:16 Hans de Graaff
2019-05-01 19:56 Hans de Graaff
2018-09-15  4:09 Hans de Graaff
2018-09-15  4:09 Hans de Graaff
2018-02-04 10:45 Hans de Graaff
2017-07-17  6:21 Hans de Graaff
2017-05-04  4:31 Hans de Graaff
2017-01-25  7:12 Hans de Graaff
2016-01-19 22:15 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=1493872247.ae801872421ab3acb22ffb192252149acb3a429a.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