summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-09-27 02:18:18 +0000
committerMamoru Komachi <usata@gentoo.org>2004-09-27 02:18:18 +0000
commita31c1c216fa62ec50f1d846477bb43b101a3ebf2 (patch)
treeea48c792ec3817822e4bd4b2ac6e11f38c968a88 /app-i18n/scim-m17n
parentMarked 0.4.3 stable on x86, alpha and ppc. Removed old ebuild. (Manifest reco... (diff)
downloadgentoo-2-a31c1c216fa62ec50f1d846477bb43b101a3ebf2.tar.gz
gentoo-2-a31c1c216fa62ec50f1d846477bb43b101a3ebf2.tar.bz2
gentoo-2-a31c1c216fa62ec50f1d846477bb43b101a3ebf2.zip
Marked 0.1.3 stable on x86, alpha and ppc. Removed old ebuilds.
Diffstat (limited to 'app-i18n/scim-m17n')
-rw-r--r--app-i18n/scim-m17n/ChangeLog6
-rw-r--r--app-i18n/scim-m17n/files/digest-scim-m17n-0.1.11
-rw-r--r--app-i18n/scim-m17n/files/digest-scim-m17n-0.1.21
-rw-r--r--app-i18n/scim-m17n/scim-m17n-0.1.1.ebuild36
-rw-r--r--app-i18n/scim-m17n/scim-m17n-0.1.2.ebuild36
-rw-r--r--app-i18n/scim-m17n/scim-m17n-0.1.3.ebuild4
6 files changed, 7 insertions, 77 deletions
diff --git a/app-i18n/scim-m17n/ChangeLog b/app-i18n/scim-m17n/ChangeLog
index 77c132c944e5..d6ab91bdbd4c 100644
--- a/app-i18n/scim-m17n/ChangeLog
+++ b/app-i18n/scim-m17n/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-i18n/scim-m17n
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-m17n/ChangeLog,v 1.15 2004/09/19 15:53:29 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-m17n/ChangeLog,v 1.16 2004/09/27 02:18:18 usata Exp $
+
+ 27 Sep 2004; Mamoru KOMACHI <usata@gentoo.org> -scim-m17n-0.1.1.ebuild,
+ -scim-m17n-0.1.2.ebuild, scim-m17n-0.1.3.ebuild:
+ Marked 0.1.3 stable on x86, alpha and ppc. Removed old ebuilds.
19 Sept 2004; Tom Gall <tgall@gentoo.org> scim-m17n-0.1.3.ebuild:
stable on ppc64, bug #63375
diff --git a/app-i18n/scim-m17n/files/digest-scim-m17n-0.1.1 b/app-i18n/scim-m17n/files/digest-scim-m17n-0.1.1
deleted file mode 100644
index f38072040580..000000000000
--- a/app-i18n/scim-m17n/files/digest-scim-m17n-0.1.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 deec55e6c719a7c4f60b905ea0e5368a scim-m17n-0.1.1.tar.gz 321509
diff --git a/app-i18n/scim-m17n/files/digest-scim-m17n-0.1.2 b/app-i18n/scim-m17n/files/digest-scim-m17n-0.1.2
deleted file mode 100644
index bc0e68ae670e..000000000000
--- a/app-i18n/scim-m17n/files/digest-scim-m17n-0.1.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a1e049445d813cbe6bd1f098694b6d88 scim-m17n-0.1.2.tar.gz 321768
diff --git a/app-i18n/scim-m17n/scim-m17n-0.1.1.ebuild b/app-i18n/scim-m17n/scim-m17n-0.1.1.ebuild
deleted file mode 100644
index 37e0fde21a99..000000000000
--- a/app-i18n/scim-m17n/scim-m17n-0.1.1.ebuild
+++ /dev/null
@@ -1,36 +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-m17n/scim-m17n-0.1.1.ebuild,v 1.6 2004/08/09 18:52:23 slarti Exp $
-
-DESCRIPTION="scim-m17n is an input module for Smart Common Input Method (SCIM) which uses m17n as backend"
-HOMEPAGE="http://freedesktop.org/~suzhe/"
-SRC_URI="http://freedesktop.org/~suzhe/sources/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 alpha ~amd64"
-IUSE=""
-
-DEPEND="|| ( >=app-i18n/scim-0.99.0 app-i18n/scim-cvs )
- >=dev-libs/m17n-lib-1.0.2-r1"
-
-src_compile() {
- econf || die
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die "make install failed"
-
- dodoc AUTHORS ChangeLog 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-m17n/scim-m17n-0.1.2.ebuild b/app-i18n/scim-m17n/scim-m17n-0.1.2.ebuild
deleted file mode 100644
index 8e0bdc4cd1cb..000000000000
--- a/app-i18n/scim-m17n/scim-m17n-0.1.2.ebuild
+++ /dev/null
@@ -1,36 +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-m17n/scim-m17n-0.1.2.ebuild,v 1.1 2004/08/23 10:43:02 usata Exp $
-
-DESCRIPTION="scim-m17n is an input module for Smart Common Input Method (SCIM) which uses m17n as backend"
-HOMEPAGE="http://freedesktop.org/~suzhe/"
-SRC_URI="http://freedesktop.org/~suzhe/sources/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~alpha ~amd64"
-IUSE=""
-
-DEPEND="|| ( >=app-i18n/scim-0.99.8 >=app-i18n/scim-cvs-0.99.8 )
- >=dev-libs/m17n-lib-1.0.2-r1"
-
-src_compile() {
- econf || die
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die "make install failed"
-
- dodoc AUTHORS ChangeLog 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-m17n/scim-m17n-0.1.3.ebuild b/app-i18n/scim-m17n/scim-m17n-0.1.3.ebuild
index f8806cc58c00..d8b93e184948 100644
--- a/app-i18n/scim-m17n/scim-m17n-0.1.3.ebuild
+++ b/app-i18n/scim-m17n/scim-m17n-0.1.3.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-m17n/scim-m17n-0.1.3.ebuild,v 1.3 2004/09/19 15:53:29 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-m17n/scim-m17n-0.1.3.ebuild,v 1.4 2004/09/27 02:18:18 usata Exp $
DESCRIPTION="scim-m17n is an input module for Smart Common Input Method (SCIM) which uses m17n as backend"
HOMEPAGE="http://freedesktop.org/~suzhe/"
@@ -8,7 +8,7 @@ SRC_URI="http://freedesktop.org/~suzhe/sources/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~alpha ~amd64 ~ppc ppc64"
+KEYWORDS="x86 alpha ~amd64 ppc ppc64"
IUSE=""
DEPEND="|| ( >=app-i18n/scim-0.99.8 >=app-i18n/scim-cvs-0.99.8 )