diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-08-24 15:00:19 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-08-24 15:00:19 +0000 |
commit | 3e58c06038b73e4d5ee3a09b591f1cf88a54f0b6 (patch) | |
tree | 9e0d5a6d11c94e8b8ae948703bc47451624ccb5a /app-i18n | |
parent | Non-maintainer commit: Version bump for security bug 277294. (diff) | |
download | gentoo-2-3e58c06038b73e4d5ee3a09b591f1cf88a54f0b6.tar.gz gentoo-2-3e58c06038b73e4d5ee3a09b591f1cf88a54f0b6.tar.bz2 gentoo-2-3e58c06038b73e4d5ee3a09b591f1cf88a54f0b6.zip |
Initial import.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus-qt/ChangeLog | 10 | ||||
-rw-r--r-- | app-i18n/ibus-qt/ibus-qt-1.2.0.20090822.ebuild | 32 | ||||
-rw-r--r-- | app-i18n/ibus-qt/metadata.xml | 10 |
3 files changed, 52 insertions, 0 deletions
diff --git a/app-i18n/ibus-qt/ChangeLog b/app-i18n/ibus-qt/ChangeLog new file mode 100644 index 000000000000..80713f747d05 --- /dev/null +++ b/app-i18n/ibus-qt/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-i18n/ibus-qt +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-qt/ChangeLog,v 1.1 2009/08/24 15:00:19 matsuu Exp $ + +*ibus-qt-1.2.0.20090822 (24 Aug 2009) + + 24 Aug 2009; MATSUU Takuto <matsuu@gentoo.org> + +ibus-qt-1.2.0.20090822.ebuild, +metadata.xml: + Initial import. + diff --git a/app-i18n/ibus-qt/ibus-qt-1.2.0.20090822.ebuild b/app-i18n/ibus-qt/ibus-qt-1.2.0.20090822.ebuild new file mode 100644 index 000000000000..f91620140e35 --- /dev/null +++ b/app-i18n/ibus-qt/ibus-qt-1.2.0.20090822.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-qt/ibus-qt-1.2.0.20090822.ebuild,v 1.1 2009/08/24 15:00:19 matsuu Exp $ + +EAPI="1" +inherit cmake-utils multilib + +MY_P="${P}-Source" +DESCRIPTION="Qt IBus library and Qt input method plugin" +HOMEPAGE="http://code.google.com/p/ibus/" +SRC_URI="http://ibus.googlecode.com/files/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=app-i18n/ibus-1.2 + >=sys-apps/dbus-1.2 + >=x11-libs/qt-core-4.5:4 + >=x11-libs/qt-core-4.5:4 + >=x11-libs/qt-dbus-4.5:4" +DEPEND="${RDEPEND} + >=dev-libs/icu-4 + dev-util/cmake + dev-util/pkgconfig" + +S="${WORKDIR}/${MY_P}" + +DOCS="AUTHORS README TODO" + +mycmakeargs="-DLIBDIR=$(get_libdir)" diff --git a/app-i18n/ibus-qt/metadata.xml b/app-i18n/ibus-qt/metadata.xml new file mode 100644 index 000000000000..540ea09db689 --- /dev/null +++ b/app-i18n/ibus-qt/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>cjk</herd> +<longdescription lang="en"> +IBus means Intelligent Input Bus. It is a new input framework for Linux OS. It provides +full featured and user friendly input method user interface. It also may help +developers to develop input method easily. +</longdescription> +</pkgmetadata> |