aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n/fcitx-skk')
-rw-r--r--app-i18n/fcitx-skk/Manifest1
-rw-r--r--app-i18n/fcitx-skk/fcitx-skk-0.1.4.ebuild33
-rw-r--r--app-i18n/fcitx-skk/metadata.xml8
3 files changed, 0 insertions, 42 deletions
diff --git a/app-i18n/fcitx-skk/Manifest b/app-i18n/fcitx-skk/Manifest
deleted file mode 100644
index 651ae87a4..000000000
--- a/app-i18n/fcitx-skk/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST fcitx-skk-0.1.4.tar.bz2 37700 BLAKE2B 9405b30124e6f10230db42b18fcd4aefce3c58ca4c4298a3f1e84efcfe9cf2af741f29b7470ae50641ee1c508d8208dc2e536657a66b4d7b12914aca29bda035 SHA512 e1973a279e2a7caa3cda64b73421549561acef5c99555c78ff35886fee351fd75e3136160144b582a3a27cfdbe6e817dc8fdc2675684b8b1af887afd59250e43
diff --git a/app-i18n/fcitx-skk/fcitx-skk-0.1.4.ebuild b/app-i18n/fcitx-skk/fcitx-skk-0.1.4.ebuild
deleted file mode 100644
index 49562edbb..000000000
--- a/app-i18n/fcitx-skk/fcitx-skk-0.1.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg cmake
-
-DESCRIPTION="An input method engine for Fcitx"
-HOMEPAGE="https://gitlab.com/fcitx/fcitx-skk"
-SRC_URI="https://gitlab.com/fcitx/fcitx-skk/-/archive/${PV}/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="qt5"
-
-DEPEND=">=app-i18n/fcitx-4.2.8
- app-i18n/libskk
- app-i18n/skk-jisyo
- qt5? (
- app-i18n/fcitx-qt5:4
- dev-qt/qtcore:5
- dev-qt/qtgui:5=
- dev-qt/qtwidgets:5
- )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DENABLE_QT=$(usex qt5)
- )
- cmake_src_configure
-}
diff --git a/app-i18n/fcitx-skk/metadata.xml b/app-i18n/fcitx-skk/metadata.xml
deleted file mode 100644
index 9d05377ca..000000000
--- a/app-i18n/fcitx-skk/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="gitlab">fcitx/fcitx-skk</remote-id>
- </upstream>
-</pkgmetadata>