dev-ruby/groupdate - 6.7.0 (graaff)

Search

Install

Install this version:

emerge -a =dev-ruby/groupdate-6.7.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-ruby/groupdate-6.7.0

Or alternatively:

emerge --autounmask-write -a =dev-ruby/groupdate-6.7.0

Package Information

Description:
The simplest way to group temporal data
Homepage:
https://github.com/ankane/groupdate
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
6.7.0 8 ~amd64 $(ver_cut 1)
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

USE_RUBY="ruby32 ruby33 ruby34"

RUBY_FAKEGEM_EXTRADOC="README.md"
RUBY_FAKEGEM_GEMSPEC="groupdate.gemspec"
RUBY_FAKEGEM_TASK_TEST="test:enumerable test:sqlite"

inherit ruby-fakegem

DESCRIPTION="The simplest way to group temporal data"
HOMEPAGE="https://github.com/ankane/groupdate"
SRC_URI="https://github.com/ankane/groupdate/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"

SLOT="$(ver_cut 1)"
KEYWORDS="~amd64"
IUSE="test"

ruby_add_rdepend ">=dev-ruby/activesupport-7.1:*"

ruby_add_bdepend "test? ( >=dev-ruby/activerecord-7.1[sqlite] )"

all_ruby_prepare() {
	sed -i -e '/bundler/I s:^:#:' Rakefile test/test_helper.rb || die
	sed -i -e '3irequire "groupdate"' test/test_helper.rb || die

	sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-ruby/groupdate | euse -E <flag> -p dev-ruby/groupdate | euse -D <flag> -p dev-ruby/groupdate

Global/Standard Flags

Inherited Eclasses

Manifest for 6.7.0

Type File Size Source URLs
DIST groupdate-6.7.0.tar.gz 26248 bytes https://github.com/ankane/groupdate/archive/v6.7.0.tar.gz