diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-09-27 02:20:27 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-09-27 02:20:27 +0000 |
commit | b3c35d6864055eee4557cfe3706373724393c735 (patch) | |
tree | fdc553414c2c9bc6cc01d291e330cd39c8203f12 /app-i18n | |
parent | Marked 0.1.3 stable on x86, alpha and ppc. Removed old ebuilds. (diff) | |
download | historical-b3c35d6864055eee4557cfe3706373724393c735.tar.gz historical-b3c35d6864055eee4557cfe3706373724393c735.tar.bz2 historical-b3c35d6864055eee4557cfe3706373724393c735.zip |
Marked 0.1.2 stable on x86, alpha and ppc. Removed old ebuilds.
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/scim-hangul/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/scim-hangul/files/digest-scim-hangul-0.1.0 | 1 | ||||
-rw-r--r-- | app-i18n/scim-hangul/files/digest-scim-hangul-0.1.1 | 1 | ||||
-rw-r--r-- | app-i18n/scim-hangul/scim-hangul-0.1.0.ebuild | 37 | ||||
-rw-r--r-- | app-i18n/scim-hangul/scim-hangul-0.1.1.ebuild | 37 | ||||
-rw-r--r-- | app-i18n/scim-hangul/scim-hangul-0.1.2.ebuild | 4 |
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 )" |