diff options
Diffstat (limited to 'app-i18n/ibus-table-cangjie')
-rw-r--r-- | app-i18n/ibus-table-cangjie/ChangeLog | 9 | ||||
-rw-r--r-- | app-i18n/ibus-table-cangjie/ibus-table-cangjie-1.1.0.20090313.ebuild (renamed from app-i18n/ibus-table-cangjie/ibus-table-cangjie-1.1.0.20090220.ebuild) | 11 |
2 files changed, 10 insertions, 10 deletions
diff --git a/app-i18n/ibus-table-cangjie/ChangeLog b/app-i18n/ibus-table-cangjie/ChangeLog index 82a2e8a9a2f0..538d36eddee7 100644 --- a/app-i18n/ibus-table-cangjie/ChangeLog +++ b/app-i18n/ibus-table-cangjie/ChangeLog @@ -1,6 +1,13 @@ # 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.3 2009/03/10 17:16:48 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-cangjie/ChangeLog,v 1.4 2009/03/16 14:19:58 matsuu Exp $ + +*ibus-table-cangjie-1.1.0.20090313 (13 Mar 2009) + + 13 Mar 2009; MATSUU Takuto <matsuu@gentoo.org> + -ibus-table-cangjie-1.1.0.20090220.ebuild, + +ibus-table-cangjie-1.1.0.20090313.ebuild: + Version bumped. *ibus-table-cangjie-1.1.0.20090309 (10 Mar 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.20090313.ebuild index 87e835f24cd5..060a3bc3a183 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.20090313.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.2 2009/03/10 17:16:48 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-cangjie/ibus-table-cangjie-1.1.0.20090313.ebuild,v 1.1 2009/03/16 14:19:58 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-3" +LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" @@ -16,13 +16,6 @@ RDEPEND=">=app-i18n/ibus-table-1.1 DEPEND="${RDEPEND} dev-util/pkgconfig" -src_compile() { - econf \ - --enable-cangjie5 \ - --enable-cangjie3 || die - emake || die -} - src_install() { emake DESTDIR="${D}" install || die |