diff options
author | Jungmin Seo <seo@gentoo.org> | 2003-03-02 21:46:03 +0000 |
---|---|---|
committer | Jungmin Seo <seo@gentoo.org> | 2003-03-02 21:46:03 +0000 |
commit | ceabec4d5199fd92c84d8cca6f826798054c85bb (patch) | |
tree | 07e2f4b63613cb527d06b3ce7102159c6a486521 /app-i18n | |
parent | removes ~ on x86 and ppc (diff) | |
download | historical-ceabec4d5199fd92c84d8cca6f826798054c85bb.tar.gz historical-ceabec4d5199fd92c84d8cca6f826798054c85bb.tar.bz2 historical-ceabec4d5199fd92c84d8cca6f826798054c85bb.zip |
removes the old version. 0.9.5 is stable now
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/imhangul/ChangeLog | 9 | ||||
-rw-r--r-- | app-i18n/imhangul/files/digest-imhangul-0.9.4 | 1 | ||||
-rw-r--r-- | app-i18n/imhangul/imhangul-0.9.4.ebuild | 31 | ||||
-rw-r--r-- | app-i18n/imhangul/imhangul-0.9.5.ebuild | 4 |
4 files changed, 10 insertions, 35 deletions
diff --git a/app-i18n/imhangul/ChangeLog b/app-i18n/imhangul/ChangeLog index fda2612fe52f..c64363d30cbe 100644 --- a/app-i18n/imhangul/ChangeLog +++ b/app-i18n/imhangul/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for app-i18n/imhangul # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/imhangul/ChangeLog,v 1.4 2003/02/12 04:22:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/imhangul/ChangeLog,v 1.5 2003/03/02 21:46:03 seo Exp $ *imhangul-0.9.5 (24 Jan 2003) + 02 Mar 2003; Jungmin Seo <seo@gentoo.org> imhangul-0.9.5.ebuild : + now stable on x86 and ppc + 24 Jan 2003; Jungmin Seo <seo@gentoo.org> imhangul-0.9.5.ebuild, ChangeLog : added ~ppc @@ -13,6 +16,10 @@ *imhangul-0.9.4 (19 Jan 2003) + 02 Mar 2003; Jungmin Seo <seo@gentoo.org> imhangul-0.9.4.ebuild, + files/digest-imhangul-0.9.4 : + removes from portage as 0.9.5 is available + 19 Jan 2003; Jungmin Seo <seo@gentoo.org> imhangul-0.9.4.ebuild, ChangeLog, files/digest-imhangul-0.9.4 : New ebuild for imhangul diff --git a/app-i18n/imhangul/files/digest-imhangul-0.9.4 b/app-i18n/imhangul/files/digest-imhangul-0.9.4 deleted file mode 100644 index 5be012ba1567..000000000000 --- a/app-i18n/imhangul/files/digest-imhangul-0.9.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 156ae70544ec07a21ffc057506ba7bf7 imhangul-0.9.4.tar.gz 215835 diff --git a/app-i18n/imhangul/imhangul-0.9.4.ebuild b/app-i18n/imhangul/imhangul-0.9.4.ebuild deleted file mode 100644 index 74ba366e0513..000000000000 --- a/app-i18n/imhangul/imhangul-0.9.4.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/imhangul/imhangul-0.9.4.ebuild,v 1.3 2003/02/13 08:01:17 vapier Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="GTK+-2.0 Hangul Input Modules" -SRC_URI="http://download.kldp.net/imhangul/${P}.tar.gz" -HOMEPAGE="http://imhangul.kldp.net" -KEYWORDS="~x86 ~ppc ~sparc" -SLOT="0" -LICENSE="GPL-2" - -DEPEND=">=x11-libs/gtk+-2.0.5" - -src_compile() { - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc || die "./configure failed" - - emake || die -} - -src_install() { - - make \ - prefix=${D}/usr \ - sysconfdir=${D}/etc \ - install || die - - dodoc AUTHORS ChangeLog COPYING INSTALL NEWS TODO -} diff --git a/app-i18n/imhangul/imhangul-0.9.5.ebuild b/app-i18n/imhangul/imhangul-0.9.5.ebuild index 5632b166fe13..c828745da046 100644 --- a/app-i18n/imhangul/imhangul-0.9.5.ebuild +++ b/app-i18n/imhangul/imhangul-0.9.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/imhangul/imhangul-0.9.5.ebuild,v 1.3 2003/02/13 08:01:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/imhangul/imhangul-0.9.5.ebuild,v 1.4 2003/03/02 21:46:03 seo Exp $ S=${WORKDIR}/${P} DESCRIPTION="Gtk+-2.0 Hangul Input Modules" @@ -9,7 +9,7 @@ SRC_URI="http://download.kldp.net/imhangul/${P}.tar.bz2" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ppc" DEPEND=">=x11-libs/gtk+-2.0.6" |