diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-03-29 00:41:46 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-03-29 00:41:46 +0000 |
commit | e7971fc3d37c409a13bdc7f863d7fb1c41f4f2c9 (patch) | |
tree | 3cc8e2bffbccaa7f636f3cd5d1c4e5a3c66f5b65 /app-i18n/scim-tables | |
parent | Fixed USE flag support. Closes bug #45944. (Manifest recommit) (diff) | |
download | gentoo-2-e7971fc3d37c409a13bdc7f863d7fb1c41f4f2c9.tar.gz gentoo-2-e7971fc3d37c409a13bdc7f863d7fb1c41f4f2c9.tar.bz2 gentoo-2-e7971fc3d37c409a13bdc7f863d7fb1c41f4f2c9.zip |
version bump (#45268)
Diffstat (limited to 'app-i18n/scim-tables')
-rw-r--r-- | app-i18n/scim-tables/ChangeLog | 7 | ||||
-rw-r--r-- | app-i18n/scim-tables/files/digest-scim-tables-0.3.4 | 1 | ||||
-rw-r--r-- | app-i18n/scim-tables/scim-tables-0.3.4.ebuild | 26 |
3 files changed, 33 insertions, 1 deletions
diff --git a/app-i18n/scim-tables/ChangeLog b/app-i18n/scim-tables/ChangeLog index 80db14f63b9f..198745c081a7 100644 --- a/app-i18n/scim-tables/ChangeLog +++ b/app-i18n/scim-tables/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-i18n/scim-tables # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.6 2004/03/22 10:05:56 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.7 2004/03/29 00:41:46 liquidx Exp $ + +*scim-tables-0.3.4 (29 Mar 2004) + + 29 Mar 2004; Alastair Tse <liquidx@gentoo.org> scim-tables-0.3.4.ebuild: + version bump (#45268) 22 Mar 2004; David Holm <dholm@gentoo.org> scim-tables-0.3.3.ebuild: Added to ~ppc. diff --git a/app-i18n/scim-tables/files/digest-scim-tables-0.3.4 b/app-i18n/scim-tables/files/digest-scim-tables-0.3.4 new file mode 100644 index 000000000000..ca775002fad4 --- /dev/null +++ b/app-i18n/scim-tables/files/digest-scim-tables-0.3.4 @@ -0,0 +1 @@ +MD5 bb536e70ee6ac29b6d4d48941b188e29 scim-tables-0.3.4.tar.gz 3134707 diff --git a/app-i18n/scim-tables/scim-tables-0.3.4.ebuild b/app-i18n/scim-tables/scim-tables-0.3.4.ebuild new file mode 100644 index 000000000000..0e7badb9e0cb --- /dev/null +++ b/app-i18n/scim-tables/scim-tables-0.3.4.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.3.4.ebuild,v 1.1 2004/03/29 00:41:46 liquidx Exp $ + +DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server" +HOMEPAGE="http://www.turbolinux.com.cn/~suzhe/scim/" +SRC_URI="http://www.turbolinux.com.cn/~suzhe/scim//sources/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc" +IUSE="" + +DEPEND=">=app-i18n/scim-0.5.1" + +S=${WORKDIR}/${P} + +src_compile() { + econf ${myconf} + emake || "make failed" +} + +src_install() { + make DESTDIR=${D} install || "install failed" + dodoc README ChangeLog AUTHORS +} |