diff options
-rw-r--r-- | app-i18n/fcitx-configtool/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/fcitx-configtool/fcitx-configtool-0.4.1.ebuild | 39 |
2 files changed, 5 insertions, 40 deletions
diff --git a/app-i18n/fcitx-configtool/ChangeLog b/app-i18n/fcitx-configtool/ChangeLog index efdac20880de..718d4e7ca1d4 100644 --- a/app-i18n/fcitx-configtool/ChangeLog +++ b/app-i18n/fcitx-configtool/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/fcitx-configtool # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/ChangeLog,v 1.17 2013/02/03 11:20:14 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/ChangeLog,v 1.18 2013/05/10 07:16:24 patrick Exp $ + + 10 May 2013; Patrick Lauer <patrick@gentoo.org> + -fcitx-configtool-0.4.1.ebuild: + Remove 0.4.1 as it has unsatisfiable deps 03 Feb 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml: Cleanup due #333419 diff --git a/app-i18n/fcitx-configtool/fcitx-configtool-0.4.1.ebuild b/app-i18n/fcitx-configtool/fcitx-configtool-0.4.1.ebuild deleted file mode 100644 index b88a82fe2730..000000000000 --- a/app-i18n/fcitx-configtool/fcitx-configtool-0.4.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# 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.1.ebuild,v 1.5 2012/07/01 07:58:19 qiaomuf Exp $ - -EAPI="3" - -inherit cmake-utils - -DESCRIPTION="A gtk GUI to edit fcitx settings" -HOMEPAGE="http://fcitx.googlecode.com" -SRC_URI="${HOMEPAGE}/files/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="gtk gtk3" - -RDEPEND="dev-libs/glib:2 - gtk? ( - x11-libs/gtk+:2 - ) - gtk3? ( - x11-libs/gtk+:3 - )" -DEPEND="${RDEPEND} - app-arch/xz-utils - ~app-i18n/fcitx-4.2.1 - app-text/iso-codes - dev-libs/libunique:1 - dev-util/intltool - virtual/pkgconfig - sys-devel/gettext" - -src_configure() { - local mycmakeargs=" - $(cmake-utils_use_enable gtk GTK2) - $(cmake-utils_use_enable gtk3 GTK3)" - cmake-utils_src_configure -} |