summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2005-09-23 03:10:57 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2005-09-23 03:10:57 +0000
commitbb1cac995efce8bd24281a676b838777199873ef (patch)
treeafe98b12fefb24fe896e8a73cb47d697f8dbe66a /app-i18n/scim-skk
parentMark stable. (diff)
downloadgentoo-2-bb1cac995efce8bd24281a676b838777199873ef.tar.gz
gentoo-2-bb1cac995efce8bd24281a676b838777199873ef.tar.bz2
gentoo-2-bb1cac995efce8bd24281a676b838777199873ef.zip
Removed old versions.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-i18n/scim-skk')
-rw-r--r--app-i18n/scim-skk/scim-skk-0.2.0.ebuild32
-rw-r--r--app-i18n/scim-skk/scim-skk-0.2.1.ebuild32
2 files changed, 0 insertions, 64 deletions
diff --git a/app-i18n/scim-skk/scim-skk-0.2.0.ebuild b/app-i18n/scim-skk/scim-skk-0.2.0.ebuild
deleted file mode 100644
index 79812e5e7f64..000000000000
--- a/app-i18n/scim-skk/scim-skk-0.2.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-skk/scim-skk-0.2.0.ebuild,v 1.3 2005/06/13 04:37:34 usata Exp $
-
-DESCRIPTION="Japanese input method SKK IMEngine for SCIM"
-HOMEPAGE="http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMSKK"
-SRC_URI="mirror://sourceforge.jp/scim-imengine/14160/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~amd64"
-IUSE=""
-
-DEPEND="|| ( >=app-i18n/scim-1.0 >=app-i18n/scim-cvs-1.0 )"
-RDEPEND="${DEPEND}
- app-i18n/skk-jisyo"
-
-src_install() {
- make DESTDIR=${D} install || die "make install failed"
-
- dodoc AUTHORS 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-skk/scim-skk-0.2.1.ebuild b/app-i18n/scim-skk/scim-skk-0.2.1.ebuild
deleted file mode 100644
index 16f8e84ffd86..000000000000
--- a/app-i18n/scim-skk/scim-skk-0.2.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-skk/scim-skk-0.2.1.ebuild,v 1.2 2005/06/13 04:37:34 usata Exp $
-
-DESCRIPTION="Japanese input method SKK IMEngine for SCIM"
-HOMEPAGE="http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMSKK"
-SRC_URI="mirror://sourceforge.jp/scim-imengine/14947/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND="|| ( >=app-i18n/scim-1.0 >=app-i18n/scim-cvs-1.0 )"
-RDEPEND="${DEPEND}
- app-i18n/skk-jisyo"
-
-src_install() {
- make DESTDIR=${D} install || die "make install failed"
-
- dodoc AUTHORS 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
-}