mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-18 15:28:57 -04:00
dev-ruby/mruby: drop, ebuild missing maintain (#1118)
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
This commit is contained in:
parent
34cefb2d77
commit
927fcf5000
@ -1 +0,0 @@
|
||||
DIST mruby-1.0.0.tar.gz 279821 BLAKE2B da7745271794be2c8e6f70737c616dd84ebf111f8047c4a33edcfddfd7482fbca87f6c967ebd9997744a5438b248b4cd6633ebedf1235deff276c6f90bb2085b
|
@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<name>loong0</name>
|
||||
<email>longlene@gmail.com</email>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
mruby is the lightweight implementation of the Ruby language complying to (part of) the ISO standard. mruby can be linked and embedded within your application. We provide the interpreter program "mruby" and the interactive mruby shell "mirb" as examples. You can also compile Ruby programs into compiled byte code using the mruby compiler "mrbc". The "mrbc" is also able to generate compiled byte code in a C source file.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
@ -1,26 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="mruby is the lightweight implementation of the Ruby language complying to (part of) the ISO standard."
|
||||
HOMEPAGE="https://github.com/mruby/mruby"
|
||||
SRC_URI="https://github.com/mruby/mruby/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}
|
||||
sys-devel/bison
|
||||
dev-lang/ruby"
|
||||
|
||||
src_install() {
|
||||
dobin bin/{mirb,mrbc,mruby}
|
||||
dolib.a build/host/lib/{libmruby.a,libmruby_core.a}
|
||||
|
||||
insinto /usr/include/
|
||||
doins -r include/{mrbconf.h,mruby,mruby.h}
|
||||
}
|
@ -1,30 +0,0 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit git-r3
|
||||
|
||||
DESCRIPTION="mruby is the lightweight implementation of the Ruby language complying to (part of) the ISO standard."
|
||||
HOMEPAGE="https://github.com/mruby/mruby"
|
||||
SRC_URI=""
|
||||
|
||||
EGIT_REPO_URI="https://github.com/mruby/mruby.git"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}
|
||||
sys-devel/bison
|
||||
dev-lang/ruby"
|
||||
|
||||
src_install() {
|
||||
dobin bin/{mirb,mrbc,mruby}
|
||||
dolib.a build/host/lib/{libmruby.a,libmruby_core.a}
|
||||
|
||||
insinto /usr/include/
|
||||
doins -r include/{mrbconf.h,mruby,mruby.h}
|
||||
exeinto /usr/include
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user