summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-05-04 07:11:45 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-05-04 07:11:45 +0000
commit03617ee66e9d0319be285913341eb9b334f31b1c (patch)
treef1f8541e247fbbad05826a119609dc919c8e6b1e /app-i18n/scim/scim-0.6.1.ebuild
parentAdding icon files (diff)
downloadhistorical-03617ee66e9d0319be285913341eb9b334f31b1c.tar.gz
historical-03617ee66e9d0319be285913341eb9b334f31b1c.tar.bz2
historical-03617ee66e9d0319be285913341eb9b334f31b1c.zip
cleanup and stable bump
Diffstat (limited to 'app-i18n/scim/scim-0.6.1.ebuild')
-rw-r--r--app-i18n/scim/scim-0.6.1.ebuild48
1 files changed, 0 insertions, 48 deletions
diff --git a/app-i18n/scim/scim-0.6.1.ebuild b/app-i18n/scim/scim-0.6.1.ebuild
deleted file mode 100644
index 636ba23b5935..000000000000
--- a/app-i18n/scim/scim-0.6.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# 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/scim-0.6.1.ebuild,v 1.4 2004/04/25 20:31:23 squinky86 Exp $
-
-inherit gnome2 eutils
-
-DESCRIPTION="Smart Common Input Method (SCIM) is a Input Method (IM) development platform"
-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"
-IUSE="gnome"
-
-RDEPEND="virtual/x11
- gnome? ( >=gnome-base/gconf-1.2
- >=dev-libs/libxml2-2.5
- >=gnome-base/ORBit2-2
- >=net-libs/linc-0.5 )
- >=x11-libs/gtk+-2
- >=dev-libs/atk-1
- >=x11-libs/pango-1
- >=dev-libs/glib-2"
-DEPEND="${RDEPEND}
- dev-lang/perl"
-PDEPEND=">=app-i18n/scim-tables-0.2.2"
-
-ELTCONF="--reverse-deps"
-G2CONF="${G2CONF} `use_enable gnome config-gconf`"
-SCROLLKEEPER_UPDATE="0"
-
-src_unpack() {
- unpack ${A}
- # use scim gtk2 IM module only for chinese/japanese/korean
- epatch ${FILESDIR}/${P}-gtk2immodule.patch
- # workaround for problematic makefile
- cd ${S}/src
- sed -i -e "s:^\(scim_LDFLAGS.*\):\1 -ldl:" Makefile.in
- cd ${S}/modules/Server
- sed -i -e "s:^\(scim_make_table_LDFLAGS.*\):\1 -ldl:" Makefile.in
-}
-
-src_install() {
- gnome2_src_install || die "install failed"
- dodoc README AUTHORS ChangeLog docs/developers docs/scim.cfg
- dohtml -r docs/html/*
-}