diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-12-06 16:24:31 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-12-06 16:24:31 +0000 |
commit | f940c60a0f6af097e8c73d6a3b1b2a570fa14da2 (patch) | |
tree | 0e7edf14e76c19b448e02ccf91d68ffc9adff069 /app-i18n/ibus-qt | |
parent | Version bump (diff) | |
download | gentoo-2-f940c60a0f6af097e8c73d6a3b1b2a570fa14da2.tar.gz gentoo-2-f940c60a0f6af097e8c73d6a3b1b2a570fa14da2.tar.bz2 gentoo-2-f940c60a0f6af097e8c73d6a3b1b2a570fa14da2.zip |
Version bumped.
(Portage version: 2.1.7.10/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/ibus-qt')
-rw-r--r-- | app-i18n/ibus-qt/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/ibus-qt/ibus-qt-1.2.0.20091206.ebuild | 33 |
2 files changed, 40 insertions, 1 deletions
diff --git a/app-i18n/ibus-qt/ChangeLog b/app-i18n/ibus-qt/ChangeLog index 2698f4b1b0d6..ce65b5be9723 100644 --- a/app-i18n/ibus-qt/ChangeLog +++ b/app-i18n/ibus-qt/ChangeLog @@ -1,6 +1,12 @@ # 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.2 2009/10/17 17:15:10 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-qt/ChangeLog,v 1.3 2009/12/06 16:24:31 matsuu Exp $ + +*ibus-qt-1.2.0.20091206 (06 Dec 2009) + + 06 Dec 2009; MATSUU Takuto <matsuu@gentoo.org> + +ibus-qt-1.2.0.20091206.ebuild: + Version bumped. *ibus-qt-1.2.0.20091014 (17 Oct 2009) diff --git a/app-i18n/ibus-qt/ibus-qt-1.2.0.20091206.ebuild b/app-i18n/ibus-qt/ibus-qt-1.2.0.20091206.ebuild new file mode 100644 index 000000000000..1b3b36569775 --- /dev/null +++ b/app-i18n/ibus-qt/ibus-qt-1.2.0.20091206.ebuild @@ -0,0 +1,33 @@ +# 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.20091206.ebuild,v 1.1 2009/12/06 16:24:31 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/libX11 + >=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)" |