diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-07-10 07:49:35 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-07-10 07:49:35 +0000 |
commit | 8aac37492e4fc95692c30038088d924d6803b6f9 (patch) | |
tree | ba2b302da77d4246625e5a0ce0d7178bacd03897 /app-dicts | |
parent | Removed obsolete version (Manifest recommit) (diff) | |
download | gentoo-2-8aac37492e4fc95692c30038088d924d6803b6f9.tar.gz gentoo-2-8aac37492e4fc95692c30038088d924d6803b6f9.tar.bz2 gentoo-2-8aac37492e4fc95692c30038088d924d6803b6f9.zip |
Initial import.
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/kasumi/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/kasumi/Manifest | 2 | ||||
-rw-r--r-- | app-dicts/kasumi/files/digest-kasumi-0.3 | 1 | ||||
-rw-r--r-- | app-dicts/kasumi/kasumi-0.3.ebuild | 32 | ||||
-rw-r--r-- | app-dicts/kasumi/metadata.xml | 5 |
5 files changed, 50 insertions, 0 deletions
diff --git a/app-dicts/kasumi/ChangeLog b/app-dicts/kasumi/ChangeLog new file mode 100644 index 000000000000..16c46d712f59 --- /dev/null +++ b/app-dicts/kasumi/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-dicts/kasumi +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/kasumi/ChangeLog,v 1.1 2004/07/10 07:49:35 usata Exp $ + +*kasumi-0.3 (10 Jul 2004) + + 10 Jul 2004; Mamoru KOMACHI <usata@gentoo.org> +metadata.xml, + +kasumi-0.3.ebuild: + Initial import. + diff --git a/app-dicts/kasumi/Manifest b/app-dicts/kasumi/Manifest new file mode 100644 index 000000000000..681475a37551 --- /dev/null +++ b/app-dicts/kasumi/Manifest @@ -0,0 +1,2 @@ +MD5 d8e398a8779403d667fd009272ed19cc kasumi-0.3.ebuild 650 +MD5 28482544be7c4f6a1de3920f4a46e3d4 files/digest-kasumi-0.3 62 diff --git a/app-dicts/kasumi/files/digest-kasumi-0.3 b/app-dicts/kasumi/files/digest-kasumi-0.3 new file mode 100644 index 000000000000..318754af5dcc --- /dev/null +++ b/app-dicts/kasumi/files/digest-kasumi-0.3 @@ -0,0 +1 @@ +MD5 1df9f558f693112d713b87b1a2038fba kasumi-0.3.tar.gz 235372 diff --git a/app-dicts/kasumi/kasumi-0.3.ebuild b/app-dicts/kasumi/kasumi-0.3.ebuild new file mode 100644 index 000000000000..6388811f4e5b --- /dev/null +++ b/app-dicts/kasumi/kasumi-0.3.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/kasumi/kasumi-0.3.ebuild,v 1.1 2004/07/10 07:49:35 usata Exp $ + +DESCRIPTION="Anthy dictionary maintenance tool" +HOMEPAGE="http://kasumi.sourceforge.jp/" +SRC_URI="mirror://sourceforge.jp/${PN}/9764/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="nls" + +DEPEND="virtual/libc + >=x11-libs/gtk+-2.2 + >=dev-libs/glib-2.2 + >=media-libs/freetype-2 + >=dev-libs/atk-1.4 + >=dev-libs/expat-1.95 + >=x11-libs/pango-1.2 + nls? ( sys-devel/gettext )" + +src_compile() { + econf `use_enable nls` || die + emake || die +} + +src_install() { + make DESTDIR=${D} install || die + + dodoc README ChangeLog AUTHORS +} diff --git a/app-dicts/kasumi/metadata.xml b/app-dicts/kasumi/metadata.xml new file mode 100644 index 000000000000..2d5852c16c60 --- /dev/null +++ b/app-dicts/kasumi/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>cjk</herd> +</pkgmetadata> |