Install this version:
emerge -a =dev-ruby/groupdate-6.5.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-ruby/groupdate-6.5.1
Or alternatively:
emerge --autounmask-write -a =dev-ruby/groupdate-6.5.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 6.5.1 | 8 | ~amd64 | $(ver_cut 1) |
# 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:*"
ruby_add_bdepend "test? ( >=dev-ruby/activerecord-7[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
}
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
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | groupdate-6.5.1.tar.gz | 25765 bytes | https://github.com/ankane/groupdate/archive/v6.5.1.tar.gz |