summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJae Yang Kwak <jayskwak@gentoo.org>2003-01-27 20:49:25 +0000
committerJae Yang Kwak <jayskwak@gentoo.org>2003-01-27 20:49:25 +0000
commit56a850d55d1d673040e8cf98719837eaa30a13af (patch)
tree77c0c1e9af6129119eb22a8c64f3ba493cc02c95 /x11-misc/ami
parentNew version that might have fixed a funky sync problem I was seeing. Masked. (diff)
downloadgentoo-2-56a850d55d1d673040e8cf98719837eaa30a13af.tar.gz
gentoo-2-56a850d55d1d673040e8cf98719837eaa30a13af.tar.bz2
gentoo-2-56a850d55d1d673040e8cf98719837eaa30a13af.zip
Add ebuild and digest for ami-1.1.0. modified ChangeLog
Diffstat (limited to 'x11-misc/ami')
-rw-r--r--x11-misc/ami/ChangeLog8
-rw-r--r--x11-misc/ami/ami-1.1.0.ebuild41
-rw-r--r--x11-misc/ami/files/digest-ami-1.1.03
3 files changed, 51 insertions, 1 deletions
diff --git a/x11-misc/ami/ChangeLog b/x11-misc/ami/ChangeLog
index e813b729585e..89efaf17ea2f 100644
--- a/x11-misc/ami/ChangeLog
+++ b/x11-misc/ami/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/ami
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/ami/ChangeLog,v 1.3 2002/12/13 11:00:54 blizzy Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/ami/ChangeLog,v 1.4 2003/01/27 20:49:24 jayskwak Exp $
+
+*ami-1.1.0 (27 Jan 2003)
+
+ 27 Jan 2003: Jay Kwak <jayskwak@gentoo.org> ami-1.1.0.ebuild :
+
+ Version update. Added ami-1.1.0_imhangul_status patch (if you use gnome)
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/x11-misc/ami/ami-1.1.0.ebuild b/x11-misc/ami/ami-1.1.0.ebuild
new file mode 100644
index 000000000000..0b6f3ebd22ad
--- /dev/null
+++ b/x11-misc/ami/ami-1.1.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/ami/ami-1.1.0.ebuild,v 1.1 2003/01/27 20:49:25 jayskwak Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Korean IMS Ami"
+SRC_URI="http://download.kldp.net/ami/${P}.tar.gz
+ http://ami.kldp.net/hanja.dic.gz
+ gnome? (http://kldp.org/~krisna/depot/ami-1.1.0-imhangul_status.patch)"
+HOMEPAGE="http://ami.kldp.net"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~sparc"
+
+DEPEND=">=media-libs/gdk-pixbuf-0.7.0"
+
+src_unpack() {
+ unpack ${P}.tar.gz
+ if [ -n "`use gnome`" ]
+ then patch -p0 < ${DISTDIR}/${P}-imhangul_status.patch
+ fi
+}
+
+src_compile() {
+ ./configure \
+ --host=${CHOST} \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --mandir=/usr/share/man || die "./configure failed"
+
+ emake || die
+
+}
+
+src_install() {
+ einstall || die
+
+ gzip -d -c ${DISTDIR}/hanja.dic.gz > ${D}/usr/share/ami/hanja.dic
+ dodoc AUTHORS COPYING* ChangeLog INSTALL README README.en NEWS THANKS
+}
diff --git a/x11-misc/ami/files/digest-ami-1.1.0 b/x11-misc/ami/files/digest-ami-1.1.0
new file mode 100644
index 000000000000..ec135aff6b5b
--- /dev/null
+++ b/x11-misc/ami/files/digest-ami-1.1.0
@@ -0,0 +1,3 @@
+MD5 99e84d4740db468b996f889b0c134cf5 ami-1.1.0.tar.gz 306827
+MD5 3f114405753ad0596c4127df36e35710 hanja.dic.gz 10809
+MD5 ef53041640f7d5a0d8e7cc180d910319 ami-1.1.0-imhangul_status.patch 1440