dev-scheme/guile-colorized: move to ::guru

Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
Maciej Barć 2021-02-01 18:32:55 +01:00
parent 16b3b1eb3d
commit 3e933d9221
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
2 changed files with 0 additions and 54 deletions

View File

@ -1,43 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit git-r3
DESCRIPTION="Colorized REPL for GNU Guile"
HOMEPAGE="https://gitlab.com/NalaGinrut/guile-colorized/"
EGIT_REPO_URI="https://gitlab.com/NalaGinrut/${PN}.git"
RESTRICT="mirror"
LICENSE="GPL-3"
SLOT="0"
RDEPEND="
>=dev-scheme/guile-2.0.9
"
DEPEND="
${RDEPEND}
"
DOCS=(
README.md
)
src_prepare() {
default
find "${S}" -name "*.scm" -exec touch {} + || die
}
src_compile() {
:
}
src_install() {
einstalldocs
local loadpath=$(guile -c "(display (string-append (car %load-path) \"/ice-9\"))")
mkdir -p "${D}${loadpath}"
emake TARGET="${D}${loadpath}" install
}

View File

@ -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">
<email>xgqt@protonmail.com</email>
<name>Maciej Barć</name>
</maintainer>
<upstream>
<remote-id type="gitlab">NalaGinrut/guile-colorized</remote-id>
</upstream>
</pkgmetadata>