summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2020-08-01 21:43:00 +0900
committerAkinori Hattori <hattya@gentoo.org>2020-08-01 21:43:00 +0900
commit553c2ed2679c30adcff4c9444acbad42023acacc (patch)
treeb6f9460787c734a5793f65a086478a997ab7335c /app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild
parentapp-i18n/ibus-cangjie: update to EAPI 7 (diff)
downloadgentoo-553c2ed2679c30adcff4c9444acbad42023acacc.tar.gz
gentoo-553c2ed2679c30adcff4c9444acbad42023acacc.tar.bz2
gentoo-553c2ed2679c30adcff4c9444acbad42023acacc.zip
app-i18n/ibus-cangjie: update metadata location
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild')
-rw-r--r--app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild53
1 files changed, 0 insertions, 53 deletions
diff --git a/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild b/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild
deleted file mode 100644
index 1f42602a211a..000000000000
--- a/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit gnome2-utils python-r1 xdg
-
-DESCRIPTION="Chinese Cangjie and Quick engines for IBus"
-HOMEPAGE="http://cangjians.github.io/"
-SRC_URI="https://github.com/Cangjians/${PN}/releases/download/v${PV}/${P}.tar.xz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="nls"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- app-i18n/ibus[python(+),${PYTHON_USEDEP}]
- app-i18n/libcangjie
- dev-python/cangjie[${PYTHON_USEDEP}]
- nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-util/intltool
- nls? ( sys-devel/gettext )"
-
-src_configure() {
- python_foreach_impl default
-}
-
-src_compile() {
- python_foreach_impl default
-}
-
-src_install() {
- python_foreach_impl default
-}
-
-pkg_preinst() {
- xdg_pkg_preinst
- gnome2_schemas_savelist
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_schemas_update
-}