summaryrefslogtreecommitdiff
path: root/app-i18n/ibus-input-pad
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /app-i18n/ibus-input-pad
reinit the tree, so we can have metadata
Diffstat (limited to 'app-i18n/ibus-input-pad')
-rw-r--r--app-i18n/ibus-input-pad/Manifest3
-rw-r--r--app-i18n/ibus-input-pad/ibus-input-pad-1.4.99_pre20140916.ebuild27
-rw-r--r--app-i18n/ibus-input-pad/metadata.xml15
3 files changed, 45 insertions, 0 deletions
diff --git a/app-i18n/ibus-input-pad/Manifest b/app-i18n/ibus-input-pad/Manifest
new file mode 100644
index 000000000000..be12ab6b0291
--- /dev/null
+++ b/app-i18n/ibus-input-pad/Manifest
@@ -0,0 +1,3 @@
+DIST ibus-input-pad-1.4.99.20140916.tar.gz 415453 SHA256 adf203b4e37fc2c0c0f197ba431c83d86943887e764d99aec0360fb3b9531652 SHA512 6b03dff097d06ff7b51393ce49c04faa169152c5b02d2cfbcbfab480a00920bdeb7f5e6ebfed19bdee792fe9b52e0aacda0ff629fccff24523f000d8915c56ba WHIRLPOOL 70f7bab30387c31db13ed1d273eacc7458f73e61faa1f93503b273b22ba5afc0f39a2697aebb981f29c402c5ecd739f7666e1bfef43050efb63d62c1bd220e43
+EBUILD ibus-input-pad-1.4.99_pre20140916.ebuild 587 SHA256 1877fe04526edd3ed87f34a1ceee3fe104a83f15065e057689b2cbb3e65d7072 SHA512 c0c64df8395e92c6f3806f4d9664c66088f194aee3217c90b0434e76b47af39d3283a9c1070cc6b361d78d5a4c6bc8bcb00720a988e9bf9993e22d40777bde5f WHIRLPOOL 3fce92a43a635f502cd8c838e63de0317cb374c383b27ab4611f070ca095d8b0a9229ebc8f23f4032c2cc2c83cdc798b68f53e0213d4d82937c69a5d7ee863d3
+MISC metadata.xml 484 SHA256 49d4f68b5d09865ae4833b595cc9359a712305a815013f77e5a7a3cfc54978f3 SHA512 4adea61b092792b2ba2397d6bc8da3bc93909012daf00e1c134e51b4a75b197d29521b1325ad8e922e82aed8c74da691aeaabd3feac252c43c2d1aee15494f3e WHIRLPOOL e5412e9ef9d46412455498219132c1b30a627b9d1b3d7ca62167ba6442e1fd369672db44ea748be169d7fc105403676ba815cde53bdff9c3f3593b7797a8ca07
diff --git a/app-i18n/ibus-input-pad/ibus-input-pad-1.4.99_pre20140916.ebuild b/app-i18n/ibus-input-pad/ibus-input-pad-1.4.99_pre20140916.ebuild
new file mode 100644
index 000000000000..2d075d8b0bee
--- /dev/null
+++ b/app-i18n/ibus-input-pad/ibus-input-pad-1.4.99_pre20140916.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+MY_P="${P/_pre/.}"
+MY_PV="${PV/_pre/.}"
+
+DESCRIPTION="Input Pad for IBus"
+HOMEPAGE="https://github.com/fujiwarat/input-pad/wiki"
+SRC_URI="https://github.com/fujiwarat/${PN}/releases/download/${MY_PV}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="app-i18n/ibus
+ dev-libs/glib:2
+ dev-libs/input-pad
+ virtual/libintl
+ x11-libs/gtk+:3"
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ sys-devel/gettext
+ virtual/pkgconfig"
+S="${WORKDIR}/${MY_P}"
diff --git a/app-i18n/ibus-input-pad/metadata.xml b/app-i18n/ibus-input-pad/metadata.xml
new file mode 100644
index 000000000000..bf5fd2c11dc7
--- /dev/null
+++ b/app-i18n/ibus-input-pad/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>cjk@gentoo.org</email>
+ <name>Cjk</name>
+ </maintainer>
+ <longdescription lang="en">
+ The Input Pad engine for IBus. It provides an input pad from
+ <pkg>dev-libs/input-pad</pkg>.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">fujiwarat/ibus-input-pad</remote-id>
+ </upstream>
+</pkgmetadata>