From d87262dd706fec50cd150aab3e93883b6337466d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:56:41 +0100 Subject: gentoo resync : 14.07.2018 --- app-i18n/kcm-fcitx/Manifest | 4 -- app-i18n/kcm-fcitx/kcm-fcitx-0.5.5.ebuild | 56 ---------------------------- app-i18n/kcm-fcitx/kcm-fcitx-4.5.9999.ebuild | 56 ---------------------------- app-i18n/kcm-fcitx/metadata.xml | 15 -------- 4 files changed, 131 deletions(-) delete mode 100644 app-i18n/kcm-fcitx/Manifest delete mode 100644 app-i18n/kcm-fcitx/kcm-fcitx-0.5.5.ebuild delete mode 100644 app-i18n/kcm-fcitx/kcm-fcitx-4.5.9999.ebuild delete mode 100644 app-i18n/kcm-fcitx/metadata.xml (limited to 'app-i18n/kcm-fcitx') diff --git a/app-i18n/kcm-fcitx/Manifest b/app-i18n/kcm-fcitx/Manifest deleted file mode 100644 index 0a65d04f79ce..000000000000 --- a/app-i18n/kcm-fcitx/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST kcm-fcitx-0.5.5.tar.xz 63364 BLAKE2B e3b185468a4587c510e47bee4d7260d5d9ed27032174e3928ed3f008a68e8a4b9d124bda14a75348d65c41ddff2e39bb91d8a4f3663a81788850e5fb33740c8a SHA512 e6a7bcad10003a956389ee266cf6d2f3730dafafcdd0bb43de328397749775e5cd305f16fdca2365e246c903677dba042da81a6dfd873aa1be74174e2b0b372e -EBUILD kcm-fcitx-0.5.5.ebuild 1203 BLAKE2B b6422b0196812806f1b7716cdb8f2e1fece5305b7e8eebe4734490060fd5fbd6eb271c3a377a91e60b9a6a7b93a329e7ea9ca246d63d2761d9345ec9e826b898 SHA512 234436e87f098dfb7d68bb3b4d65373973ae715d747808af111bf74717228d220ebf6262e5fa688f8a44a28bc94f315d4ce0a4ee5b49450e56769374fafd2c89 -EBUILD kcm-fcitx-4.5.9999.ebuild 1194 BLAKE2B 37affb25294a9496c252d3c1621bf73db21dd0758a2c39dbfd8bb6d700f9be4764c22d63583441a08ad2faed705ac72637c9661431666ded5d08c585ace63c77 SHA512 62907b0aeaa297a759d2d55c1073451af6023572f86f9ed9007bddc46830e2a757e71bbf0994a5750a14cee0df05a649cfdad964f89c06db2b1052c45e9b9ea6 -MISC metadata.xml 448 BLAKE2B e993e02967a27e6b0dbe9e55b6dd458bae6c06c1b31d07c7aeea6ab634591818f1b330b77d8c8977ac0c634fa9df63fe62e574088bff36c81e23d08c275f289e SHA512 384cdfaff47be5264ff02defb5a2f572efc752c63b370bd9ede3cd2bd61ad1d734a9c878263d1e418887635475504a3992069670702497cb92eb0bde0d2ab08b diff --git a/app-i18n/kcm-fcitx/kcm-fcitx-0.5.5.ebuild b/app-i18n/kcm-fcitx/kcm-fcitx-0.5.5.ebuild deleted file mode 100644 index e9d8466014b5..000000000000 --- a/app-i18n/kcm-fcitx/kcm-fcitx-0.5.5.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -inherit cmake-utils - -if [[ "${PV}" =~ (^|\.)9999$ ]]; then - inherit git-r3 - - EGIT_REPO_URI="https://gitlab.com/fcitx/kcm-fcitx.git" -fi - -DESCRIPTION="KDE configuration module for Fcitx" -HOMEPAGE="https://fcitx-im.org/ https://gitlab.com/fcitx/kcm-fcitx" -if [[ "${PV}" =~ (^|\.)9999$ ]]; then - SRC_URI="" -else - SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz" -fi - -LICENSE="GPL-2+" -SLOT="4-plasma5" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=">=app-i18n/fcitx-4.2.9:4 - >=app-i18n/fcitx-qt5-1.1:4 - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - kde-frameworks/kconfigwidgets:5 - kde-frameworks/kcoreaddons:5 - kde-frameworks/ki18n:5 - kde-frameworks/kio:5 - kde-frameworks/kitemviews:5 - kde-frameworks/knewstuff:5 - kde-frameworks/kwidgetsaddons:5 - virtual/libintl - x11-libs/libX11 - x11-libs/libxkbfile - !${CATEGORY}/${PN}:4[-minimal(-)]" -DEPEND="${RDEPEND} - kde-frameworks/extra-cmake-modules:5 - sys-devel/gettext - virtual/pkgconfig" - -src_configure() { - local mycmakeargs=( - -DKDE_INSTALL_USE_QT_SYS_PATHS=yes - ) - - cmake-utils_src_configure -} diff --git a/app-i18n/kcm-fcitx/kcm-fcitx-4.5.9999.ebuild b/app-i18n/kcm-fcitx/kcm-fcitx-4.5.9999.ebuild deleted file mode 100644 index c0dd64f9323d..000000000000 --- a/app-i18n/kcm-fcitx/kcm-fcitx-4.5.9999.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -inherit cmake-utils - -if [[ "${PV}" =~ (^|\.)9999$ ]]; then - inherit git-r3 - - EGIT_REPO_URI="https://gitlab.com/fcitx/kcm-fcitx.git" -fi - -DESCRIPTION="KDE configuration module for Fcitx" -HOMEPAGE="https://fcitx-im.org/ https://gitlab.com/fcitx/kcm-fcitx" -if [[ "${PV}" =~ (^|\.)9999$ ]]; then - SRC_URI="" -else - SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz" -fi - -LICENSE="GPL-2+" -SLOT="4-plasma5" -KEYWORDS="" -IUSE="" - -RDEPEND=">=app-i18n/fcitx-4.2.9:4 - >=app-i18n/fcitx-qt5-1.1:4 - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - kde-frameworks/kconfigwidgets:5 - kde-frameworks/kcoreaddons:5 - kde-frameworks/ki18n:5 - kde-frameworks/kio:5 - kde-frameworks/kitemviews:5 - kde-frameworks/knewstuff:5 - kde-frameworks/kwidgetsaddons:5 - virtual/libintl - x11-libs/libX11 - x11-libs/libxkbfile - !${CATEGORY}/${PN}:4[-minimal(-)]" -DEPEND="${RDEPEND} - kde-frameworks/extra-cmake-modules:5 - sys-devel/gettext - virtual/pkgconfig" - -src_configure() { - local mycmakeargs=( - -DKDE_INSTALL_USE_QT_SYS_PATHS=yes - ) - - cmake-utils_src_configure -} diff --git a/app-i18n/kcm-fcitx/metadata.xml b/app-i18n/kcm-fcitx/metadata.xml deleted file mode 100644 index 0b3021abdac5..000000000000 --- a/app-i18n/kcm-fcitx/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - arfrever.fta@gmail.com - Arfrever Frehtes Taifersar Arahesis - - - cjk@gentoo.org - Cjk - - - fcitx/kcm-fcitx - - -- cgit v1.2.3