dlan 14/08/01 07:33:54 Modified: ChangeLog Added: ibus-qt-1.3.3.ebuild Log: version bump, switch SRC_URI to github (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Revision Changes Path 1.22 app-i18n/ibus-qt/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-qt/ChangeLog?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-qt/ChangeLog?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-qt/ChangeLog?r1=1.21&r2=1.22 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-qt/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ChangeLog 6 Jan 2014 04:40:43 -0000 1.21 +++ ChangeLog 1 Aug 2014 07:33:54 -0000 1.22 @@ -1,6 +1,11 @@ # ChangeLog for app-i18n/ibus-qt # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-qt/ChangeLog,v 1.21 2014/01/06 04:40:43 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-qt/ChangeLog,v 1.22 2014/08/01 07:33:54 dlan Exp $ + +*ibus-qt-1.3.3 (01 Aug 2014) + + 01 Aug 2014; Yixun Lan <[email protected]> +ibus-qt-1.3.3.ebuild: + version bump, switch SRC_URI to github *ibus-qt-1.3.2 (06 Jan 2014) 1.1 app-i18n/ibus-qt/ibus-qt-1.3.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-qt/ibus-qt-1.3.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-qt/ibus-qt-1.3.3.ebuild?rev=1.1&content-type=text/plain Index: ibus-qt-1.3.3.ebuild =================================================================== # Copyright 1999-2014 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.3.3.ebuild,v 1.1 2014/08/01 07:33:54 dlan Exp $ EAPI="5" inherit cmake-utils eutils multilib DESCRIPTION="Qt IBus library and Qt input method plugin" HOMEPAGE="http://code.google.com/p/ibus/" SRC_URI="https://github.com/ibus/ibus-qt/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc" RDEPEND=">=app-i18n/ibus-1.3.7 >=sys-apps/dbus-1.2 x11-libs/libX11 >=dev-qt/qtcore-4.5:4 >=dev-qt/qtdbus-4.5:4" DEPEND="${RDEPEND} >=dev-libs/icu-4:= dev-util/cmake virtual/pkgconfig doc? ( app-doc/doxygen )" DOCS="AUTHORS README TODO" mycmakeargs="-DLIBDIR=$(get_libdir) all" src_compile() { cmake-utils_src_compile if use doc ; then cd "${CMAKE_BUILD_DIR}" emake docs || die fi } src_install() { if use doc ; then HTML_DOCS="${CMAKE_BUILD_DIR}/docs/html/*" fi cmake-utils_src_install }
