mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-30 18:51:17 +02:00
patch_finder: fork back from gentoo since they are removing it
This commit is contained in:
parent
213484ce90
commit
674a2df484
3 changed files with 36 additions and 0 deletions
1
dev-ruby/patch_finder/Manifest
Normal file
1
dev-ruby/patch_finder/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST patch_finder-1.0.2.gem 14848 BLAKE2B d876bb130d0174f762032aba3c1326633fc10ed539b697a83dcf7999d1ae0f5045e5d12ad409d60bebff894dee315bd19523a225885fa8d99d489ccd88434cf8 SHA512 24b269fcf9d379ca07aaecb8a9282086767eed0dfa9a12cd2523eda488621a81e90c4cb386600f3120bd503e0de1887f6826da33df4e77c5c8eb3fae61e7ca8f
|
||||
12
dev-ruby/patch_finder/metadata.xml
Normal file
12
dev-ruby/patch_finder/metadata.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>zerochaos@gentoo.org</email>
|
||||
<name>Rick Farina</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">wchen-r7/patch-finder</remote-id>
|
||||
<remote-id type="rubygems">patch_finder</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
23
dev-ruby/patch_finder/patch_finder-1.0.2.ebuild
Normal file
23
dev-ruby/patch_finder/patch_finder-1.0.2.ebuild
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
USE_RUBY="ruby23 ruby24 ruby25 ruby26"
|
||||
|
||||
RUBY_FAKEGEM_BINWRAP=""
|
||||
|
||||
RUBY_FAKEGEM_TASK_DOC=""
|
||||
RUBY_FAKEGEM_TASK_TEST=""
|
||||
|
||||
RUBY_FAKEGEM_EXTRADOC="README.md"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Generic Patch Finder"
|
||||
HOMEPAGE="https://github.com/wchen-r7/patch-finder"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
|
||||
IUSE=""
|
||||
Loading…
Reference in a new issue