diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-12-16 14:14:05 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-12-16 14:14:05 +0000 |
commit | 47b20909fb904c5e1c80276fc31a1cf1f1939f5a (patch) | |
tree | a2712537ae4ecc52f5f46e474d1425a26594c1b7 /app-i18n | |
parent | version bump (diff) | |
download | gentoo-2-47b20909fb904c5e1c80276fc31a1cf1f1939f5a.tar.gz gentoo-2-47b20909fb904c5e1c80276fc31a1cf1f1939f5a.tar.bz2 gentoo-2-47b20909fb904c5e1c80276fc31a1cf1f1939f5a.zip |
Version bumped.
(Portage version: 2.1.7.14/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus-qt/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/ibus-qt/ibus-qt-1.2.0.20091216.ebuild | 33 |
2 files changed, 40 insertions, 1 deletions
diff --git a/app-i18n/ibus-qt/ChangeLog b/app-i18n/ibus-qt/ChangeLog index ce65b5be9723..7390a9039779 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.3 2009/12/06 16:24:31 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-qt/ChangeLog,v 1.4 2009/12/16 14:14:05 matsuu Exp $ + +*ibus-qt-1.2.0.20091216 (16 Dec 2009) + + 16 Dec 2009; MATSUU Takuto <matsuu@gentoo.org> + +ibus-qt-1.2.0.20091216.ebuild: + Version bumped. *ibus-qt-1.2.0.20091206 (06 Dec 2009) diff --git a/app-i18n/ibus-qt/ibus-qt-1.2.0.20091216.ebuild b/app-i18n/ibus-qt/ibus-qt-1.2.0.20091216.ebuild new file mode 100644 index 000000000000..bdcff5f04649 --- /dev/null +++ b/app-i18n/ibus-qt/ibus-qt-1.2.0.20091216.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.20091216.ebuild,v 1.1 2009/12/16 14:14:05 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-dbus-4.5:4" +DEPEND="${RDEPEND} + app-doc/doxygen + >=dev-libs/icu-4 + dev-util/cmake + dev-util/pkgconfig" + +S="${WORKDIR}/${MY_P}" + +DOCS="AUTHORS README TODO" + +mycmakeargs="-DLIBDIR=$(get_libdir)" |