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/charlock_holmes/
Date: Fri,  2 Feb 2018 16:44:01 +0000 (UTC)	[thread overview]
Message-ID: <1517589673.ac338c25aadef81ea6b7653a636492a9662a7034.graaff@gentoo> (raw)

commit:     ac338c25aadef81ea6b7653a636492a9662a7034
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  2 16:24:04 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Feb  2 16:41:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac338c25

dev-ruby/charlock_holmes: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/charlock_holmes/Manifest                  |  2 -
 .../charlock_holmes/charlock_holmes-0.7.3.ebuild   | 46 ---------------------
 .../charlock_holmes/charlock_holmes-0.7.4.ebuild   | 47 ----------------------
 3 files changed, 95 deletions(-)

diff --git a/dev-ruby/charlock_holmes/Manifest b/dev-ruby/charlock_holmes/Manifest
index daba12c4757..ed310850910 100644
--- a/dev-ruby/charlock_holmes/Manifest
+++ b/dev-ruby/charlock_holmes/Manifest
@@ -1,3 +1 @@
-DIST charlock_holmes-0.7.3.gem 1196544 BLAKE2B c9152bb9c54c0b507f18b0dac969131091ef236495f5759c353ace8b7edc990581e28c8c97b39c63c71b1194f3a023bb8df382afadd922a98c8572d6f0610114 SHA512 29e173f5ce870c16fd1af2e38b9aa2cada4b8ddae534933f18c82b719ae65b8fac82434ed87696b435b7236e180c06c9ccaa16c742dff5f8b1fd87da48894027
-DIST charlock_holmes-0.7.4.tar.gz 1192569 BLAKE2B 4f723a75f08ef87084ea78693f4f3fc0026246be0e2b3d35354f9416ac7c9a2f998d33072c0e23f56996618ad5e611d789363aa299fc49f9f3f0ee655ab94dce SHA512 2c9569cceacd4f80896ef852f581b5260790f6fb4cf02372b032dc2b692afdf99e04b4ac5230d42d48ee40d0433342c84f4974ffa77662db33287e80bb5fc72e
 DIST charlock_holmes-0.7.5.tar.gz 1192676 BLAKE2B d1e5bb3089d32ef7efa46fe54d37c71caa75b5d3a059c45d1d0275014822690031a8df894295e72be11be5ca685e90f35832dd6a06a4c482afe938da2a25ea28 SHA512 a5ee9d47d8c8386e7be9ad10e93e7bd7663713df285b33e5d8afd865570e463a9f785e568675363f9b949a8207bbcc144a7378dfb206645824e9f0abc33ec668

diff --git a/dev-ruby/charlock_holmes/charlock_holmes-0.7.3.ebuild b/dev-ruby/charlock_holmes/charlock_holmes-0.7.3.ebuild
deleted file mode 100644
index 8ac72af952a..00000000000
--- a/dev-ruby/charlock_holmes/charlock_holmes-0.7.3.ebuild
+++ /dev/null
@@ -1,46 +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 ruby23"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Character encoding detecting library for Ruby using ICU"
-HOMEPAGE="https://github.com/brianmario/charlock_holmes"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-ruby_add_bdepend "test? (
-	dev-ruby/minitest )"
-
-CDEPEND="dev-libs/icu:=
-		sys-libs/zlib"
-DEPEND+=" ${CDEPEND}"
-RDEPEND+=" ${CDEPEND}"
-
-all_ruby_prepare() {
-	sed -i -e '/bundler/d' test/helper.rb || die
-
-	# Avoid dependency on rake-compiler
-	sed -i -e '/rake-compiler/,$ s:^:#:' Rakefile || die
-}
-
-each_ruby_configure() {
-	${RUBY} -Cext/${PN} extconf.rb || die
-}
-
-each_ruby_compile() {
-	emake V=1 -Cext/${PN}
-	cp ext/${PN}/${PN}$(get_modname) lib/${PN}/ || die
-}
-
-each_ruby_test() {
-	${RUBY} -Ilib test/*.rb || die
-}

diff --git a/dev-ruby/charlock_holmes/charlock_holmes-0.7.4.ebuild b/dev-ruby/charlock_holmes/charlock_holmes-0.7.4.ebuild
deleted file mode 100644
index 34c4a819f3a..00000000000
--- a/dev-ruby/charlock_holmes/charlock_holmes-0.7.4.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Character encoding detecting library for Ruby using ICU"
-HOMEPAGE="https://github.com/brianmario/charlock_holmes"
-SRC_URI="https://github.com/brianmario/charlock_holmes/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-ruby_add_bdepend "test? (
-	dev-ruby/minitest )"
-
-CDEPEND="dev-libs/icu:=
-		sys-libs/zlib"
-DEPEND+=" ${CDEPEND}"
-RDEPEND+=" ${CDEPEND}"
-
-all_ruby_prepare() {
-	sed -i -e '/bundler/d' test/helper.rb || die
-
-	# Avoid dependency on rake-compiler
-	sed -i -e '/rake-compiler/,$ s:^:#:' Rakefile || die
-}
-
-each_ruby_configure() {
-	${RUBY} -Cext/${PN} extconf.rb || die
-}
-
-each_ruby_compile() {
-	emake V=1 -Cext/${PN}
-	cp ext/${PN}/${PN}$(get_modname) lib/${PN}/ || die
-}
-
-each_ruby_test() {
-	${RUBY} -Ilib test/*.rb || die
-}


             reply	other threads:[~2018-02-02 16:44 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-02 16:44 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-30  9:07 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/charlock_holmes/ Hans de Graaff
2024-11-13 14:37 Hans de Graaff
2024-11-13 14:37 Hans de Graaff
2024-07-11  5:38 Hans de Graaff
2024-06-29  5:16 Hans de Graaff
2023-12-27 20:43 Hans de Graaff
2023-09-13 19:42 Hans de Graaff
2023-07-08  3:43 Hans de Graaff
2022-05-07  6:33 Hans de Graaff
2021-10-30  5:16 Hans de Graaff
2021-10-26  4:38 Hans de Graaff
2020-09-15  6:57 Hans de Graaff
2020-08-22  7:56 Hans de Graaff
2019-11-09  6:11 Hans de Graaff
2019-02-03 10:49 Hans de Graaff
2018-12-01 11:39 David Seifert
2018-03-31  6:01 Hans de Graaff
2018-02-02 16:44 Hans de Graaff
2017-08-26  8:27 Hans de Graaff
2017-08-14  5:26 Hans de Graaff
2016-09-07 23:13 Manuel Rüger
2016-03-08 21:55 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=1517589673.ac338c25aadef81ea6b7653a636492a9662a7034.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