Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 838005 Details for
Bug 883449
dev-ruby/facter-4.2.13 Version bump request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
facter-4.2.13.ebuild
facter-4.2.12.ebuild (text/plain), 1.20 KB, created by
Brian Evans (RETIRED)
on 2022-11-28 18:03:22 UTC
(
hide
)
Description:
facter-4.2.13.ebuild
Filename:
MIME Type:
Creator:
Brian Evans (RETIRED)
Created:
2022-11-28 18:03:22 UTC
Size:
1.20 KB
patch
obsolete
># Copyright 1999-2022 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=8 >USE_RUBY="ruby26 ruby27 ruby30 ruby31" >RUBY_FAKEGEM_GEMSPEC="facter.gemspec" >RUBY_FAKEGEM_RECIPE_TEST="rake" >RUBY_FAKEGEM_RECIPE_DOC="yard" > >inherit ruby-ng ruby-fakegem > >DESCRIPTION="A cross-platform ruby library for retrieving facts from operating systems" >HOMEPAGE="http://www.puppetlabs.com/puppet/related-projects/facter/" > >LICENSE="Apache-2.0" >SLOT="0" >IUSE="test" >if [[ ${PV} == 9999 ]] ; then > inherit git-r3 > EGIT_REPO_URI="https://github.com/puppetlabs/facter.git" > EGIT_BRANCH="master" >else > [[ "${PV}" = *_rc* ]] || \ > KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" > SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" >fi > ># Broken as it needs rubocop >RESTRICT="test" > >ruby_add_rdepend "dev-ruby/hocon <dev-ruby/thor-2.0 dev-ruby/ffi" >#ruby_add_bdepend "test? ( dev-ruby/rspec:3 dev-ruby/mocha:0.14 )" > >src_unpack() { > if [[ ${PV} == 9999 ]] ; then > git-r3_src_unpack > fi > ruby-ng_src_unpack >} > >all_ruby_prepare() { > sed -e 's/__dir__/"."/' \ > -e 's/__FILE__/"'${RUBY_FAKEGEM_GEMSPEC}'"/' \ > -i ${RUBY_FAKEGEM_GEMSPEC} || die >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 883449
:
838005
|
838603