app-i18n/rime-data-japanese: treeclean

- First homepage is deceiving. Is not the upstream developer
- Only installs some yaml files

At least, all non official rime-data- ebuild should be described as
users contributions and be in an ebuild dedicated to it.

Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2024-11-08 00:21:26 +01:00
parent 153dfe3ff3
commit d34cd1785d
3 changed files with 0 additions and 40 deletions

View File

@@ -1 +0,0 @@
DIST rime-data-japanese-0.0.0.20230204.tar.gz 12739458 BLAKE2B 8551ced9f5780eb05e2f1c2627d57c6eaa28338aeedf55c565bf8a9e7b05cf15434cf20abf6441086c7013535c051f9c675e55c0ba20c5752c3ac5d80ea0d823 SHA512 7bd6c12dac5e95a56613e4678c5c70b170ec42481f79dd4ea7fd5d03cfa9b749cda667963f57a7593cf4dd6519cc9d447adb36e4278d17ed75ac18fe796ac835

View File

@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>Wuzy01@qq.com</email>
<name>Wu, Zhenyu</name>
</maintainer>
<upstream>
<remote-id type="github">gkovacs/rime-japanese</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,28 +0,0 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
MY_PN="rime-japanese"
MY_COMMIT="4c1e65135459175136f380e90ba52acb40fdfb2d"
DESCRIPTION="input method for typing Japanese with RIME"
HOMEPAGE="https://rime.im/ https://github.com/gkovacs/rime-japanese"
SRC_URI="https://github.com/gkovacs/${MY_PN}/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${MY_COMMIT}"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DOCS=(
README.md
)
src_install() {
insinto /usr/share/rime-data
doins *.yaml
einstalldocs
}