summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/scim-bridge-el/scim-bridge-el-0.8.2-r1.ebuild')
-rw-r--r--app-emacs/scim-bridge-el/scim-bridge-el-0.8.2-r1.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-emacs/scim-bridge-el/scim-bridge-el-0.8.2-r1.ebuild b/app-emacs/scim-bridge-el/scim-bridge-el-0.8.2-r1.ebuild
new file mode 100644
index 000000000000..a7f1267c7974
--- /dev/null
+++ b/app-emacs/scim-bridge-el/scim-bridge-el-0.8.2-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp
+
+MY_PN=${PN/-el/.el}
+MY_BR=$(ver_cut 1-2)
+DESCRIPTION="a SCIM-Bridge client for Emacs"
+HOMEPAGE="https://launchpad.net/scim-bridge.el"
+SRC_URI="https://launchpad.net/${MY_PN}/${MY_BR}/${PV}/+download/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+
+RDEPEND="app-i18n/scim"
+
+PATCHES=("${FILESDIR}"/${PN}-0.8.2-im-agent.patch)