summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-05-10 07:16:24 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-05-10 07:16:24 +0000
commit052bbcd8e14bb2fdc4403d75d1f9b99b4351f576 (patch)
treefc520de51b3063b69b1a6271192fa595f2d03cef /app-i18n
parentsys-kernel/aufs-sources: Fix to new genpatch releases (diff)
downloadgentoo-2-052bbcd8e14bb2fdc4403d75d1f9b99b4351f576.tar.gz
gentoo-2-052bbcd8e14bb2fdc4403d75d1f9b99b4351f576.tar.bz2
gentoo-2-052bbcd8e14bb2fdc4403d75d1f9b99b4351f576.zip
Remove 0.4.1 as it has unsatisfiable deps
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/fcitx-configtool/ChangeLog6
-rw-r--r--app-i18n/fcitx-configtool/fcitx-configtool-0.4.1.ebuild39
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
-}