diff options
author | 2012-04-04 17:46:18 +0000 | |
---|---|---|
committer | 2012-04-04 17:46:18 +0000 | |
commit | 641aafd74f4d899d6ad21d0a589bcfdc432392b2 (patch) | |
tree | a1368cb4c2ceccf63abc58129f4ef01255d57b49 /app-i18n | |
parent | add prefix support and ~{x86,amd64}-linux keywords (diff) | |
download | historical-641aafd74f4d899d6ad21d0a589bcfdc432392b2.tar.gz historical-641aafd74f4d899d6ad21d0a589bcfdc432392b2.tar.bz2 historical-641aafd74f4d899d6ad21d0a589bcfdc432392b2.zip |
Stable for amd64, wrt bug #409403
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/fcitx/ChangeLog | 5 | ||||
-rw-r--r-- | app-i18n/fcitx/fcitx-4.2.1.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/opencc/ChangeLog | 7 | ||||
-rw-r--r-- | app-i18n/opencc/opencc-0.2.0.ebuild | 6 |
4 files changed, 14 insertions, 8 deletions
diff --git a/app-i18n/fcitx/ChangeLog b/app-i18n/fcitx/ChangeLog index 2c5cd6748d46..f7ba8e3bcc5c 100644 --- a/app-i18n/fcitx/ChangeLog +++ b/app-i18n/fcitx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/fcitx # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.41 2012/03/21 01:54:50 qiaomuf Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.42 2012/04/04 17:46:03 ago Exp $ + + 04 Apr 2012; Agostino Sarubbo <ago@gentoo.org> fcitx-4.2.1.ebuild: + Stable for amd64, wrt bug #409403 21 Mar 2012; Mu Qiao <qiaomuf@gentoo.org> fcitx-4.2.0-r2.ebuild, fcitx-4.2.1.ebuild, metadata.xml: diff --git a/app-i18n/fcitx/fcitx-4.2.1.ebuild b/app-i18n/fcitx/fcitx-4.2.1.ebuild index ad9af17b766a..8d0c23e06773 100644 --- a/app-i18n/fcitx/fcitx-4.2.1.ebuild +++ b/app-i18n/fcitx/fcitx-4.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.1.ebuild,v 1.2 2012/03/21 01:54:50 qiaomuf Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.1.ebuild,v 1.3 2012/04/04 17:46:03 ago Exp $ EAPI="3" @@ -12,7 +12,7 @@ SRC_URI="http://fcitx.googlecode.com/files/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="cairo dbus debug gtk gtk3 opencc pango qt table" RDEPEND="x11-libs/libX11 diff --git a/app-i18n/opencc/ChangeLog b/app-i18n/opencc/ChangeLog index a9964c0afb7d..4df5e92411a9 100644 --- a/app-i18n/opencc/ChangeLog +++ b/app-i18n/opencc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/opencc -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/opencc/ChangeLog,v 1.2 2011/05/12 16:08:38 matsuu Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/opencc/ChangeLog,v 1.3 2012/04/04 17:46:18 ago Exp $ + + 04 Apr 2012; Agostino Sarubbo <ago@gentoo.org> opencc-0.2.0.ebuild: + Stable for amd64, wrt bug #409403 *opencc-0.2.0 (12 May 2011) diff --git a/app-i18n/opencc/opencc-0.2.0.ebuild b/app-i18n/opencc/opencc-0.2.0.ebuild index d7749d207669..b0dc01e88957 100644 --- a/app-i18n/opencc/opencc-0.2.0.ebuild +++ b/app-i18n/opencc/opencc-0.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/opencc/opencc-0.2.0.ebuild,v 1.1 2011/05/12 16:08:38 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/opencc/opencc-0.2.0.ebuild,v 1.2 2012/04/04 17:46:18 ago Exp $ EAPI=3 inherit cmake-utils multilib @@ -11,7 +11,7 @@ SRC_URI="http://open-chinese-convert.googlecode.com/files/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="nls static-libs" DEPEND="nls? ( sys-devel/gettext )" |