Diff buftok-0.2.0-r2 with a buftok-0.3.0-r1
/usr/portage/dev-ruby/buftok/buftok-0.3.0-r1.ebuild 2023-10-09 14:52:30.424368374 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
5 |
USE_RUBY="ruby26 ruby27 ruby30 ruby31" |
|
5 |
USE_RUBY="ruby30 ruby31 ruby32" |
|
6 | 6 | |
7 | 7 |
RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING.md README.md" |
8 |
RUBY_FAKEGEM_TASK_DOC="" |
|
8 | ||
9 |
RUBY_FAKEGEM_GEMSPEC="buftok.gemspec" |
|
9 | 10 | |
10 | 11 |
inherit ruby-fakegem |
11 | 12 | |
12 | 13 |
DESCRIPTION="Statefully split input data by a specifiable token" |
13 | 14 |
HOMEPAGE="https://github.com/sferik/buftok" |
15 |
SRC_URI="https://github.com/sferik/buftok/archive/v${PV}.tar.gz -> ${P}.tar.gz" |
|
14 | 16 | |
15 | 17 |
LICENSE="MIT" |
16 | 18 |
SLOT="0" |