summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-08-30 09:03:33 +0000
committerMamoru Komachi <usata@gentoo.org>2004-08-30 09:03:33 +0000
commitd0384ea48c10f1325ca415e8cf8b5a1b5c7b8fed (patch)
tree33881c7174cec341b33a6ac029530164790e36af
parentUse wxwidgets eclass (#61871). (Manifest recommit) (diff)
downloadgentoo-2-d0384ea48c10f1325ca415e8cf8b5a1b5c7b8fed.tar.gz
gentoo-2-d0384ea48c10f1325ca415e8cf8b5a1b5c7b8fed.tar.bz2
gentoo-2-d0384ea48c10f1325ca415e8cf8b5a1b5c7b8fed.zip
Version bumped.
-rw-r--r--app-i18n/scim-m17n/ChangeLog7
-rw-r--r--app-i18n/scim-m17n/Manifest2
-rw-r--r--app-i18n/scim-m17n/files/digest-scim-m17n-0.1.31
-rw-r--r--app-i18n/scim-m17n/scim-m17n-0.1.3.ebuild36
-rw-r--r--app-i18n/scim-tables/ChangeLog7
-rw-r--r--app-i18n/scim-tables/Manifest2
-rw-r--r--app-i18n/scim-tables/files/digest-scim-tables-0.4.31
-rw-r--r--app-i18n/scim-tables/scim-tables-0.4.1.ebuild4
-rw-r--r--app-i18n/scim-tables/scim-tables-0.4.2.ebuild4
-rw-r--r--app-i18n/scim-tables/scim-tables-0.4.3.ebuild24
10 files changed, 82 insertions, 6 deletions
diff --git a/app-i18n/scim-m17n/ChangeLog b/app-i18n/scim-m17n/ChangeLog
index 92fcfe03f7b6..4b79de6d69fe 100644
--- a/app-i18n/scim-m17n/ChangeLog
+++ b/app-i18n/scim-m17n/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-i18n/scim-m17n
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-m17n/ChangeLog,v 1.12 2004/08/23 10:43:02 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-m17n/ChangeLog,v 1.13 2004/08/30 09:03:33 usata Exp $
+
+*scim-m17n-0.1.3 (30 Aug 2004)
+
+ 30 Aug 2004; Mamoru KOMACHI <usata@gentoo.org> +scim-m17n-0.1.3.ebuild:
+ Version bumped.
*scim-m17n-0.1.2 (23 Aug 2004)
diff --git a/app-i18n/scim-m17n/Manifest b/app-i18n/scim-m17n/Manifest
index 47bcee158f42..0e7b1aa0bfa9 100644
--- a/app-i18n/scim-m17n/Manifest
+++ b/app-i18n/scim-m17n/Manifest
@@ -1,6 +1,8 @@
MD5 71dcd06ed63604f36595ccb0b29f138e ChangeLog 1809
MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156
MD5 847d409203b557497c382dfdb4aa146f scim-m17n-0.1.1.ebuild 1002
+MD5 7dc3c9eda3d17e6d8910658e4e5b3a77 scim-m17n-0.1.3.ebuild 1012
MD5 7dc3c9eda3d17e6d8910658e4e5b3a77 scim-m17n-0.1.2.ebuild 1012
MD5 40505cfad629794482118c6dcd0444f5 files/digest-scim-m17n-0.1.1 67
MD5 c391d0cc5aa55a41517995a65d135522 files/digest-scim-m17n-0.1.2 67
+MD5 210c1790c14b45f02e7f938f72158996 files/digest-scim-m17n-0.1.3 67
diff --git a/app-i18n/scim-m17n/files/digest-scim-m17n-0.1.3 b/app-i18n/scim-m17n/files/digest-scim-m17n-0.1.3
new file mode 100644
index 000000000000..a9856c402400
--- /dev/null
+++ b/app-i18n/scim-m17n/files/digest-scim-m17n-0.1.3
@@ -0,0 +1 @@
+MD5 0d5fa6b50ce074ab4a8c2cd302624660 scim-m17n-0.1.3.tar.gz 321827
diff --git a/app-i18n/scim-m17n/scim-m17n-0.1.3.ebuild b/app-i18n/scim-m17n/scim-m17n-0.1.3.ebuild
new file mode 100644
index 000000000000..cd3b5d868bcd
--- /dev/null
+++ b/app-i18n/scim-m17n/scim-m17n-0.1.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-m17n/scim-m17n-0.1.3.ebuild,v 1.1 2004/08/30 09:03:33 usata Exp $
+
+DESCRIPTION="scim-m17n is an input module for Smart Common Input Method (SCIM) which uses m17n as backend"
+HOMEPAGE="http://freedesktop.org/~suzhe/"
+SRC_URI="http://freedesktop.org/~suzhe/sources/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~alpha ~amd64"
+IUSE=""
+
+DEPEND="|| ( >=app-i18n/scim-0.99.8 >=app-i18n/scim-cvs-0.99.8 )
+ >=dev-libs/m17n-lib-1.0.2-r1"
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die "make install failed"
+
+ dodoc AUTHORS ChangeLog THANKS README
+}
+
+pkg_postinst() {
+ einfo
+ einfo "To use SCIM with both GTK2 and XIM, you should use the following"
+ einfo "in your user startup scripts such as .gnomerc or .xinitrc:"
+ einfo
+ einfo "LANG='your_language' scim -d"
+ einfo "export XMODIFIERS=@im=SCIM"
+ einfo
+}
diff --git a/app-i18n/scim-tables/ChangeLog b/app-i18n/scim-tables/ChangeLog
index 0915cec714af..c8bb7fbe0c07 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.18 2004/08/23 10:45:42 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.19 2004/08/30 09:00:22 usata Exp $
+
+*scim-tables-0.4.3 (30 Aug 2004)
+
+ 30 Aug 2004; Mamoru KOMACHI <usata@gentoo.org> +scim-tables-0.4.3.ebuild:
+ Version bumped.
*scim-tables-0.4.2 (23 Aug 2004)
diff --git a/app-i18n/scim-tables/Manifest b/app-i18n/scim-tables/Manifest
index 45a5d2e9daa5..5eceb1454090 100644
--- a/app-i18n/scim-tables/Manifest
+++ b/app-i18n/scim-tables/Manifest
@@ -4,7 +4,9 @@ MD5 478098402fa6ebf67c4962b4dfe3bbfb scim-tables-0.3.5.ebuild 696
MD5 e1ae04cbf9df992aa2b81c6047aecb22 scim-tables-0.4.0.ebuild 704
MD5 013e8ceb77c579bd42b9f9f0723130bc scim-tables-0.4.1.ebuild 706
MD5 781e2c03986a628328e9c45b091dbfd4 scim-tables-0.4.2.ebuild 706
+MD5 781e2c03986a628328e9c45b091dbfd4 scim-tables-0.4.3.ebuild 706
MD5 987a151995d448b5141b853c617ba74f files/digest-scim-tables-0.3.5 70
MD5 006044b089b0a67e08bd1eaf60f6e901 files/digest-scim-tables-0.4.0 70
MD5 a5eeb2aff54f0dfee4699685231ea261 files/digest-scim-tables-0.4.1 70
MD5 fce8cbb67816ca3b6f9022fbfcfbb325 files/digest-scim-tables-0.4.2 70
+MD5 816513805b8e99a3dd4971ced29413ff files/digest-scim-tables-0.4.3 70
diff --git a/app-i18n/scim-tables/files/digest-scim-tables-0.4.3 b/app-i18n/scim-tables/files/digest-scim-tables-0.4.3
new file mode 100644
index 000000000000..2b040badf2f1
--- /dev/null
+++ b/app-i18n/scim-tables/files/digest-scim-tables-0.4.3
@@ -0,0 +1 @@
+MD5 c9983d6fdb459dc9d755f1e06fa0849c scim-tables-0.4.3.tar.gz 3789831
diff --git a/app-i18n/scim-tables/scim-tables-0.4.1.ebuild b/app-i18n/scim-tables/scim-tables-0.4.1.ebuild
index d20565527807..e18848a6ae62 100644
--- a/app-i18n/scim-tables/scim-tables-0.4.1.ebuild
+++ b/app-i18n/scim-tables/scim-tables-0.4.1.ebuild
@@ -1,6 +1,6 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.4.1.ebuild,v 1.2 2004/08/30 09:00:22 usata Exp $
DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server"
HOMEPAGE="http://freedesktop.org/~suzhe/"
@@ -11,7 +11,7 @@ SLOT="0"
KEYWORDS="~x86 ~alpha ~ppc"
IUSE=""
-DEPEND="|| ( >=app-i18n/scim-0.99 app-i18n/scim-cvs )"
+DEPEND="|| ( >=app-i18n/scim-0.99.6 >=app-i18n/scim-cvs-0.99.6 )"
src_compile() {
econf || die "econf failed"
diff --git a/app-i18n/scim-tables/scim-tables-0.4.2.ebuild b/app-i18n/scim-tables/scim-tables-0.4.2.ebuild
index 9d21a36e6afb..0a052baa3e42 100644
--- a/app-i18n/scim-tables/scim-tables-0.4.2.ebuild
+++ b/app-i18n/scim-tables/scim-tables-0.4.2.ebuild
@@ -1,6 +1,6 @@
# 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.2.ebuild,v 1.1 2004/08/23 10:45:42 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.4.2.ebuild,v 1.2 2004/08/30 09:00:22 usata Exp $
DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server"
HOMEPAGE="http://freedesktop.org/~suzhe/"
@@ -11,7 +11,7 @@ SLOT="0"
KEYWORDS="~x86 ~alpha ~ppc"
IUSE=""
-DEPEND="|| ( >=app-i18n/scim-0.99 app-i18n/scim-cvs )"
+DEPEND="|| ( >=app-i18n/scim-0.99.8 >=app-i18n/scim-cvs-0.99.8 )"
src_compile() {
econf || die "econf failed"
diff --git a/app-i18n/scim-tables/scim-tables-0.4.3.ebuild b/app-i18n/scim-tables/scim-tables-0.4.3.ebuild
new file mode 100644
index 000000000000..39f1def08306
--- /dev/null
+++ b/app-i18n/scim-tables/scim-tables-0.4.3.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.3.ebuild,v 1.1 2004/08/30 09:00:22 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.8 >=app-i18n/scim-cvs-0.99.8 )"
+
+src_compile() {
+ econf || die "econf failed"
+ emake || die "make failed"
+}
+
+src_install() {
+ make DESTDIR=${D} install || die "install failed"
+ dodoc README ChangeLog AUTHORS
+}