diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-08-14 00:08:12 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-08-14 00:08:12 +0000 |
commit | 277eb8d9742757187effc2df499b799095701b80 (patch) | |
tree | 2f580c126ef910e4f3bb43bb061bad251ec41f67 /app-i18n/scim-tables | |
parent | Version bumped. Marked 0.99.4 stable. (diff) | |
download | historical-277eb8d9742757187effc2df499b799095701b80.tar.gz historical-277eb8d9742757187effc2df499b799095701b80.tar.bz2 historical-277eb8d9742757187effc2df499b799095701b80.zip |
Version bumped.
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.4.1 | 1 | ||||
-rw-r--r-- | app-i18n/scim-tables/scim-tables-0.4.1.ebuild | 24 |
3 files changed, 31 insertions, 1 deletions
diff --git a/app-i18n/scim-tables/ChangeLog b/app-i18n/scim-tables/ChangeLog index a475629f1eac..f2746e343f3b 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 Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.16 2004/08/03 18:44:05 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.17 2004/08/14 00:08:12 usata Exp $ + +*scim-tables-0.4.1 (14 Aug 2004) + + 14 Aug 2004; Mamoru KOMACHI <usata@gentoo.org> +scim-tables-0.4.1.ebuild: + Version bumped. 04 Aug 2004; Mamoru KOMACHI <usata@gentoo.org> scim-tables-0.4.0.ebuild: Marked as stable. diff --git a/app-i18n/scim-tables/files/digest-scim-tables-0.4.1 b/app-i18n/scim-tables/files/digest-scim-tables-0.4.1 new file mode 100644 index 000000000000..0f83096a9e8a --- /dev/null +++ b/app-i18n/scim-tables/files/digest-scim-tables-0.4.1 @@ -0,0 +1 @@ +MD5 2d7f35f357b9ff903586b21da59563bd scim-tables-0.4.1.tar.gz 3789238 diff --git a/app-i18n/scim-tables/scim-tables-0.4.1.ebuild b/app-i18n/scim-tables/scim-tables-0.4.1.ebuild new file mode 100644 index 000000000000..d20565527807 --- /dev/null +++ b/app-i18n/scim-tables/scim-tables-0.4.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.4.1.ebuild,v 1.1 2004/08/14 00:08:12 usata Exp $ + +DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server" +HOMEPAGE="http://freedesktop.org/~suzhe/" +SRC_URI="http://freedesktop.org/~suzhe/sources/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~alpha ~ppc" +IUSE="" + +DEPEND="|| ( >=app-i18n/scim-0.99 app-i18n/scim-cvs )" + +src_compile() { + econf || die "econf failed" + emake || die "make failed" +} + +src_install() { + make DESTDIR=${D} install || die "install failed" + dodoc README ChangeLog AUTHORS +} |