diff options
author | Mu Qiao <qiaomuf@gentoo.org> | 2012-02-20 08:02:46 +0000 |
---|---|---|
committer | Mu Qiao <qiaomuf@gentoo.org> | 2012-02-20 08:02:46 +0000 |
commit | 8a408cdc298d8f0c660bb481ef88ec0fe49b9a5d (patch) | |
tree | d032c1d5dce6f9df5f6e140c41276aebec3768a5 /app-i18n/fcitx-configtool | |
parent | Version bump. (diff) | |
download | historical-8a408cdc298d8f0c660bb481ef88ec0fe49b9a5d.tar.gz historical-8a408cdc298d8f0c660bb481ef88ec0fe49b9a5d.tar.bz2 historical-8a408cdc298d8f0c660bb481ef88ec0fe49b9a5d.zip |
Version bump
Package-Manager: portage-2.1.10.47/cvs/Linux x86_64
Diffstat (limited to 'app-i18n/fcitx-configtool')
-rw-r--r-- | app-i18n/fcitx-configtool/ChangeLog | 9 | ||||
-rw-r--r-- | app-i18n/fcitx-configtool/fcitx-configtool-0.4.0.ebuild | 25 |
2 files changed, 32 insertions, 2 deletions
diff --git a/app-i18n/fcitx-configtool/ChangeLog b/app-i18n/fcitx-configtool/ChangeLog index ce16a0bc4624..32bcd78dd8b7 100644 --- a/app-i18n/fcitx-configtool/ChangeLog +++ b/app-i18n/fcitx-configtool/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-i18n/fcitx-configtool -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/ChangeLog,v 1.5 2011/11/02 06:58:28 qiaomuf Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/ChangeLog,v 1.6 2012/02/20 08:02:46 qiaomuf Exp $ + +*fcitx-configtool-0.4.0 (20 Feb 2012) + + 20 Feb 2012; Mu Qiao <qiaomuf@gentoo.org> +fcitx-configtool-0.4.0.ebuild: + Version bump *fcitx-configtool-0.3.1 (02 Nov 2011) diff --git a/app-i18n/fcitx-configtool/fcitx-configtool-0.4.0.ebuild b/app-i18n/fcitx-configtool/fcitx-configtool-0.4.0.ebuild new file mode 100644 index 000000000000..cdbc13c1fb4e --- /dev/null +++ b/app-i18n/fcitx-configtool/fcitx-configtool-0.4.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/fcitx-configtool-0.4.0.ebuild,v 1.1 2012/02/20 08:02:46 qiaomuf Exp $ + +EAPI="2" + +inherit cmake-utils + +DESCRIPTION="A gtk GUI to edit fcitx settings" +HOMEPAGE="http://fcitx.googlecode.com" +SRC_URI="${HOMEPAGE}/files/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-libs/glib:2 + x11-libs/gtk+:2" +DEPEND="${RDEPEND} + =app-i18n/fcitx-4.2.0 + dev-libs/libunique:1 + dev-util/intltool + dev-util/pkgconfig + sys-devel/gettext" |