diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2010-04-14 16:42:44 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2010-04-14 16:42:44 +0000 |
commit | 5eab0b7838826f010f1b1277166290ea34cd29b0 (patch) | |
tree | ac67cc2474deb13529a1c848e0594f8a98c2e514 /app-i18n/ibus-unikey | |
parent | EAPI=2; tidy; skip missing doc install (bug #315209) (diff) | |
download | gentoo-2-5eab0b7838826f010f1b1277166290ea34cd29b0.tar.gz gentoo-2-5eab0b7838826f010f1b1277166290ea34cd29b0.tar.bz2 gentoo-2-5eab0b7838826f010f1b1277166290ea34cd29b0.zip |
Version bumped, bug #315133.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/ibus-unikey')
-rw-r--r-- | app-i18n/ibus-unikey/ChangeLog | 9 | ||||
-rw-r--r-- | app-i18n/ibus-unikey/ibus-unikey-0.4.ebuild | 26 |
2 files changed, 33 insertions, 2 deletions
diff --git a/app-i18n/ibus-unikey/ChangeLog b/app-i18n/ibus-unikey/ChangeLog index 916f5c0cd634..19a0950c4702 100644 --- a/app-i18n/ibus-unikey/ChangeLog +++ b/app-i18n/ibus-unikey/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-i18n/ibus-unikey -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-unikey/ChangeLog,v 1.1 2009/12/15 17:50:14 matsuu Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-unikey/ChangeLog,v 1.2 2010/04/14 16:42:44 matsuu Exp $ + +*ibus-unikey-0.4 (14 Apr 2010) + + 14 Apr 2010; MATSUU Takuto <matsuu@gentoo.org> +ibus-unikey-0.4.ebuild: + Version bumped, bug #315133. *ibus-unikey-0.3 (15 Dec 2009) diff --git a/app-i18n/ibus-unikey/ibus-unikey-0.4.ebuild b/app-i18n/ibus-unikey/ibus-unikey-0.4.ebuild new file mode 100644 index 000000000000..26d186bd7729 --- /dev/null +++ b/app-i18n/ibus-unikey/ibus-unikey-0.4.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-unikey/ibus-unikey-0.4.ebuild,v 1.1 2010/04/14 16:42:44 matsuu Exp $ + +EAPI="2" + +DESCRIPTION="Vietnamese Input Method Engine for IBUS using Unikey IME" +HOMEPAGE="http://code.google.com/p/ibus-unikey/" +SRC_URI="http://ibus-unikey.googlecode.com/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=app-i18n/ibus-1.2 + >=x11-libs/gtk+-2.12:2 + gnome-base/gconf:2" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install() { + emake DESTDIR="${D}" install || die + + dodoc AUTHORS ChangeLog NEWS README || die +} |