summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyen Thai Ngoc Duy <pclouds@gentoo.org>2005-02-24 08:06:49 +0000
committerNguyen Thai Ngoc Duy <pclouds@gentoo.org>2005-02-24 08:06:49 +0000
commit7762d32a2c24e73d45265db37b444786be144132 (patch)
tree435cfb0f119d4623f7764c512df93eaffd9e3c00 /app-dicts
parentWiping out x11-plugins/wmfrog from Portage as per security bug #72358 (diff)
downloadgentoo-2-7762d32a2c24e73d45265db37b444786be144132.tar.gz
gentoo-2-7762d32a2c24e73d45265db37b444786be144132.tar.bz2
gentoo-2-7762d32a2c24e73d45265db37b444786be144132.zip
Initial ebuild, part of #82929 by Luu Danh Hieu <ipridian@spymac.com>
(Portage version: 2.0.51.16)
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/vdict-en-vi/ChangeLog9
-rw-r--r--app-dicts/vdict-en-vi/Manifest2
-rw-r--r--app-dicts/vdict-en-vi/files/digest-vdict-en-vi-200502241
-rw-r--r--app-dicts/vdict-en-vi/metadata.xml8
-rw-r--r--app-dicts/vdict-en-vi/vdict-en-vi-20050224.ebuild24
5 files changed, 44 insertions, 0 deletions
diff --git a/app-dicts/vdict-en-vi/ChangeLog b/app-dicts/vdict-en-vi/ChangeLog
new file mode 100644
index 000000000000..cb7e8a2b2a27
--- /dev/null
+++ b/app-dicts/vdict-en-vi/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-dicts/vdict-en-vi
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/vdict-en-vi/ChangeLog,v 1.1 2005/02/24 08:06:49 pclouds Exp $
+
+*vdict-en-vi-20050224 (24 Feb 2005)
+
+ 24 Feb 2005; <pclouds@gentoo.org> +vdict-en-vi-20050224.ebuild:
+ Initial ebuild, part of #82929 by Luu Danh Hieu <ipridian@spymac.com>
+
diff --git a/app-dicts/vdict-en-vi/Manifest b/app-dicts/vdict-en-vi/Manifest
new file mode 100644
index 000000000000..db35492a74b0
--- /dev/null
+++ b/app-dicts/vdict-en-vi/Manifest
@@ -0,0 +1,2 @@
+MD5 3f2b4b9e9be560ba7a6cbaf450afea7f vdict-en-vi-20050224.ebuild 616
+MD5 ac37f38142e08aec2e2bfb356b0bbeaa files/digest-vdict-en-vi-20050224 59
diff --git a/app-dicts/vdict-en-vi/files/digest-vdict-en-vi-20050224 b/app-dicts/vdict-en-vi/files/digest-vdict-en-vi-20050224
new file mode 100644
index 000000000000..82aefec250e4
--- /dev/null
+++ b/app-dicts/vdict-en-vi/files/digest-vdict-en-vi-20050224
@@ -0,0 +1 @@
+MD5 489d646a074671667e16c03bdeab5d5d en-vi.src.bz2 2307543
diff --git a/app-dicts/vdict-en-vi/metadata.xml b/app-dicts/vdict-en-vi/metadata.xml
new file mode 100644
index 000000000000..999554244e34
--- /dev/null
+++ b/app-dicts/vdict-en-vi/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>pclouds@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>
diff --git a/app-dicts/vdict-en-vi/vdict-en-vi-20050224.ebuild b/app-dicts/vdict-en-vi/vdict-en-vi-20050224.ebuild
new file mode 100644
index 000000000000..90d5fec4f536
--- /dev/null
+++ b/app-dicts/vdict-en-vi/vdict-en-vi-20050224.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/vdict-en-vi/vdict-en-vi-20050224.ebuild,v 1.1 2005/02/24 08:06:49 pclouds Exp $
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+DESCRIPTION="Vdict - Dictionaries files"
+SRC_URI="mirror://sourceforge/xvnkb/en-vi.src.bz2"
+HOMEPAGE="http://xvnkb.sourceforge.net/?menu=vdict&lang=en"
+IUSE=""
+DEPEND="app-dicts/vdict"
+S=${WORKDIR}
+src_compile() {
+ wd2vd -s en-vi.src -d english-viet.vdbf -i english-viet.vdbi -x "English-Viet"
+}
+
+src_install() {
+ insinto /usr/share/dict
+ doins english-viet.vdbf english-viet.vdbi
+}
+pkg_postinst() {
+ einfo "Please do search for dictionaries in vdict"
+}