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
commitabcf168564ee52fbb7312a9a6819f7c33dbbe8e6 (patch)
tree28e01c11932dd41d58446264122fdf9be6391236 /app-dicts/vdict-en-vi
parentWiping out x11-plugins/wmfrog from Portage as per security bug #72358 (diff)
downloadhistorical-abcf168564ee52fbb7312a9a6819f7c33dbbe8e6.tar.gz
historical-abcf168564ee52fbb7312a9a6819f7c33dbbe8e6.tar.bz2
historical-abcf168564ee52fbb7312a9a6819f7c33dbbe8e6.zip
Initial ebuild, part of #82929 by Luu Danh Hieu <ipridian@spymac.com>
Package-Manager: portage-2.0.51.16
Diffstat (limited to 'app-dicts/vdict-en-vi')
-rw-r--r--app-dicts/vdict-en-vi/ChangeLog9
-rw-r--r--app-dicts/vdict-en-vi/Manifest4
-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, 46 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..998228c1a7f2
--- /dev/null
+++ b/app-dicts/vdict-en-vi/Manifest
@@ -0,0 +1,4 @@
+MD5 21b1080d408e8b776fe0eb5b1e970307 vdict-en-vi-20050224.ebuild 728
+MD5 d082933211c8c8fcf3e1221252299370 ChangeLog 392
+MD5 485d18e156f1c6e59aab585f2c9c2c4d metadata.xml 226
+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"
+}