diff options
author | Alastair Tse <liquidx@gentoo.org> | 2006-02-21 20:25:05 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2006-02-21 20:25:05 +0000 |
commit | 6c1f3142daca6cc10450fe6a52d4697e933297cf (patch) | |
tree | def6d1f0e9517ae8bdb901cd1dddb4791ef1f368 /app-i18n/fcitx | |
parent | 085 release (diff) | |
download | gentoo-2-6c1f3142daca6cc10450fe6a52d4697e933297cf.tar.gz gentoo-2-6c1f3142daca6cc10450fe6a52d4697e933297cf.tar.bz2 gentoo-2-6c1f3142daca6cc10450fe6a52d4697e933297cf.zip |
cleaned up last v2 ebuild for fcitx
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'app-i18n/fcitx')
-rw-r--r-- | app-i18n/fcitx/ChangeLog | 5 | ||||
-rw-r--r-- | app-i18n/fcitx/fcitx-2.0.1.ebuild | 50 | ||||
-rw-r--r-- | app-i18n/fcitx/files/digest-fcitx-2.0.1 | 1 |
3 files changed, 4 insertions, 52 deletions
diff --git a/app-i18n/fcitx/ChangeLog b/app-i18n/fcitx/ChangeLog index ebd8ed0fadc8..0c52c50b67d4 100644 --- a/app-i18n/fcitx/ChangeLog +++ b/app-i18n/fcitx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/fcitx # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.13 2006/02/16 18:55:23 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.14 2006/02/21 20:25:05 liquidx Exp $ + + 21 Feb 2006; Alastair Tse <liquidx@gentoo.org> -fcitx-2.0.1.ebuild: + cleaned up last v2 ebuild for fcitx 16 Feb 2006; Alastair Tse <liquidx@gentoo.org> fcitx-3.1.1.ebuild: stable bump for x86 (#103046) diff --git a/app-i18n/fcitx/fcitx-2.0.1.ebuild b/app-i18n/fcitx/fcitx-2.0.1.ebuild deleted file mode 100644 index c4acb967da1b..000000000000 --- a/app-i18n/fcitx/fcitx-2.0.1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-2.0.1.ebuild,v 1.6 2006/02/10 18:40:02 liquidx Exp $ - -DESCRIPTION="Free Chinese Input Toy for X. Another Chinese XIM Input Method" -HOMEPAGE="http://www.fcitx.org/" -SRC_URI="http://www.fcitx.org/download/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="truetype" - -RDEPEND="|| ( ( x11-libs/libX11 x11-libs/libXrender x11-libs/libXt ) - virtual/x11 ) - truetype? ( || ( x11-libs/Xft virtual/xft ) )" - -DEPEND="${RDEPEND}" - -src_unpack() { - unpack ${A} - cd ${S} - make clean || die "unable to clean" - sed -e "s:-O2:${CFLAGS}:" -i Makefile Makefile.noxft -} - -src_compile() { - if ! use truetype; then - make -f Makefile.noxft || die "xft make failed" - else - make || die "make failed" - fi -} - -src_install() { - dobin fcitx - insinto /usr/share/fcitx - doins data/*.mb - dodoc doc/*.txt - dohtml doc/*.htm -} - -pkg_postinst() { - einfo "You should export the following variables to use fcitx" - einfo " export XMODIFIERS=@im=fcitx" - einfo " export XIM=fcitx" - einfo " export XIM_PROGRAM=fcitx" - einfo " " - einfo "Note that fcitx only works in the zh_CN locale." -} diff --git a/app-i18n/fcitx/files/digest-fcitx-2.0.1 b/app-i18n/fcitx/files/digest-fcitx-2.0.1 deleted file mode 100644 index 9242a0062e3f..000000000000 --- a/app-i18n/fcitx/files/digest-fcitx-2.0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 2f1c710d60e25364ed36223adfc9e7d2 fcitx-2.0.1.tar.bz2 1133775 |