summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2006-03-04 16:17:25 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2006-03-04 16:17:25 +0000
commit2b0623fb33a2c59c4d6137eb41d060450205a817 (patch)
treebebdb2d1eb603fd4099fff4f58af0014f6325033 /app-i18n
parentAdded a patch from Daniel Drake <dsd@gentoo.org> to fix desktop entry if the ... (diff)
downloadgentoo-2-2b0623fb33a2c59c4d6137eb41d060450205a817.tar.gz
gentoo-2-2b0623fb33a2c59c4d6137eb41d060450205a817.tar.bz2
gentoo-2-2b0623fb33a2c59c4d6137eb41d060450205a817.zip
Removed old versions.
(Portage version: 2.0.54)
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/scim-anthy/files/digest-scim-anthy-0.5.31
-rw-r--r--app-i18n/scim-anthy/files/digest-scim-anthy-0.6.11
-rw-r--r--app-i18n/scim-anthy/files/digest-scim-anthy-0.7.01
-rw-r--r--app-i18n/scim-anthy/scim-anthy-0.5.3.ebuild33
-rw-r--r--app-i18n/scim-anthy/scim-anthy-0.6.1.ebuild33
-rw-r--r--app-i18n/scim-anthy/scim-anthy-0.7.0.ebuild35
6 files changed, 0 insertions, 104 deletions
diff --git a/app-i18n/scim-anthy/files/digest-scim-anthy-0.5.3 b/app-i18n/scim-anthy/files/digest-scim-anthy-0.5.3
deleted file mode 100644
index 78834e5c4bba..000000000000
--- a/app-i18n/scim-anthy/files/digest-scim-anthy-0.5.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ba42960652a82cd594f443d8275184f9 scim-anthy-0.5.3.tar.gz 555535
diff --git a/app-i18n/scim-anthy/files/digest-scim-anthy-0.6.1 b/app-i18n/scim-anthy/files/digest-scim-anthy-0.6.1
deleted file mode 100644
index 2fbe40d9d300..000000000000
--- a/app-i18n/scim-anthy/files/digest-scim-anthy-0.6.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a4df7596d8f9f019313bb03f12d7cb78 scim-anthy-0.6.1.tar.gz 586074
diff --git a/app-i18n/scim-anthy/files/digest-scim-anthy-0.7.0 b/app-i18n/scim-anthy/files/digest-scim-anthy-0.7.0
deleted file mode 100644
index fbf5599bbe22..000000000000
--- a/app-i18n/scim-anthy/files/digest-scim-anthy-0.7.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c82d0245177311819cccc4d99106a959 scim-anthy-0.7.0.tar.gz 593013
diff --git a/app-i18n/scim-anthy/scim-anthy-0.5.3.ebuild b/app-i18n/scim-anthy/scim-anthy-0.5.3.ebuild
deleted file mode 100644
index 23367072919c..000000000000
--- a/app-i18n/scim-anthy/scim-anthy-0.5.3.ebuild
+++ /dev/null
@@ -1,33 +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-anthy/scim-anthy-0.5.3.ebuild,v 1.4 2005/09/23 03:12:24 matsuu Exp $
-
-DESCRIPTION="Japanese input method Anthy IMEngine for SCIM"
-HOMEPAGE="http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMAnthy"
-SRC_URI="mirror://sourceforge.jp/scim-imengine/15822/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="|| ( >=app-i18n/scim-0.99.8 >=app-i18n/scim-cvs-0.99.8 )
- || ( >=app-i18n/anthy-5900 >=app-i18n/anthy-ss-5911 )"
-
-src_install() {
- make DESTDIR=${D} install || die "make install failed"
-
- dodoc AUTHORS THANKS README
-}
-
-pkg_postinst() {
- einfo
- einfo "To use SCIM, you should use the following in your user startup scripts"
- einfo "such as .gnomerc or .xinitrc:"
- einfo
- einfo "LANG='your_language' scim -d"
- einfo "export XMODIFIERS=@im=SCIM"
- einfo "export GTK_IM_MODULE=scim"
- einfo "export QT_IM_MODULE=scim"
- einfo
-}
diff --git a/app-i18n/scim-anthy/scim-anthy-0.6.1.ebuild b/app-i18n/scim-anthy/scim-anthy-0.6.1.ebuild
deleted file mode 100644
index 73e57b911b0c..000000000000
--- a/app-i18n/scim-anthy/scim-anthy-0.6.1.ebuild
+++ /dev/null
@@ -1,33 +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-anthy/scim-anthy-0.6.1.ebuild,v 1.3 2005/10/02 16:49:53 hansmi Exp $
-
-DESCRIPTION="Japanese input method Anthy IMEngine for SCIM"
-HOMEPAGE="http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMAnthy"
-SRC_URI="mirror://sourceforge.jp/scim-imengine/16039/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86"
-IUSE=""
-
-DEPEND="|| ( >=app-i18n/scim-0.99.8 >=app-i18n/scim-cvs-0.99.8 )
- || ( >=app-i18n/anthy-5900 >=app-i18n/anthy-ss-5911 )"
-
-src_install() {
- make DESTDIR=${D} install || die "make install failed"
-
- dodoc AUTHORS THANKS README
-}
-
-pkg_postinst() {
- einfo
- einfo "To use SCIM, you should use the following in your user startup scripts"
- einfo "such as .gnomerc or .xinitrc:"
- einfo
- einfo "LANG='your_language' scim -d"
- einfo "export XMODIFIERS=@im=SCIM"
- einfo "export GTK_IM_MODULE=scim"
- einfo "export QT_IM_MODULE=scim"
- einfo
-}
diff --git a/app-i18n/scim-anthy/scim-anthy-0.7.0.ebuild b/app-i18n/scim-anthy/scim-anthy-0.7.0.ebuild
deleted file mode 100644
index 237801753c0c..000000000000
--- a/app-i18n/scim-anthy/scim-anthy-0.7.0.ebuild
+++ /dev/null
@@ -1,35 +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-anthy/scim-anthy-0.7.0.ebuild,v 1.2 2005/10/29 06:32:47 usata Exp $
-
-DESCRIPTION="Japanese input method Anthy IMEngine for SCIM"
-HOMEPAGE="http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMAnthy"
-SRC_URI="mirror://sourceforge.jp/scim-imengine/16701/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND="|| ( >=app-i18n/scim-0.99.8 >=app-i18n/scim-cvs-0.99.8 )
- || ( >=app-i18n/anthy-5900 >=app-i18n/anthy-ss-5911 )"
-RDEPEND="${DEPEND}
- app-dicts/kasumi"
-
-src_install() {
- make DESTDIR=${D} install || die "make install failed"
-
- dodoc AUTHORS THANKS README
-}
-
-pkg_postinst() {
- einfo
- einfo "To use SCIM, you should use the following in your user startup scripts"
- einfo "such as .gnomerc or .xinitrc:"
- einfo
- einfo "LANG='your_language' scim -d"
- einfo "export XMODIFIERS=@im=SCIM"
- einfo "export GTK_IM_MODULE=scim"
- einfo "export QT_IM_MODULE=scim"
- einfo
-}