summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-06-26 10:23:25 +0000
committerMamoru Komachi <usata@gentoo.org>2004-06-26 10:23:25 +0000
commit06395ee1871a4ab34e34e181be9b124e8daa827f (patch)
treeca399fb069c85bb989fa69cb3a018408d7e15912 /app-i18n/scim-chinese
parentVersion bumped. Added to ~alpha. Removed old ebuild. (diff)
downloadhistorical-06395ee1871a4ab34e34e181be9b124e8daa827f.tar.gz
historical-06395ee1871a4ab34e34e181be9b124e8daa827f.tar.bz2
historical-06395ee1871a4ab34e34e181be9b124e8daa827f.zip
Removed 0.2.x as scim-0.8.x series are no longer in CVS. Marked 0.3.0 stable on x86.
Diffstat (limited to 'app-i18n/scim-chinese')
-rw-r--r--app-i18n/scim-chinese/ChangeLog7
-rw-r--r--app-i18n/scim-chinese/files/digest-scim-chinese-0.2.61
-rw-r--r--app-i18n/scim-chinese/files/digest-scim-chinese-0.2.71
-rw-r--r--app-i18n/scim-chinese/scim-chinese-0.2.6.ebuild60
-rw-r--r--app-i18n/scim-chinese/scim-chinese-0.2.7.ebuild58
-rw-r--r--app-i18n/scim-chinese/scim-chinese-0.3.0.ebuild4
6 files changed, 8 insertions, 123 deletions
diff --git a/app-i18n/scim-chinese/ChangeLog b/app-i18n/scim-chinese/ChangeLog
index 7e4f179ce824..d340cde0fad1 100644
--- a/app-i18n/scim-chinese/ChangeLog
+++ b/app-i18n/scim-chinese/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-i18n/scim-chinese
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-chinese/ChangeLog,v 1.13 2004/06/24 21:53:36 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-chinese/ChangeLog,v 1.14 2004/06/26 10:23:25 usata Exp $
+
+ 26 Jun 2004; Mamoru KOMACHI <usata@gentoo.org> -scim-chinese-0.2.6.ebuild,
+ -scim-chinese-0.2.7.ebuild, scim-chinese-0.3.0.ebuild:
+ Removed 0.2.x as scim-0.8.x series are no longer in CVS. Marked 0.3.0 stable
+ on x86.
*scim-chinese-0.4.0 (21 Jun 2004)
diff --git a/app-i18n/scim-chinese/files/digest-scim-chinese-0.2.6 b/app-i18n/scim-chinese/files/digest-scim-chinese-0.2.6
deleted file mode 100644
index 1f1bd7ebdaa5..000000000000
--- a/app-i18n/scim-chinese/files/digest-scim-chinese-0.2.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 dc59c0d743b8537f51f1101db9a4c085 scim-chinese-0.2.6-1.i586.rpm 2255912
diff --git a/app-i18n/scim-chinese/files/digest-scim-chinese-0.2.7 b/app-i18n/scim-chinese/files/digest-scim-chinese-0.2.7
deleted file mode 100644
index f0e3444bea01..000000000000
--- a/app-i18n/scim-chinese/files/digest-scim-chinese-0.2.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ec3ea76bb22640ba6138b1e748b44b15 scim-chinese-0.2.7-1.i586.rpm 2255728
diff --git a/app-i18n/scim-chinese/scim-chinese-0.2.6.ebuild b/app-i18n/scim-chinese/scim-chinese-0.2.6.ebuild
deleted file mode 100644
index 0f8edc558b06..000000000000
--- a/app-i18n/scim-chinese/scim-chinese-0.2.6.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-chinese/scim-chinese-0.2.6.ebuild,v 1.4 2004/06/24 21:53:36 agriffis Exp $
-
-inherit rpm
-
-DESCRIPTION="Smart Common Input Method (SCIM) Closed Source Pinyin Input Method"
-HOMEPAGE="http://www.turbolinux.com.cn/~suzhe/scim/"
-SRC_URI="http://www.turbolinux.com.cn/~suzhe/scim/scim-chinese/${P}-1.i586.rpm"
-
-LICENSE="scim-chinese"
-SLOT="0"
-KEYWORDS="x86 -*"
-IUSE=""
-
-DEPEND="virtual/x11
- =app-i18n/scim-0.8.2*"
-
-S=${WORKDIR}
-
-src_compile() {
- return
-}
-
-dosym_r() {
- srcdir=$1
- dstdir=$2
-
- for x in `find ${D}${srcdir}`; do
- dst=${dstdir}${x#$D$srcdir}
- src=${x#$D}
- einfo "Linking $src to $dst"
- if [ ! -d "`dirname $D$dst`" ]; then
- dodir ${dst}
- fi
- dosym $src $dst
- done
-
-}
-
-src_install() {
- # get installed scim version
- SCIM_VER=$(scim -h | grep "Smart Common Input Method" | awk '{print $5}')
-
- # install into /opt because this is binary-only
- PREFIX=/opt/scim-chinese
-
- cd ${S}
- insinto ${PREFIX}/lib/scim-1.0/Server
- doins usr/lib/scim-1.0/Server/*
- dosym_r ${PREFIX}/lib/scim-1.0/Server /usr/lib/scim-1.0/${SCIM_VER}/Server
-
- insinto ${PREFIX}/share/scim/chinese
- doins usr/share/scim/chinese/*
- dosym_r ${PREFIX}/share/scim/chinese /usr/share/scim/chinese
-
- insinto /etc/gconf/schemas
- doins etc/gconf/schemas/*
- dodoc usr/share/doc/packages/${PN}/{AUTHORS,COPYING,README}
-}
diff --git a/app-i18n/scim-chinese/scim-chinese-0.2.7.ebuild b/app-i18n/scim-chinese/scim-chinese-0.2.7.ebuild
deleted file mode 100644
index b994aa7623bb..000000000000
--- a/app-i18n/scim-chinese/scim-chinese-0.2.7.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-chinese/scim-chinese-0.2.7.ebuild,v 1.3 2004/06/24 21:53:36 agriffis Exp $
-
-inherit rpm
-
-DESCRIPTION="Smart Common Input Method (SCIM) Closed Source Pinyin Input Method"
-HOMEPAGE="http://www.turbolinux.com.cn/~suzhe/scim/"
-SRC_URI="http://www.turbolinux.com.cn/~suzhe/scim/scim-chinese/${P}-1.i586.rpm"
-
-LICENSE="scim-chinese"
-SLOT="0"
-KEYWORDS="x86 -*"
-IUSE=""
-
-DEPEND="virtual/x11
- >=app-i18n/scim-0.9.0"
-
-S=${WORKDIR}
-
-src_compile() {
- return
-}
-
-dosym_r() {
- srcdir=$1
- dstdir=$2
-
- for x in `find ${D}${srcdir}`; do
- dst=${dstdir}${x#$D$srcdir}
- src=${x#$D}
- einfo "Linking $src to $dst"
- if [ ! -d "`dirname $D$dst`" ]; then
- dodir ${dst}
- fi
- dosym $src $dst
- done
-
-}
-
-src_install() {
- # install into /opt because this is binary-only
- PREFIX=/opt/scim-chinese
-
- cd ${S}
- insinto ${PREFIX}/lib/scim-1.0/Server
- doins usr/lib/scim-1.0/Server/*
- dodir /usr/lib/scim-1.0
- dosym ${PREFIX}/lib/scim-1.0/Server /usr/lib/scim-1.0/Server
-
- insinto ${PREFIX}/share/scim/chinese
- doins usr/share/scim/chinese/*
- dosym_r ${PREFIX}/share/scim/chinese /usr/share/scim/chinese
-
- insinto /etc/gconf/schemas
- doins etc/gconf/schemas/*
- dodoc usr/share/doc/packages/${PN}/{AUTHORS,COPYING,README}
-}
diff --git a/app-i18n/scim-chinese/scim-chinese-0.3.0.ebuild b/app-i18n/scim-chinese/scim-chinese-0.3.0.ebuild
index 709f1a41ed97..014951413162 100644
--- a/app-i18n/scim-chinese/scim-chinese-0.3.0.ebuild
+++ b/app-i18n/scim-chinese/scim-chinese-0.3.0.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-chinese/scim-chinese-0.3.0.ebuild,v 1.3 2004/06/24 21:53:36 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-chinese/scim-chinese-0.3.0.ebuild,v 1.4 2004/06/26 10:23:25 usata Exp $
inherit gnome2
@@ -11,7 +11,7 @@ SRC_URI="http://freedesktop.org/~suzhe/${PN}/${P}.tar.gz"
IUSE=""
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="x86 ~ppc"
DEPEND="virtual/x11
>=app-i18n/scim-0.9.0"