diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-06-20 17:25:32 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-06-20 17:25:32 +0000 |
commit | ccb664e2d7d03d2e109a18913aa0b583c045806a (patch) | |
tree | b9cdaef97c6a411927f15892978c1725059c5f10 | |
parent | Stable on alpha. (Manifest recommit) (diff) | |
download | gentoo-2-ccb664e2d7d03d2e109a18913aa0b583c045806a.tar.gz gentoo-2-ccb664e2d7d03d2e109a18913aa0b583c045806a.tar.bz2 gentoo-2-ccb664e2d7d03d2e109a18913aa0b583c045806a.zip |
Version bumped.
-rw-r--r-- | app-i18n/scim-tables/ChangeLog | 7 | ||||
-rw-r--r-- | app-i18n/scim-tables/Manifest | 4 | ||||
-rw-r--r-- | app-i18n/scim-tables/files/digest-scim-tables-0.4.0 | 1 | ||||
-rw-r--r-- | app-i18n/scim-tables/scim-tables-0.4.0.ebuild | 24 |
4 files changed, 34 insertions, 2 deletions
diff --git a/app-i18n/scim-tables/ChangeLog b/app-i18n/scim-tables/ChangeLog index dde4bc987815..634385df635a 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.10 2004/04/26 08:28:09 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.11 2004/06/20 17:25:32 usata Exp $ + +*scim-tables-0.4.0 (21 Jun 2004) + + 21 Jun 2004; Mamoru KOMACHI <usata@gentoo.org> +scim-tables-0.4.0.ebuild: + Version bumped. *scim-tables-0.3.5 (26 Apr 2004) diff --git a/app-i18n/scim-tables/Manifest b/app-i18n/scim-tables/Manifest index 61e7ea2a5d72..d08c9d39ceb1 100644 --- a/app-i18n/scim-tables/Manifest +++ b/app-i18n/scim-tables/Manifest @@ -1,6 +1,8 @@ +MD5 9962e2a6c5c55524256827daa7ce5b2c scim-tables-0.4.0.ebuild 686 +MD5 ea6c606c0f88162b03f77322fd74abc0 scim-tables-0.3.0.ebuild 733 MD5 3e4f81bef499513074271c6ead84b2af ChangeLog 1751 MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156 -MD5 ea6c606c0f88162b03f77322fd74abc0 scim-tables-0.3.0.ebuild 733 MD5 e3132d08104e06f6b3e5f11ed6520c65 scim-tables-0.3.5.ebuild 692 +MD5 006044b089b0a67e08bd1eaf60f6e901 files/digest-scim-tables-0.4.0 70 MD5 8c1b48d243e69f545fa4f600feebbf79 files/digest-scim-tables-0.3.0 70 MD5 987a151995d448b5141b853c617ba74f files/digest-scim-tables-0.3.5 70 diff --git a/app-i18n/scim-tables/files/digest-scim-tables-0.4.0 b/app-i18n/scim-tables/files/digest-scim-tables-0.4.0 new file mode 100644 index 000000000000..ba516a1bd210 --- /dev/null +++ b/app-i18n/scim-tables/files/digest-scim-tables-0.4.0 @@ -0,0 +1 @@ +MD5 b0b68769dc35569e8683a4ead79ac889 scim-tables-0.4.0.tar.gz 3786400 diff --git a/app-i18n/scim-tables/scim-tables-0.4.0.ebuild b/app-i18n/scim-tables/scim-tables-0.4.0.ebuild new file mode 100644 index 000000000000..0491f2ae5000 --- /dev/null +++ b/app-i18n/scim-tables/scim-tables-0.4.0.ebuild @@ -0,0 +1,24 @@ +# 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.4.0.ebuild,v 1.1 2004/06/20 17:25:32 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 ~ppc" +IUSE="" + +DEPEND=">=app-i18n/scim-0.5.6" + +src_compile() { + econf || die "econf failed" + emake || die "make failed" +} + +src_install() { + make DESTDIR=${D} install || die "install failed" + dodoc README ChangeLog AUTHORS +} |