diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-03-10 17:16:48 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-03-10 17:16:48 +0000 |
commit | 2eff1983eb29b4bfd45c276c2b4b88fa1a8c44f1 (patch) | |
tree | 70c0ac9731961ee1b9e6f8cf3972c1b243f9aa6c /app-i18n | |
parent | Fix autorepeat for <=xorg-server-1.5. (diff) | |
download | gentoo-2-2eff1983eb29b4bfd45c276c2b4b88fa1a8c44f1.tar.gz gentoo-2-2eff1983eb29b4bfd45c276c2b4b88fa1a8c44f1.tar.bz2 gentoo-2-2eff1983eb29b4bfd45c276c2b4b88fa1a8c44f1.zip |
Version bumped. Fixed LICENSE.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus-table-cangjie/ChangeLog | 10 | ||||
-rw-r--r-- | app-i18n/ibus-table-cangjie/ibus-table-cangjie-1.1.0.20090220.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/ibus-table-cangjie/ibus-table-cangjie-1.1.0.20090309.ebuild (renamed from app-i18n/ibus-table-cangjie/ibus-table-cangjie-0.1.2.20090101.ebuild) | 16 |
3 files changed, 24 insertions, 6 deletions
diff --git a/app-i18n/ibus-table-cangjie/ChangeLog b/app-i18n/ibus-table-cangjie/ChangeLog index 0dd0b75ebac1..82a2e8a9a2f0 100644 --- a/app-i18n/ibus-table-cangjie/ChangeLog +++ b/app-i18n/ibus-table-cangjie/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-i18n/ibus-table-cangjie # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-cangjie/ChangeLog,v 1.2 2009/02/25 17:11:24 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-cangjie/ChangeLog,v 1.3 2009/03/10 17:16:48 matsuu Exp $ + +*ibus-table-cangjie-1.1.0.20090309 (10 Mar 2009) + + 10 Mar 2009; MATSUU Takuto <matsuu@gentoo.org> + -ibus-table-cangjie-0.1.2.20090101.ebuild, + ibus-table-cangjie-1.1.0.20090220.ebuild, + +ibus-table-cangjie-1.1.0.20090309.ebuild: + Version bumped. Fixed LICENSE. Removed old version. *ibus-table-cangjie-1.1.0.20090220 (25 Feb 2009) diff --git a/app-i18n/ibus-table-cangjie/ibus-table-cangjie-1.1.0.20090220.ebuild b/app-i18n/ibus-table-cangjie/ibus-table-cangjie-1.1.0.20090220.ebuild index 5821af212ae4..87e835f24cd5 100644 --- a/app-i18n/ibus-table-cangjie/ibus-table-cangjie-1.1.0.20090220.ebuild +++ b/app-i18n/ibus-table-cangjie/ibus-table-cangjie-1.1.0.20090220.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-cangjie/ibus-table-cangjie-1.1.0.20090220.ebuild,v 1.1 2009/02/25 17:11:24 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-cangjie/ibus-table-cangjie-1.1.0.20090220.ebuild,v 1.2 2009/03/10 17:16:48 matsuu Exp $ DESCRIPTION="The CangJie for IBus Tables" HOMEPAGE="http://code.google.com/p/ibus/" SRC_URI="http://ibus.googlecode.com/files/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" diff --git a/app-i18n/ibus-table-cangjie/ibus-table-cangjie-0.1.2.20090101.ebuild b/app-i18n/ibus-table-cangjie/ibus-table-cangjie-1.1.0.20090309.ebuild index 961b9e578a2d..18a5998e61a3 100644 --- a/app-i18n/ibus-table-cangjie/ibus-table-cangjie-0.1.2.20090101.ebuild +++ b/app-i18n/ibus-table-cangjie/ibus-table-cangjie-1.1.0.20090309.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-cangjie/ibus-table-cangjie-0.1.2.20090101.ebuild,v 1.3 2009/02/25 17:11:24 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-cangjie/ibus-table-cangjie-1.1.0.20090309.ebuild,v 1.1 2009/03/10 17:16:48 matsuu Exp $ + +inherit autotools DESCRIPTION="The CangJie for IBus Tables" HOMEPAGE="http://code.google.com/p/ibus/" @@ -11,15 +13,23 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="=app-i18n/ibus-table-0.1* +RDEPEND=">=app-i18n/ibus-table-1.1 >=dev-lang/python-2.5" DEPEND="${RDEPEND} dev-util/pkgconfig" +src_unpack() { + unpack ${A} + cd "${S}" + eautoreconf +} + src_compile() { econf \ --enable-cangjie5 \ - --enable-cangjie3 || die + --enable-cangjie3 \ + --enable-quick5 \ + --enable-quick3 || die emake || die } |