summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-09-27 02:20:27 +0000
committerMamoru Komachi <usata@gentoo.org>2004-09-27 02:20:27 +0000
commit9d2be30512ab9d3d02cdf673c77f38412256e203 (patch)
treecebdabb3aa36cc1610849aa3778d7edc0d1178f3 /app-i18n/scim-hangul
parentMarked 0.1.3 stable on x86, alpha and ppc. Removed old ebuilds. (Manifest rec... (diff)
downloadgentoo-2-9d2be30512ab9d3d02cdf673c77f38412256e203.tar.gz
gentoo-2-9d2be30512ab9d3d02cdf673c77f38412256e203.tar.bz2
gentoo-2-9d2be30512ab9d3d02cdf673c77f38412256e203.zip
Marked 0.1.2 stable on x86, alpha and ppc. Removed old ebuilds.
Diffstat (limited to 'app-i18n/scim-hangul')
-rw-r--r--app-i18n/scim-hangul/ChangeLog6
-rw-r--r--app-i18n/scim-hangul/files/digest-scim-hangul-0.1.01
-rw-r--r--app-i18n/scim-hangul/files/digest-scim-hangul-0.1.11
-rw-r--r--app-i18n/scim-hangul/scim-hangul-0.1.0.ebuild37
-rw-r--r--app-i18n/scim-hangul/scim-hangul-0.1.1.ebuild37
-rw-r--r--app-i18n/scim-hangul/scim-hangul-0.1.2.ebuild4
6 files changed, 7 insertions, 79 deletions
diff --git a/app-i18n/scim-hangul/ChangeLog b/app-i18n/scim-hangul/ChangeLog
index 1574abf7ad30..4c3038839313 100644
--- a/app-i18n/scim-hangul/ChangeLog
+++ b/app-i18n/scim-hangul/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-i18n/scim-hangul
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/ChangeLog,v 1.6 2004/08/30 09:12:55 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/ChangeLog,v 1.7 2004/09/27 02:20:27 usata Exp $
+
+ 27 Sep 2004; Mamoru KOMACHI <usata@gentoo.org> -scim-hangul-0.1.0.ebuild,
+ -scim-hangul-0.1.1.ebuild, scim-hangul-0.1.2.ebuild:
+ Marked 0.1.2 stable on x86, alpha and ppc. Removed old ebuilds.
*scim-hangul-0.1.2 (30 Aug 2004)
diff --git a/app-i18n/scim-hangul/files/digest-scim-hangul-0.1.0 b/app-i18n/scim-hangul/files/digest-scim-hangul-0.1.0
deleted file mode 100644
index 0ee062ff5599..000000000000
--- a/app-i18n/scim-hangul/files/digest-scim-hangul-0.1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0644c3a88649fb448ea5b5091ff5d81a scim-hangul-0.1.0.tar.gz 617378
diff --git a/app-i18n/scim-hangul/files/digest-scim-hangul-0.1.1 b/app-i18n/scim-hangul/files/digest-scim-hangul-0.1.1
deleted file mode 100644
index 82ef80496211..000000000000
--- a/app-i18n/scim-hangul/files/digest-scim-hangul-0.1.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 64cfbb2469eb604e309f0dcc870f565a scim-hangul-0.1.1.tar.gz 617512
diff --git a/app-i18n/scim-hangul/scim-hangul-0.1.0.ebuild b/app-i18n/scim-hangul/scim-hangul-0.1.0.ebuild
deleted file mode 100644
index 16384c507c8d..000000000000
--- a/app-i18n/scim-hangul/scim-hangul-0.1.0.ebuild
+++ /dev/null
@@ -1,37 +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-hangul/scim-hangul-0.1.0.ebuild,v 1.2 2004/08/30 09:12:55 usata Exp $
-
-inherit eutils
-
-DESCRIPTION="Hangul IMEngine for SCIM ported from imhangul"
-HOMEPAGE="http://scim.freedesktop.org/ScimHangul"
-SRC_URI="http://freedesktop.org/~suzhe/sources/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc"
-IUSE=""
-
-DEPEND="|| ( >=app-i18n/scim-0.99.0 app-i18n/scim-cvs )"
-
-src_compile() {
- econf || die
- emake || die
-}
-
-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-hangul/scim-hangul-0.1.1.ebuild b/app-i18n/scim-hangul/scim-hangul-0.1.1.ebuild
deleted file mode 100644
index 82b98b79d93e..000000000000
--- a/app-i18n/scim-hangul/scim-hangul-0.1.1.ebuild
+++ /dev/null
@@ -1,37 +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-hangul/scim-hangul-0.1.1.ebuild,v 1.1 2004/08/23 10:38:12 usata Exp $
-
-inherit eutils
-
-DESCRIPTION="Hangul IMEngine for SCIM ported from imhangul"
-HOMEPAGE="http://scim.freedesktop.org/ScimHangul"
-SRC_URI="http://freedesktop.org/~suzhe/sources/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-IUSE=""
-
-DEPEND="|| ( >=app-i18n/scim-0.99.8 >=app-i18n/scim-cvs-0.99.8 )"
-
-src_compile() {
- econf || die
- emake || die
-}
-
-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-hangul/scim-hangul-0.1.2.ebuild b/app-i18n/scim-hangul/scim-hangul-0.1.2.ebuild
index 936a55d2de3c..1c626fe45531 100644
--- a/app-i18n/scim-hangul/scim-hangul-0.1.2.ebuild
+++ b/app-i18n/scim-hangul/scim-hangul-0.1.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-hangul/scim-hangul-0.1.2.ebuild,v 1.1 2004/08/30 09:12:55 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/scim-hangul-0.1.2.ebuild,v 1.2 2004/09/27 02:20:27 usata Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="http://freedesktop.org/~suzhe/sources/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="x86 ppc alpha"
IUSE=""
DEPEND="|| ( >=app-i18n/scim-0.99.8 >=app-i18n/scim-cvs-0.99.8 )"