summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2018-03-28 21:48:36 +0200
committerJohannes Huber <johu@gentoo.org>2018-03-28 21:48:47 +0200
commit820fc2e20d22d4686492df66c93634b6dd26d531 (patch)
treec8b57a1eb51043cd75971f041c69d8027b3a2809 /app-i18n
parentdev-libs/librelp-1.2.15: arm64 stable (bug #651192) (diff)
downloadgentoo-820fc2e20d22d4686492df66c93634b6dd26d531.tar.gz
gentoo-820fc2e20d22d4686492df66c93634b6dd26d531.tar.bz2
gentoo-820fc2e20d22d4686492df66c93634b6dd26d531.zip
app-i18n/kcm-fcitx: Drop SLOT 4-plasma4
Only useful in DE Plasma 4. Exported to kde sunset overlay. Closes: https://bugs.gentoo.org/635072 Package-Manager: Portage-2.3.26, Repoman-2.3.7
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/kcm-fcitx/Manifest1
-rw-r--r--app-i18n/kcm-fcitx/kcm-fcitx-0.4.3.ebuild47
-rw-r--r--app-i18n/kcm-fcitx/kcm-fcitx-4.4.9999.ebuild47
3 files changed, 0 insertions, 95 deletions
diff --git a/app-i18n/kcm-fcitx/Manifest b/app-i18n/kcm-fcitx/Manifest
index 94cb69b079c9..675a3e73aa4d 100644
--- a/app-i18n/kcm-fcitx/Manifest
+++ b/app-i18n/kcm-fcitx/Manifest
@@ -1,2 +1 @@
-DIST kcm-fcitx-0.4.3.tar.xz 56864 BLAKE2B 29fd64075273b08f4bf36d7f5c63b3548dbbb5ad408f0e48920b6665c7389c408aa3d4b3a88d9299bd29b26fcf06562a21dd739444a444ed4d7bfb56edf3715a SHA512 d311699a5d99f75d353899b7fba0a950491ee8b891724b855033449900ec4b3db9408bb1b80e60ceb0dbb0ce91072162062261a497f83a2a683214b71c3f4713
DIST kcm-fcitx-0.5.5.tar.xz 63364 BLAKE2B e3b185468a4587c510e47bee4d7260d5d9ed27032174e3928ed3f008a68e8a4b9d124bda14a75348d65c41ddff2e39bb91d8a4f3663a81788850e5fb33740c8a SHA512 e6a7bcad10003a956389ee266cf6d2f3730dafafcdd0bb43de328397749775e5cd305f16fdca2365e246c903677dba042da81a6dfd873aa1be74174e2b0b372e
diff --git a/app-i18n/kcm-fcitx/kcm-fcitx-0.4.3.ebuild b/app-i18n/kcm-fcitx/kcm-fcitx-0.4.3.ebuild
deleted file mode 100644
index bf17cd35c27d..000000000000
--- a/app-i18n/kcm-fcitx/kcm-fcitx-0.4.3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 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://github.com/fcitx/kcm-fcitx"
- EGIT_BRANCH="kde4"
-fi
-
-DESCRIPTION="KDE configuration module for Fcitx"
-HOMEPAGE="https://fcitx-im.org/ https://github.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-plasma4"
-KEYWORDS="amd64 x86"
-IUSE="minimal"
-
-RDEPEND=">=app-i18n/fcitx-4.2.9:4[qt4]
- dev-qt/qtcore:4
- dev-qt/qtdbus:4
- dev-qt/qtgui:4
- kde-frameworks/kdelibs:4
- virtual/libintl
- x11-libs/libX11
- x11-libs/libxkbfile"
-DEPEND="${RDEPEND}
- dev-util/automoc
- sys-devel/gettext
- virtual/pkgconfig"
-
-src_prepare() {
- if use minimal; then
- cmake_comment_add_subdirectory layout po
- fi
-
- cmake-utils_src_prepare
-}
diff --git a/app-i18n/kcm-fcitx/kcm-fcitx-4.4.9999.ebuild b/app-i18n/kcm-fcitx/kcm-fcitx-4.4.9999.ebuild
deleted file mode 100644
index 5862a01fbdd9..000000000000
--- a/app-i18n/kcm-fcitx/kcm-fcitx-4.4.9999.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 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://github.com/fcitx/kcm-fcitx"
- EGIT_BRANCH="kde4"
-fi
-
-DESCRIPTION="KDE configuration module for Fcitx"
-HOMEPAGE="https://fcitx-im.org/ https://github.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-plasma4"
-KEYWORDS=""
-IUSE="minimal"
-
-RDEPEND=">=app-i18n/fcitx-4.2.9:4[qt4]
- dev-qt/qtcore:4
- dev-qt/qtdbus:4
- dev-qt/qtgui:4
- kde-frameworks/kdelibs:4
- virtual/libintl
- x11-libs/libX11
- x11-libs/libxkbfile"
-DEPEND="${RDEPEND}
- dev-util/automoc
- sys-devel/gettext
- virtual/pkgconfig"
-
-src_prepare() {
- if use minimal; then
- cmake_comment_add_subdirectory layout po
- fi
-
- cmake-utils_src_prepare
-}