summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoang Minh Thang <hoangminhthang@ktqd.org>2012-01-28 20:12:18 +0700
committerHoang Minh Thang <hoangminhthang@ktqd.org>2012-01-28 20:12:18 +0700
commite4289843bb7923b35dd5d348ab43e01ffc9c46ec (patch)
treec2191637f17b5ad1b277794b8289767ab39880f5 /app-dicts
parentAdd b2uconverter (diff)
downloadgentoo-vn-e4289843bb7923b35dd5d348ab43e01ffc9c46ec.tar.gz
gentoo-vn-e4289843bb7923b35dd5d348ab43e01ffc9c46ec.tar.bz2
gentoo-vn-e4289843bb7923b35dd5d348ab43e01ffc9c46ec.zip
b2uconverter v10.01.4
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/stardict-wyabdcrealpeopletts/ChangeLog8
-rw-r--r--app-dicts/stardict-wyabdcrealpeopletts/Manifest4
-rw-r--r--app-dicts/stardict-wyabdcrealpeopletts/metadata.xml5
-rw-r--r--app-dicts/stardict-wyabdcrealpeopletts/stardict-wyabdcrealpeopletts-1.0.ebuild25
4 files changed, 42 insertions, 0 deletions
diff --git a/app-dicts/stardict-wyabdcrealpeopletts/ChangeLog b/app-dicts/stardict-wyabdcrealpeopletts/ChangeLog
new file mode 100644
index 0000000..5b0fa7b
--- /dev/null
+++ b/app-dicts/stardict-wyabdcrealpeopletts/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for app-dicts/stardict-wyabdcrealpeopletts
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 04 Feb 2010; scsi <scsichen@gmail.com>
+ stardict-wyabdcrealpeopletts-1.0.ebuild, +metadata.xml:
+ fix depend error
+
diff --git a/app-dicts/stardict-wyabdcrealpeopletts/Manifest b/app-dicts/stardict-wyabdcrealpeopletts/Manifest
new file mode 100644
index 0000000..be230de
--- /dev/null
+++ b/app-dicts/stardict-wyabdcrealpeopletts/Manifest
@@ -0,0 +1,4 @@
+DIST WyabdcRealPeopleTTS.tar.bz2 84329208 RMD160 9c9bd37cf85aaed8d5b090b2014c3122e98ba8e4 SHA1 056609ec9743bda105ff6db956b321436ae50b90 SHA256 96a398eaef3e84f6f23e61683e6439913a4d44055e695dd4a1936f9340d64870
+EBUILD stardict-wyabdcrealpeopletts-1.0.ebuild 648 RMD160 63915999ce9402ffbe2342776fb098feb405e093 SHA1 b9e29e183ef8ee2061e101c11d691255901903b2 SHA256 59038e59b645a6125a357670c1edec67add6792ee874b62e78ec19b84b775bdb
+MISC ChangeLog 258 RMD160 2320d1f108d9cfbf4d6009d6bbe640403fd35a2e SHA1 e5c93a47fdc0e41ee17d223049f2d6e668ffeab9 SHA256 11d2ed13daa60c598f9e3739868fc9cb02d1134db6c959a7bf18c9cc8095db8d
+MISC metadata.xml 169 RMD160 bbd2a695d790bc88f16435175c1e13f398241104 SHA1 bfeb8021300c243d81735d8a68b02a7ec87d25fc SHA256 88df7ceb659a779f52e9683da719cac92e4b4b48f6c3fb0a9a90a8428abf5e18
diff --git a/app-dicts/stardict-wyabdcrealpeopletts/metadata.xml b/app-dicts/stardict-wyabdcrealpeopletts/metadata.xml
new file mode 100644
index 0000000..0b019b0
--- /dev/null
+++ b/app-dicts/stardict-wyabdcrealpeopletts/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>mantainer-wanted</herd>
+</pkgmetadata>
diff --git a/app-dicts/stardict-wyabdcrealpeopletts/stardict-wyabdcrealpeopletts-1.0.ebuild b/app-dicts/stardict-wyabdcrealpeopletts/stardict-wyabdcrealpeopletts-1.0.ebuild
new file mode 100644
index 0000000..3a272c0
--- /dev/null
+++ b/app-dicts/stardict-wyabdcrealpeopletts/stardict-wyabdcrealpeopletts-1.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2010 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /home/cvsroot/ebuildteam/app-dicts/stardict-wyabdcrealpeopletts/stardict-wyabdcrealpeopletts-1.0.ebuild,v 1.2 2007/02/12 06:34:49 scsi Exp $
+
+IUSE=""
+
+S=${WORKDIR}/WyabdcRealPeopleTTS
+
+DESCRIPTION=""
+SRC_URI="http://umn.dl.sourceforge.net/sourceforge/stardict/WyabdcRealPeopleTTS.tar.bz2"
+HOMEPAGE="http://stardict.sourceforge.net/"
+
+SLOT="0"
+LICENSE="GPL"
+KEYWORDS="x86 ppc sparc alpha hppa"
+
+DEPEND="app-text/stardict"
+
+src_unpack() {
+ unpack ${A}
+}
+src_install() {
+ mkdir -p ${D}/usr/share
+ cp -r ${S} ${D}/usr/share
+}