diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-06-21 17:20:28 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-06-21 17:20:28 +0000 |
commit | 17bb56737ff5c5e5bb736fb3acce483ced870245 (patch) | |
tree | 5f510ca763c3c7653da9de60ae6e7ce869fd3375 /app-i18n | |
parent | laying claim to ccache, since the last active maintainer was zwelch- claiming... (diff) | |
download | gentoo-2-17bb56737ff5c5e5bb736fb3acce483ced870245.tar.gz gentoo-2-17bb56737ff5c5e5bb736fb3acce483ced870245.tar.bz2 gentoo-2-17bb56737ff5c5e5bb736fb3acce483ced870245.zip |
Removed default S. Marked 2.0.1 stable.
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/fcitx/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/fcitx/fcitx-1.8.5.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/fcitx/fcitx-2.0.1.ebuild | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/app-i18n/fcitx/ChangeLog b/app-i18n/fcitx/ChangeLog index d1dc97127510..5b5826666ead 100644 --- a/app-i18n/fcitx/ChangeLog +++ b/app-i18n/fcitx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/fcitx # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.4 2004/06/20 20:04:34 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.5 2004/06/21 17:20:28 usata Exp $ + + 22 Jun 2004; Mamoru KOMACHI <usata@gentoo.org> fcitx-1.8.5.ebuild, + fcitx-2.0.1.ebuild: + Removed default S. Marked 2.0.1 stable. *fcitx-2.1.0_rc (21 Jun 2004) diff --git a/app-i18n/fcitx/fcitx-1.8.5.ebuild b/app-i18n/fcitx/fcitx-1.8.5.ebuild index 168575ae8e65..f30d6eafa6be 100644 --- a/app-i18n/fcitx/fcitx-1.8.5.ebuild +++ b/app-i18n/fcitx/fcitx-1.8.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-1.8.5.ebuild,v 1.4 2004/06/02 02:05:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-1.8.5.ebuild,v 1.5 2004/06/21 17:20:28 usata Exp $ DESCRIPTION="Free Chinese Input Toy for X. Another Chinese XIM Input Method" HOMEPAGE="http://www.fcitx.org/" @@ -14,8 +14,6 @@ IUSE="truetype" DEPEND="virtual/x11 truetype? ( virtual/xft )" -S=${WORKDIR}/${P} - src_compile() { if use truetype; then make -f Makefile.xft || die "xft make failed" diff --git a/app-i18n/fcitx/fcitx-2.0.1.ebuild b/app-i18n/fcitx/fcitx-2.0.1.ebuild index 691793e76119..6afe4c60fde9 100644 --- a/app-i18n/fcitx/fcitx-2.0.1.ebuild +++ b/app-i18n/fcitx/fcitx-2.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # 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.2 2004/06/02 02:05:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-2.0.1.ebuild,v 1.3 2004/06/21 17:20:28 usata Exp $ DESCRIPTION="Free Chinese Input Toy for X. Another Chinese XIM Input Method" HOMEPAGE="http://www.fcitx.org/" @@ -8,14 +8,12 @@ SRC_URI="http://www.fcitx.org/download/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="truetype" DEPEND="virtual/x11 truetype? ( virtual/xft )" -S=${WORKDIR}/${P} - src_unpack() { unpack ${A} cd ${S} |