public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
From: Daisuke Fujimura <booleanlabel@gmail.com>
To: cygwin-apps@cygwin.com
Subject: [ITA] ruby-hitimes 2.0.0
Date: Sat, 20 May 2023 21:04:52 +0900	[thread overview]
Message-ID: <CAA3frXRsbuOzYjcwTSepmoeYfg4m4AV+Gg2AfMv-UqJfFy3fsw@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 417 bytes --]

Hello,

====

Cygportfile:
- https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-hitimes

Packages, logs:
- https://github.com/cygwin/scallywag/actions/runs/5031987345

Changes:
- Add ARCH=noarch
  - https://github.com/copiousfreetime/hitimes/blob/main/HISTORY.md#version-200-2019-09-23
    > Remove the C and Java extensions as Process.clock_gettime() has
the same resolution as what the extensions did.

[-- Attachment #2: ruby-hitimes.cygport.diff --]
[-- Type: application/octet-stream, Size: 794 bytes --]

diff --git a/ruby-hitimes.cygport b/ruby-hitimes.cygport
index 786cdd4..b0c598d 100644
--- a/ruby-hitimes.cygport
+++ b/ruby-hitimes.cygport
@@ -1,7 +1,7 @@
 inherit rubygem
 
 NAME="ruby-hitimes"
-VERSION=1.3.1
+VERSION=2.0.0
 RELEASE=1
 CATEGORY="Ruby"
 SUMMARY="Ruby high resolution timer library"
@@ -9,6 +9,10 @@ DESCRIPTION="Hitimes is a fast, high resolution timer library for recording
 performance metrics. It uses the appropriate low method calls for each system
 to get the highest granularity time increments possible."
 
+LICENSE="ISC"
+
+ARCH=noarch
+
 PKG_NAMES="${NAME} ${NAME}-doc"
-ruby_hitimes_CONTENTS="${RUBYGEM_EXTDIR#/} ${RUBYGEM_INSTDIR#/} ${RUBYGEM_SPEC#/}"
+ruby_hitimes_CONTENTS="${RUBYGEM_INSTDIR#/} ${RUBYGEM_SPEC#/}"
 ruby_hitimes_doc_CONTENTS=${RUBYGEM_DOCDIR#/}

             reply	other threads:[~2023-05-20 12:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-20 12:04 Daisuke Fujimura [this message]
2023-05-20 12:55 ` Marco Atzeri

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=CAA3frXRsbuOzYjcwTSepmoeYfg4m4AV+Gg2AfMv-UqJfFy3fsw@mail.gmail.com \
    --to=booleanlabel@gmail.com \
    --cc=cygwin-apps@cygwin.com \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).