summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyen Thai Ngoc Duy <pclouds@gentoo.org>2005-02-22 10:52:46 +0000
committerNguyen Thai Ngoc Duy <pclouds@gentoo.org>2005-02-22 10:52:46 +0000
commit37c9e4c9b5c8458e1fce1c6c750c48df7f8ce5d9 (patch)
treec9d8eb0d9d1c73db70bdc433f258515f89b9352c /app-dicts/vdict
parentVersion bump for bug 82876; updated pcre patch and added a patch to fix amap'... (diff)
downloadhistorical-37c9e4c9b5c8458e1fce1c6c750c48df7f8ce5d9.tar.gz
historical-37c9e4c9b5c8458e1fce1c6c750c48df7f8ce5d9.tar.bz2
historical-37c9e4c9b5c8458e1fce1c6c750c48df7f8ce5d9.zip
New ebuild, submitted by Luu Danh Hieu <ipridian@spymac.com> #82551
Package-Manager: portage-2.0.51.16
Diffstat (limited to 'app-dicts/vdict')
-rw-r--r--app-dicts/vdict/ChangeLog9
-rw-r--r--app-dicts/vdict/Manifest4
-rw-r--r--app-dicts/vdict/files/digest-vdict-1.941
-rw-r--r--app-dicts/vdict/metadata.xml8
-rw-r--r--app-dicts/vdict/vdict-1.94.ebuild28
5 files changed, 50 insertions, 0 deletions
diff --git a/app-dicts/vdict/ChangeLog b/app-dicts/vdict/ChangeLog
new file mode 100644
index 000000000000..02aec6b5382a
--- /dev/null
+++ b/app-dicts/vdict/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-dicts/vdict
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/vdict/ChangeLog,v 1.1 2005/02/22 10:52:46 pclouds Exp $
+
+*vdict-1.94 (22 Feb 2005)
+
+ 22 Feb 2005; <pclouds@gentoo.org> +metadata.xml, +vdict-1.94.ebuild:
+ New ebuild, submitted by Luu Danh Hieu <ipridian@spymac.com> #82551
+
diff --git a/app-dicts/vdict/Manifest b/app-dicts/vdict/Manifest
new file mode 100644
index 000000000000..13c7a6310beb
--- /dev/null
+++ b/app-dicts/vdict/Manifest
@@ -0,0 +1,4 @@
+MD5 f0bf8dea9f4bf320fdac40b42603ee34 vdict-1.94.ebuild 855
+MD5 800d2ac54ae77223123ba5ba6a9e8056 ChangeLog 373
+MD5 c757bd17a921b767a041c286ceb9d855 metadata.xml 222
+MD5 7c8cb029e9b150b8ddb8cb999f313c2f files/digest-vdict-1.94 63
diff --git a/app-dicts/vdict/files/digest-vdict-1.94 b/app-dicts/vdict/files/digest-vdict-1.94
new file mode 100644
index 000000000000..dcc48a95a002
--- /dev/null
+++ b/app-dicts/vdict/files/digest-vdict-1.94
@@ -0,0 +1 @@
+MD5 c5403cb35210fae8b121bb9627b16e2a vdict-1.94.tar.bz2 228154
diff --git a/app-dicts/vdict/metadata.xml b/app-dicts/vdict/metadata.xml
new file mode 100644
index 000000000000..5c34b0d4a717
--- /dev/null
+++ b/app-dicts/vdict/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>cjk</herd>
+ <maintainer>
+ <email>pclouds@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>
diff --git a/app-dicts/vdict/vdict-1.94.ebuild b/app-dicts/vdict/vdict-1.94.ebuild
new file mode 100644
index 000000000000..3102f0979683
--- /dev/null
+++ b/app-dicts/vdict/vdict-1.94.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/vdict/vdict-1.94.ebuild,v 1.1 2005/02/22 10:52:46 pclouds Exp $
+
+inherit eutils
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+DESCRIPTION="Vdict - Vietnamese Dictionary"
+SRC_URI="mirror://sourceforge/xvnkb/${P}.tar.bz2"
+HOMEPAGE="http://xvnkb.sourceforge.net/?menu=vdict&lang=en"
+IUSE=""
+DEPEND="x11-libs/qt
+ sys-libs/gdbm
+ media-libs/freetype"
+
+src_install() {
+ dobin fd/fd vd/vd utils/wd2vd
+}
+
+pkg_postinst() {
+ einfo "Please go to"
+ einfo "http://sourceforge.net/project/showfiles.php?group_id=70446&release_id=193898"
+ einfo "to download the databases and follow the instructions on"
+ einfo "http://xvnkb.sourceforge.net/?menu=vdict&lang=en"
+ einfo "to setup the databases in your prefered directory"
+}