diff options
author | Ben de Groot <yngwin@gentoo.org> | 2012-10-29 06:59:12 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2012-10-29 06:59:12 +0000 |
commit | 6c0f1f2a39c07df1c633cac313b6c5c4a292a5dd (patch) | |
tree | 2bdda2955267c328a203bd0d78ef3511e6b9fa83 /app-i18n | |
parent | Version bump. (diff) | |
download | gentoo-2-6c0f1f2a39c07df1c633cac313b6c5c4a292a5dd.tar.gz gentoo-2-6c0f1f2a39c07df1c633cac313b6c5c4a292a5dd.tar.bz2 gentoo-2-6c0f1f2a39c07df1c633cac313b6c5c4a292a5dd.zip |
Remove old
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/fcitx-configtool/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/fcitx-configtool/fcitx-configtool-0.1.4.ebuild | 25 | ||||
-rw-r--r-- | app-i18n/fcitx-configtool/fcitx-configtool-0.4.4.ebuild | 39 |
3 files changed, 5 insertions, 65 deletions
diff --git a/app-i18n/fcitx-configtool/ChangeLog b/app-i18n/fcitx-configtool/ChangeLog index a51eb727e029..dba6e9e7fd4f 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/ChangeLog,v 1.13 2012/07/19 09:07:21 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/ChangeLog,v 1.14 2012/10/29 06:59:12 yngwin Exp $ + + 29 Oct 2012; Ben de Groot <yngwin@gentoo.org> -fcitx-configtool-0.1.4.ebuild, + -fcitx-configtool-0.4.4.ebuild: + Remove old *fcitx-configtool-0.4.4-r1 (19 Jul 2012) diff --git a/app-i18n/fcitx-configtool/fcitx-configtool-0.1.4.ebuild b/app-i18n/fcitx-configtool/fcitx-configtool-0.1.4.ebuild deleted file mode 100644 index 34b026e5a8ef..000000000000 --- a/app-i18n/fcitx-configtool/fcitx-configtool-0.1.4.ebuild +++ /dev/null @@ -1,25 +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.1.4.ebuild,v 1.3 2012/05/03 19:24:27 jdhore Exp $ - -EAPI="2" -DESCRIPTION="A gtk GUI to edit fcitx settings" -HOMEPAGE="http://fcitx.googlecode.com" -SRC_URI="${HOMEPAGE}/files/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-libs/glib:2 - x11-libs/gtk+:2" -DEPEND="${RDEPEND} - =app-i18n/fcitx-4.0.0 - dev-util/intltool - virtual/pkgconfig - sys-devel/gettext" - -src_install(){ - emake DESTDIR="${D}" install -} diff --git a/app-i18n/fcitx-configtool/fcitx-configtool-0.4.4.ebuild b/app-i18n/fcitx-configtool/fcitx-configtool-0.4.4.ebuild deleted file mode 100644 index a3eadf6c57f9..000000000000 --- a/app-i18n/fcitx-configtool/fcitx-configtool-0.4.4.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.4.ebuild,v 1.2 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.4 - 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 -} |