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/unf_ext/
Date: Wed, 23 Aug 2017 06:14:29 +0000 (UTC)	[thread overview]
Message-ID: <1503468597.e7d56bb6a534d13fbd6f2a42431424024c88ef04.graaff@gentoo> (raw)

commit:     e7d56bb6a534d13fbd6f2a42431424024c88ef04
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 23 05:30:47 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Aug 23 06:09:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7d56bb6

dev-ruby/unf_ext: cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/unf_ext/Manifest               |  2 --
 dev-ruby/unf_ext/unf_ext-0.0.7.2.ebuild | 45 ---------------------------------
 dev-ruby/unf_ext/unf_ext-0.0.7.3.ebuild | 45 ---------------------------------
 3 files changed, 92 deletions(-)

diff --git a/dev-ruby/unf_ext/Manifest b/dev-ruby/unf_ext/Manifest
index cb35fe37ea5..e3068abb339 100644
--- a/dev-ruby/unf_ext/Manifest
+++ b/dev-ruby/unf_ext/Manifest
@@ -1,4 +1,2 @@
 DIST unf_ext-0.0.7.1.gem 392192 SHA256 ab58d1a808d38872817bea89fc3f055bfc250af48d9653425e35c7c18caec253 SHA512 06239dc5870ad0f345266b12ad6ed9508ab731dfd37b450d0e1eae1ef8e8301f8ad1ef7fffbbcf69b56b0af5aa257ea279dda3a252bdf397d11949e9885db3d4 WHIRLPOOL 4d5d8c6efb46bb46b65967101389b5b7414bfa507d591e29dfb9d8c354555b9b92a997f19b68e0d4aa58143bf836849f152dafc2936b13a11cac74d7063f3d16
-DIST unf_ext-0.0.7.2.gem 392192 SHA256 e8fa13d09880f8d06d30a86f929a38ba0af6abe61272927a49e6796aee1aa111 SHA512 99e1cada3cc51baf52010b7569f68eff168dfb4c691645c88625738513258191e586e5d99f5ba7f528ce677fdec77a08510f77d9bf2c9234c68ac239f270fbf6 WHIRLPOOL 2e932abce52f87709dbf5f25ba8a7a32bd55410ba10b620db4d23a41855faf0da3486674ea7e9fb11849f9621d0fdbab8739c0486278026ba9e8f27ae47f5332
-DIST unf_ext-0.0.7.3.gem 398848 SHA256 11d15d7bb7ae7f1128abc6043a375aece8af907f878e51b39027b30e183367a8 SHA512 cfae54a226004dff99da2a21615a3d54d016db552cec18730e2609ac0838e03db2f877a4f161d3a2bece644dd9b4f3a450caa86d76abe68638cfda33718a72a5 WHIRLPOOL ecf173daaaa49b7044d70162371233ae9b4ae8c6837f4e3a629f44528aed14e158af726791e3b6ee162f49697eb068c9be6ca5a1cb40d046c2a9e6cd299409cd
 DIST unf_ext-0.0.7.4.gem 398848 SHA256 8b3e34ddcc5db65c6e0c9f34b5bd62720e770ba04843d601c3730c887f131992 SHA512 2f90542c899e02c2cae06b54ad381ba0f2084880cb760357b4cedf7f171aa2eb7322a0288fadd253624c531410730624a4c8d51e5eb61a67b3fd91d985847fbb WHIRLPOOL 25d876d5d30ef8100351551f3363cf9b5b0e25d644b63ef99fbd7ddaa4cdfad8fd9ee3cb45ec4d008a7498bdecc39dbf14fc967f91848500a504b1af32eeeb2f

diff --git a/dev-ruby/unf_ext/unf_ext-0.0.7.2.ebuild b/dev-ruby/unf_ext/unf_ext-0.0.7.2.ebuild
deleted file mode 100644
index f3d39f5330d..00000000000
--- a/dev-ruby/unf_ext/unf_ext-0.0.7.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem multilib
-
-DESCRIPTION="Unicode Normalization Form support library for CRuby"
-HOMEPAGE="http://sourceforge.jp/projects/unf/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE="doc test"
-
-ruby_add_bdepend "
-	test? (
-		>=dev-ruby/test-unit-2.5.1-r1
-	)"
-
-all_ruby_prepare() {
-	sed -i -e '/bundler/,/end/ s:^:#:' Rakefile test/helper.rb || die
-}
-
-each_ruby_configure() {
-	${RUBY} -Cext/unf_ext extconf.rb || die
-}
-
-each_ruby_compile() {
-	emake -Cext/unf_ext CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}" V=1
-	cp ext/unf_ext/*$(get_modname) lib/ || die
-}
-
-each_ruby_test() {
-	ruby-ng_testrb-2 test/test_*.rb
-}

diff --git a/dev-ruby/unf_ext/unf_ext-0.0.7.3.ebuild b/dev-ruby/unf_ext/unf_ext-0.0.7.3.ebuild
deleted file mode 100644
index 308d306fcc6..00000000000
--- a/dev-ruby/unf_ext/unf_ext-0.0.7.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem multilib
-
-DESCRIPTION="Unicode Normalization Form support library for CRuby"
-HOMEPAGE="https://github.com/knu/ruby-unf_ext"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE="doc test"
-
-ruby_add_bdepend "
-	test? (
-		>=dev-ruby/test-unit-2.5.1-r1
-	)"
-
-all_ruby_prepare() {
-	sed -i -e '/bundler/,/end/ s:^:#:' Rakefile test/helper.rb || die
-}
-
-each_ruby_configure() {
-	${RUBY} -Cext/unf_ext extconf.rb || die
-}
-
-each_ruby_compile() {
-	emake -Cext/unf_ext CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}" V=1
-	cp ext/unf_ext/*$(get_modname) lib/ || die
-}
-
-each_ruby_test() {
-	ruby-ng_testrb-2 test/test_*.rb
-}


             reply	other threads:[~2017-08-23  6:14 UTC|newest]

Thread overview: 65+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-23  6:14 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-14  9:32 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/unf_ext/ Hans de Graaff
2024-05-26 23:02 Sam James
2024-05-26 23:02 Sam James
2024-05-26 23:02 Sam James
2024-05-26 23:02 Sam James
2024-05-26 22:43 Sam James
2024-05-26 22:43 Sam James
2024-05-26 22:43 Sam James
2023-12-27  7:55 Hans de Graaff
2023-11-17  7:46 Hans de Graaff
2023-11-12  7:07 Hans de Graaff
2023-11-12  7:07 Hans de Graaff
2023-03-11 17:24 Sam James
2023-03-11  8:07 Arthur Zamarin
2023-03-11  5:27 Arthur Zamarin
2023-03-10 20:29 Hans de Graaff
2022-06-28 16:59 Arthur Zamarin
2022-06-28 16:47 Arthur Zamarin
2022-05-26  6:00 Hans de Graaff
2022-05-05 11:34 Jakov Smolić
2022-05-05 11:34 Jakov Smolić
2022-04-27  4:34 Arthur Zamarin
2022-04-01  5:15 Arthur Zamarin
2022-03-15  6:59 Hans de Graaff
2021-09-15  5:46 Hans de Graaff
2021-08-11 14:29 Marek Szuba
2021-07-31  6:47 Hans de Graaff
2021-07-30 15:17 Agostino Sarubbo
2021-07-30 15:14 Agostino Sarubbo
2021-07-19  6:27 Agostino Sarubbo
2021-07-19  6:26 Agostino Sarubbo
2021-07-19  6:25 Agostino Sarubbo
2021-07-03  6:26 Hans de Graaff
2021-04-04  6:53 Hans de Graaff
2021-01-06 18:32 Fabian Groffen
2020-03-30  6:07 Hans de Graaff
2020-01-02  6:50 Hans de Graaff
2019-07-05  4:21 Hans de Graaff
2019-07-04 18:23 Sergei Trofimovich
2019-05-13  1:41 Thomas Deutschmann
2019-04-30  9:50 Mikle Kolyada
2019-04-29  8:51 Sergei Trofimovich
2019-04-29  8:49 Sergei Trofimovich
2019-04-20  6:37 Hans de Graaff
2018-12-31  7:02 Hans de Graaff
2018-07-09 19:07 Sergei Trofimovich
2018-02-07  6:30 Hans de Graaff
2017-12-28 18:06 Sergei Trofimovich
2017-09-02  7:20 Hans de Graaff
2017-08-29 21:39 Thomas Deutschmann
2017-08-26 12:01 Mikle Kolyada
2017-08-25  7:03 Sergei Trofimovich
2017-04-19  4:23 Hans de Graaff
2017-04-13  5:30 Hans de Graaff
2017-02-07  5:26 Hans de Graaff
2016-09-28  8:17 Tobias Klausmann
2016-04-23  5:24 Hans de Graaff
2016-04-14 23:41 Manuel Rüger
2016-02-04  6:36 Hans de Graaff
2016-02-04  6:36 Hans de Graaff
2015-11-12 10:15 Agostino Sarubbo
2015-11-11  9:54 Agostino Sarubbo
2015-11-11  6:05 Jeroen Roovers
2015-11-09 11:24 Agostino Sarubbo

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=1503468597.e7d56bb6a534d13fbd6f2a42431424024c88ef04.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