Сравнение ffi-compiler-1.0.1-r2 с ffi-compiler-1.2.1
/usr/portage/dev-ruby/ffi-compiler/ffi-compiler-1.2.1.ebuild 2023-10-09 14:52:30.432368374 +0300 | ||
---|---|---|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
5 |
USE_RUBY="ruby27 ruby30 ruby31 ruby32" |
|
6 | 5 | |
6 |
USE_RUBY="ruby30 ruby31 ruby32" |
|
7 | 7 |
RUBY_FAKEGEM_EXTRADOC="README.md" |
8 | ||
9 | 8 |
RUBY_FAKEGEM_RECIPE_TEST="none" |
10 | ||
9 |
RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" |
|
11 | 10 |
inherit ruby-fakegem |
12 | 11 | |
13 | 12 |
DESCRIPTION="Ruby FFI Rakefile generator" |
14 | 13 |
HOMEPAGE="https://github.com/ffi/ffi/wiki" |
14 |
SRC_URI="https://github.com/ffi/ffi-compiler/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" |
|
15 | 15 | |
16 | 16 |
LICENSE="Apache-2.0" |
17 | 17 |
SLOT="0" |
18 | 18 |
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" |
19 |
IUSE="" |
|
20 |
# PATCHES=( "${FILESDIR}/respect-cflags.patch" ) |
|
21 | 19 | |
22 | 20 |
ruby_add_rdepend "dev-ruby/rake >=dev-ruby/ffi-1.0.0" |