summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyen Thai Ngoc Duy <pclouds@gentoo.org>2005-02-24 08:35:50 +0000
committerNguyen Thai Ngoc Duy <pclouds@gentoo.org>2005-02-24 08:35:50 +0000
commitb064799017e5eaa78af6678ac592189778f59697 (patch)
tree350daa143e1915ad0232e3934e8867877698a42f /app-dicts/vdict-fr-vi
parentChanged dictionary name (diff)
downloadgentoo-2-b064799017e5eaa78af6678ac592189778f59697.tar.gz
gentoo-2-b064799017e5eaa78af6678ac592189778f59697.tar.bz2
gentoo-2-b064799017e5eaa78af6678ac592189778f59697.zip
Initial ebuild, part of #82929 by Luu Danh Hieu <ipridian@spymac.com>
(Portage version: 2.0.51.16)
Diffstat (limited to 'app-dicts/vdict-fr-vi')
-rw-r--r--app-dicts/vdict-fr-vi/ChangeLog10
-rw-r--r--app-dicts/vdict-fr-vi/Manifest5
-rw-r--r--app-dicts/vdict-fr-vi/files/digest-vdict-fr-vi-200502241
-rw-r--r--app-dicts/vdict-fr-vi/metadata.xml8
-rw-r--r--app-dicts/vdict-fr-vi/vdict-fr-vi-20050224.ebuild24
5 files changed, 48 insertions, 0 deletions
diff --git a/app-dicts/vdict-fr-vi/ChangeLog b/app-dicts/vdict-fr-vi/ChangeLog
new file mode 100644
index 000000000000..df84b6af7a53
--- /dev/null
+++ b/app-dicts/vdict-fr-vi/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-dicts/vdict-fr-vi
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/vdict-fr-vi/ChangeLog,v 1.1 2005/02/24 08:34:51 pclouds Exp $
+
+*vdict-fr-vi-20050224 (24 Feb 2005)
+
+ 24 Feb 2005; <pclouds@gentoo.org> +metadata.xml,
+ +vdict-fr-vi-20050224.ebuild:
+ Initial ebuild, part of #82929 by Luu Danh Hieu <ipridian@spymac.com>
+
diff --git a/app-dicts/vdict-fr-vi/Manifest b/app-dicts/vdict-fr-vi/Manifest
new file mode 100644
index 000000000000..6baaed0f4184
--- /dev/null
+++ b/app-dicts/vdict-fr-vi/Manifest
@@ -0,0 +1,5 @@
+MD5 9b3a0762c82050e4f219657290188c15 vdict-fr-vi-20050224.ebuild 700
+MD5 d082933211c8c8fcf3e1221252299370 ChangeLog 392
+MD5 485d18e156f1c6e59aab585f2c9c2c4d metadata.xml 226
+MD5 bbd33f0dbc3961d807c3d2e8c549c591 files/digest-vdict-fr-vi-20050224 59
+MD5 ac37f38142e08aec2e2bfb356b0bbeaa files/digest-vdict-en-vi-20050224 59
diff --git a/app-dicts/vdict-fr-vi/files/digest-vdict-fr-vi-20050224 b/app-dicts/vdict-fr-vi/files/digest-vdict-fr-vi-20050224
new file mode 100644
index 000000000000..bff70eba48e6
--- /dev/null
+++ b/app-dicts/vdict-fr-vi/files/digest-vdict-fr-vi-20050224
@@ -0,0 +1 @@
+MD5 04c1c9d9ef76c69b42ccd8f28fd54989 fr-vi.src.bz2 1781584
diff --git a/app-dicts/vdict-fr-vi/metadata.xml b/app-dicts/vdict-fr-vi/metadata.xml
new file mode 100644
index 000000000000..999554244e34
--- /dev/null
+++ b/app-dicts/vdict-fr-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-fr-vi/vdict-fr-vi-20050224.ebuild b/app-dicts/vdict-fr-vi/vdict-fr-vi-20050224.ebuild
new file mode 100644
index 000000000000..506d7a4e6b0d
--- /dev/null
+++ b/app-dicts/vdict-fr-vi/vdict-fr-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-fr-vi/vdict-fr-vi-20050224.ebuild,v 1.1 2005/02/24 08:34:51 pclouds Exp $
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+DESCRIPTION="Vdict - Dictionaries files"
+SRC_URI="mirror://sourceforge/xvnkb/fr-vi.src.bz2"
+HOMEPAGE="http://xvnkb.sourceforge.net/?menu=vdict&lang=en"
+IUSE=""
+DEPEND="app-dicts/vdict"
+S=${WORKDIR}
+src_compile() {
+ wd2vd -s fr-vi.src -d fr-vi.vdbf -i fr-vi.vdbi -x "French-Vietnamese"
+}
+
+src_install() {
+ insinto /usr/share/dict
+ doins fr-vi.vdbf fr-vi.vdbi
+}
+pkg_postinst() {
+ einfo "Please do search for dictionaries in vdict"
+}