diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-10-13 22:19:36 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-10-14 23:22:23 +0100 |
commit | 4b19be30aa626b327c885dae62c559ec0e9fb935 (patch) | |
tree | 76e74807bc479502e13866b581b6bf86734ec634 /app-i18n/fcitx-anthy | |
parent | 30d6f67c98d149508509d5e86f176d558793acc0 (diff) |
gentoo resync : 13.10.2019
Diffstat (limited to 'app-i18n/fcitx-anthy')
-rw-r--r-- | app-i18n/fcitx-anthy/Manifest | 4 | ||||
-rw-r--r-- | app-i18n/fcitx-anthy/fcitx-anthy-0.2.3.ebuild | 16 | ||||
-rw-r--r-- | app-i18n/fcitx-anthy/fcitx-anthy-4.9999.ebuild | 16 |
3 files changed, 18 insertions, 18 deletions
diff --git a/app-i18n/fcitx-anthy/Manifest b/app-i18n/fcitx-anthy/Manifest index 98b9aa35aecb..4ffb033ab01e 100644 --- a/app-i18n/fcitx-anthy/Manifest +++ b/app-i18n/fcitx-anthy/Manifest @@ -1,4 +1,4 @@ DIST fcitx-anthy-0.2.3.tar.xz 78020 BLAKE2B ae054f753dd7d10a0dafd80d67413c29806b6c3b08de9eac3d7eae1d540f01b7bafd22bd9c722a7fc517f1752d90c1c3d82e75aaf58a807daa60b7e9a047d152 SHA512 2769871059053fb370ba84af7cdf0c461d64724a240d58a5a8889cfd9bfb5d145998f79ed2d06a1ae1ab907f9db04fc122bfaf6957ef572fc833e400ffefc642 -EBUILD fcitx-anthy-0.2.3.ebuild 798 BLAKE2B 805bbb10e45fbd7369062b3eabe60b243e8756cc20ce32a2bc5ecd93ac032a0730391c3ef5a6f988661f816874034129d594c147150fb8d516f537049dd19314 SHA512 fcebed91625aa1384004afa91bdc9e3eff7f6f0a45ba242173d2405b89456efb43ce369b30df5f83c7300fa009ccb99501ed95df88b4eebf93cde1666ee6f394 -EBUILD fcitx-anthy-4.9999.ebuild 779 BLAKE2B 2b3f742f2c2de37be44351048092c61b01a872fff280e573838e6e5d710d0cb3fd0f557d9d1528704d9da8bcbad5418af06fc1c9edcb909e43df13e0d24049ff SHA512 b1a4fe8f93736658012905e027ddb665f4e6602bc4638333fa9af283b50b73a6f7b3b9a9a4a26dda2113131b712c818964b1d1a1ae45adaf94f91baea7b0a04a +EBUILD fcitx-anthy-0.2.3.ebuild 794 BLAKE2B 02b44220f7de069bf90a64cdf8405fe11905b8c91bf4b16d3d85038f2b42a14a84b09a82954dda3f4ebc8af79584ba9ede75df141f9e3100c574bd2ec8dc43e6 SHA512 b62d0f4344c423beaefcadbe3d8bb55e309bc32666c3ed1d76b7b1e33e8023579f572d52cae92be970c52bb97e55201b44782d29c952930c53a0405b8cc88d75 +EBUILD fcitx-anthy-4.9999.ebuild 775 BLAKE2B 499c8b09c5e4dcff4689780ae84a0651752a210fc660e495a5480062036a1d580c764a3c08223c7c05345bc33ab23743cdf10ddab417869902481536c408889f SHA512 85ffd55a35aed0371fbd356925a302651da9c0d6f73c2594f5c44cf9bce831f983fe44013e9621acd6d3c98156cf2b74ef6a2441e19e382d7ad7108901579718 MISC metadata.xml 450 BLAKE2B f1d48fdccecc3112eceb62a5c60305b894fdc1ed0856fc176178ff3dbd2ca5a5125a9449cd51947a6e4478b5dd6cf817786824b5cc1841c1cd40f5bf9262e695 SHA512 2a104c976ff4336b60a5c14f49b56f634c808c5c73f8fad195028e2cc71c03e68384d315fb44e993c6ae22489e400759e3a0c11ab04f8e96d3d445a9beb97204 diff --git a/app-i18n/fcitx-anthy/fcitx-anthy-0.2.3.ebuild b/app-i18n/fcitx-anthy/fcitx-anthy-0.2.3.ebuild index 7f2661d3e6b3..455118af7af9 100644 --- a/app-i18n/fcitx-anthy/fcitx-anthy-0.2.3.ebuild +++ b/app-i18n/fcitx-anthy/fcitx-anthy-0.2.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 2013-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" -inherit cmake-utils gnome2-utils +inherit cmake-utils xdg-utils if [[ "${PV}" =~ (^|\.)9999$ ]]; then inherit git-r3 @@ -24,18 +24,18 @@ SLOT="4" KEYWORDS="amd64 ppc ppc64 x86" IUSE="" -RDEPEND=">=app-i18n/fcitx-4.2.9:4[X,xml] +BDEPEND="virtual/pkgconfig" +DEPEND=">=app-i18n/fcitx-4.2.9:4[X,xml] app-i18n/anthy:= virtual/libintl" -DEPEND="${RDEPEND} - virtual/pkgconfig" +RDEPEND="${DEPEND}" DOCS=(AUTHORS) pkg_postinst() { - gnome2_icon_cache_update + xdg_icon_cache_update } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update } diff --git a/app-i18n/fcitx-anthy/fcitx-anthy-4.9999.ebuild b/app-i18n/fcitx-anthy/fcitx-anthy-4.9999.ebuild index a0729a41bd38..24f0e97c1e8f 100644 --- a/app-i18n/fcitx-anthy/fcitx-anthy-4.9999.ebuild +++ b/app-i18n/fcitx-anthy/fcitx-anthy-4.9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 2013-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" -inherit cmake-utils gnome2-utils +inherit cmake-utils xdg-utils if [[ "${PV}" =~ (^|\.)9999$ ]]; then inherit git-r3 @@ -24,18 +24,18 @@ SLOT="4" KEYWORDS="" IUSE="" -RDEPEND=">=app-i18n/fcitx-4.2.9:4[X,xml] +BDEPEND="virtual/pkgconfig" +DEPEND=">=app-i18n/fcitx-4.2.9:4[X,xml] app-i18n/anthy:= virtual/libintl" -DEPEND="${RDEPEND} - virtual/pkgconfig" +RDEPEND="${DEPEND}" DOCS=(AUTHORS) pkg_postinst() { - gnome2_icon_cache_update + xdg_icon_cache_update } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update } |