summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2023-11-08 13:30:23 +0100
committerFlorian Schmaus <flow@gentoo.org>2023-11-08 13:30:37 +0100
commitbc1cc9e1d03c242ae594408c94a0a0bae88d3093 (patch)
tree4a08e6ac9aa392e2e4a986996901eca7c74f4e4e /app-dicts
parentdev-python/openstacksdk: Enable py3.12 (diff)
downloadgentoo-bc1cc9e1d03c242ae594408c94a0a0bae88d3093.tar.gz
gentoo-bc1cc9e1d03c242ae594408c94a0a0bae88d3093.tar.bz2
gentoo-bc1cc9e1d03c242ae594408c94a0a0bae88d3093.zip
app-dicts/prime-dict: treeclean
Closes: https://bugs.gentoo.org/909023 Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/prime-dict/Manifest1
-rw-r--r--app-dicts/prime-dict/metadata.xml11
-rw-r--r--app-dicts/prime-dict/prime-dict-1.0.0-r3.ebuild32
3 files changed, 0 insertions, 44 deletions
diff --git a/app-dicts/prime-dict/Manifest b/app-dicts/prime-dict/Manifest
deleted file mode 100644
index e416bac051d2..000000000000
--- a/app-dicts/prime-dict/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST prime-dict-1.0.0.tar.gz 6756593 BLAKE2B 7348e7a46dcf5a6d15ec2c5e09c4d89e724d912071a11b48b52f9e6cff62c0c52b7736da322a69ed6662e03c4b987702691174d48331e4ed692887d72b9169c0 SHA512 0cad16048baeeca982feaa3e95f7afaabaa94f511e1e80ad332cf106ea39e226f3119bcdc9636010cb5d5e0aef10dec0b8fc4d42b743e32c51971cb45e85dabf
diff --git a/app-dicts/prime-dict/metadata.xml b/app-dicts/prime-dict/metadata.xml
deleted file mode 100644
index fbe189082a88..000000000000
--- a/app-dicts/prime-dict/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>cjk@gentoo.org</email>
- <name>Cjk</name>
- </maintainer>
- <upstream>
- <remote-id type="osdn">prime</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-dicts/prime-dict/prime-dict-1.0.0-r3.ebuild b/app-dicts/prime-dict/prime-dict-1.0.0-r3.ebuild
deleted file mode 100644
index 863d0101413d..000000000000
--- a/app-dicts/prime-dict/prime-dict-1.0.0-r3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby31"
-
-inherit ruby-ng
-
-DESCRIPTION="Dictionary files for PRIME input method"
-HOMEPAGE="http://taiyaki.org/prime/"
-SRC_URI="https://${PN}.osdn.jp/src/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ppc ppc64 ~riscv ~sparc x86"
-IUSE=""
-
-each_ruby_configure() {
- econf --with-rubydir="$(ruby_rbconfig_value 'sitelibdir')"
-}
-
-each_ruby_compile() {
- emake
-}
-
-each_ruby_install() {
- emake DESTDIR="${D}" install
-}
-
-all_ruby_install() {
- einstalldocs
-}