From 6635ba1924005ba2e0bb614a537d84e8fa74a51b Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Tue, 28 Nov 2017 18:02:02 +0100 Subject: app-i18n/*fcitx*: Delete old versions. --- app-i18n/fcitx-configtool/Manifest | 5 +-- .../fcitx-configtool/fcitx-configtool-0.4.6.ebuild | 33 ----------------- .../fcitx-configtool/fcitx-configtool-0.4.8.ebuild | 32 ---------------- .../fcitx-configtool/fcitx-configtool-0.4.9.ebuild | 43 ---------------------- app-i18n/fcitx-configtool/metadata.xml | 3 -- 5 files changed, 1 insertion(+), 115 deletions(-) delete mode 100644 app-i18n/fcitx-configtool/fcitx-configtool-0.4.6.ebuild delete mode 100644 app-i18n/fcitx-configtool/fcitx-configtool-0.4.8.ebuild delete mode 100644 app-i18n/fcitx-configtool/fcitx-configtool-0.4.9.ebuild (limited to 'app-i18n/fcitx-configtool') diff --git a/app-i18n/fcitx-configtool/Manifest b/app-i18n/fcitx-configtool/Manifest index 34fce1a3e93e..1cf6ca87802c 100644 --- a/app-i18n/fcitx-configtool/Manifest +++ b/app-i18n/fcitx-configtool/Manifest @@ -1,4 +1 @@ -DIST fcitx-configtool-0.4.10.tar.xz 50440 SHA256 bcc4976976bfbddbfec3f689f38927fbabc7f7fa611ea252a789583ea14cd1fb SHA512 1c1267e9de694bbd5f258b5bba1e7514c4f8556cdc82a1cce5eafd8a4ec571955285dade0acd02f128eca01f867a30c5c6264ee7e91d32a333eba6e4d275fe8f WHIRLPOOL bbbc2a5c9d2247312b00c75a2469ec11f2992d8ca9d5b6bc7fec7b395973dd64fb3c7aed796682ea2a819f227daddb371a565cbedab7ba2b08838a74051c8417 -DIST fcitx-configtool-0.4.6.tar.xz 41992 SHA256 8d64107f9f12b4f2cbd82e40b87a2dc4dc76d0ff854481c1103d5e9a2c2e129d SHA512 946bceb77fc6d14210154d9264c86d3333f910893cf3054f65eab72641421847e8ac003889b742f4c28f74c8ab1cfbcfb82abe35ea83ca2548cfc1decc92fc4c WHIRLPOOL 58f8a420f6c98cb6d710bd05d8ca2a3ca48a115015e6de98b105bf71b59bf3dab34eb63009d763dc7a3554fa6ec0b442e8bb277f890230dd94ec371397a6766c -DIST fcitx-configtool-0.4.8.tar.xz 47196 SHA256 0ebc06d9d325fed096e9cb61fe53b82000d2de0e9aefe5945ba8f0aa2ca851ed SHA512 7b3c43b9d7d1dab04880effe6fc4e80e64c9bad34699c0c8d2992ec971605ef2eaa0b1fb13f71a582289c75560c3edc95af21f6413ac2bb594d5cdb31a0b4cb7 WHIRLPOOL a1817bcc9d6bdcd96e66dbe71d44cb66d6b66802e366b8f21d5f922495176463fc23adff2bbdbfb4003ddcef43839fab06715231fdaada8714eec1e3a073f18f -DIST fcitx-configtool-0.4.9.tar.xz 48796 SHA256 592075d28224f8ce5304281c507ab2f9a9dd93f118eeec30d442ff3db214f9fa SHA512 800c731b370ace833179560260df7ffc9c0235c4f3257e8a99a0194f2fd06b71f738e6c77985871c3368179f944da2165dac5d4a8f7ba083519cb2509a9eb62b WHIRLPOOL ae5157178cbaedd66512da6548e79b0a09dd11e4ce8797ae3387c698cd33b51facf1153dca0d3e16cbf77a01959d01251a5dcd7fb6b30f119807d56a2a0f8470 +DIST fcitx-configtool-0.4.10.tar.xz 50440 BLAKE2B f2f2241d3ea139f6f3de9b8c6ffcc71c789dfa291efe4c551596eebc8a04f13f9fe698cc25d8349a174399044d15ddca2aeab952ac2bc7f0f4e9e47d453329ca SHA512 1c1267e9de694bbd5f258b5bba1e7514c4f8556cdc82a1cce5eafd8a4ec571955285dade0acd02f128eca01f867a30c5c6264ee7e91d32a333eba6e4d275fe8f diff --git a/app-i18n/fcitx-configtool/fcitx-configtool-0.4.6.ebuild b/app-i18n/fcitx-configtool/fcitx-configtool-0.4.6.ebuild deleted file mode 100644 index 1bef6d8f0e68..000000000000 --- a/app-i18n/fcitx-configtool/fcitx-configtool-0.4.6.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit cmake-utils - -DESCRIPTION="A GTK+ GUI configuration tool for fcitx" -HOMEPAGE="http://fcitx-im.org/" -SRC_URI="https://fcitx.googlecode.com/files/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="4" -KEYWORDS="amd64 ppc ~ppc64 x86" -IUSE="gtk +gtk3" -REQUIRED_USE="|| ( gtk gtk3 )" - -RDEPEND=">=app-i18n/fcitx-4.2.7 - dev-libs/glib:2 - gtk? ( x11-libs/gtk+:2 ) - gtk3? ( x11-libs/gtk+:3 )" -DEPEND="${RDEPEND} - app-text/iso-codes - dev-libs/libunique:1 - dev-util/intltool - virtual/pkgconfig" - -src_configure() { - local mycmakeargs=" - $(cmake-utils_use_enable gtk GTK2) - $(cmake-utils_use_enable gtk3 GTK3)" - cmake-utils_src_configure -} diff --git a/app-i18n/fcitx-configtool/fcitx-configtool-0.4.8.ebuild b/app-i18n/fcitx-configtool/fcitx-configtool-0.4.8.ebuild deleted file mode 100644 index 3a94d897cdae..000000000000 --- a/app-i18n/fcitx-configtool/fcitx-configtool-0.4.8.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit cmake-utils - -DESCRIPTION="A GTK+ GUI configuration tool for fcitx" -HOMEPAGE="http://fcitx-im.org/" -SRC_URI="http://download.fcitx-im.org/${PN}/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="4" -KEYWORDS="amd64 ~ppc ppc64 ~x86" -IUSE="gtk +gtk3" -REQUIRED_USE="|| ( gtk gtk3 )" - -RDEPEND=">=app-i18n/fcitx-4.2.8 - dev-libs/glib:2 - gtk? ( x11-libs/gtk+:2 ) - gtk3? ( x11-libs/gtk+:3 )" -DEPEND="${RDEPEND} - app-text/iso-codes - dev-libs/libunique:1 - dev-util/intltool - virtual/pkgconfig" - -src_configure() { - local mycmakeargs=" - $(cmake-utils_use_enable gtk GTK2) - $(cmake-utils_use_enable gtk3 GTK3)" - cmake-utils_src_configure -} diff --git a/app-i18n/fcitx-configtool/fcitx-configtool-0.4.9.ebuild b/app-i18n/fcitx-configtool/fcitx-configtool-0.4.9.ebuild deleted file mode 100644 index 871b14fd1c26..000000000000 --- a/app-i18n/fcitx-configtool/fcitx-configtool-0.4.9.ebuild +++ /dev/null @@ -1,43 +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/fcitx-configtool" -fi - -DESCRIPTION="GTK+ GUI configuration tool for Fcitx" -HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-configtool" -if [[ "${PV}" == "9999" ]]; then - SRC_URI="" -else - SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz" -fi - -LICENSE="GPL-2+" -SLOT="4" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -RDEPEND=">=app-i18n/fcitx-4.2.8 - app-text/iso-codes - dev-libs/glib:2 - x11-libs/gtk+:3" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS=() - -src_configure() { - local mycmakeargs=( - -DENABLE_GTK2=OFF - -DENABLE_GTK3=ON - ) - - cmake-utils_src_configure -} diff --git a/app-i18n/fcitx-configtool/metadata.xml b/app-i18n/fcitx-configtool/metadata.xml index 16a37e906ad6..c7779e9268e6 100644 --- a/app-i18n/fcitx-configtool/metadata.xml +++ b/app-i18n/fcitx-configtool/metadata.xml @@ -9,9 +9,6 @@ cjk@gentoo.org Cjk - - Use GTK+3 instead of 2 - fcitx/fcitx-configtool -- cgit v1.2.3-65-gdbad