summaryrefslogtreecommitdiff
path: root/app-dicts/ydpdict
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /app-dicts/ydpdict
reinit the tree, so we can have metadata
Diffstat (limited to 'app-dicts/ydpdict')
-rw-r--r--app-dicts/ydpdict/Manifest5
-rw-r--r--app-dicts/ydpdict/metadata.xml5
-rw-r--r--app-dicts/ydpdict/ydpdict-1.0.2.ebuild42
3 files changed, 52 insertions, 0 deletions
diff --git a/app-dicts/ydpdict/Manifest b/app-dicts/ydpdict/Manifest
new file mode 100644
index 000000000000..c9abc7eaa1ac
--- /dev/null
+++ b/app-dicts/ydpdict/Manifest
@@ -0,0 +1,5 @@
+DIST ydpdict-1.0.2.tar.gz 363774 SHA256 cbdcf1bba29a1eaf8c9fc782a1c15b80596e9debe7a56f169e1724960a415822 SHA512 b2395d88e289171daae3aa47d9c70a2ca1c7b3a3998c1a9751c56e1dc8d17138bc38a172581edcad02c35d5252041c6942a3c416a632def6121072650bcb7e61 WHIRLPOOL 0d8007b80501a2709fe7bc9343d7f494716dbcb53a28c4a12bbbd1b1bc3896bc16584d7265eef752dc00de00c8d88ee7c6322a4737030d782ee6d411564f606c
+EBUILD ydpdict-1.0.2.ebuild 974 SHA256 11dce794f28a9c8abcf5e1ca0168d9bef8ff597aaf94236fad87acef538cdb07 SHA512 fb9adb4c5859e16b8ca6164f96007a4151ba26682530afe76cd31215d361d9b32b380134d77bc94c32a9d3a66080c388a713d17e6d3b8dd9c244aec2c82dbee5 WHIRLPOOL 72d68ecde6e1d926c7efa3fd58cd3c733ff1bbfdfcf7c3f134678e6a3f9ec0d9ecf197b6b97b43eece68ba69979938e3b9fe359bc6cf30556e49f11fcc81c021
+MISC ChangeLog 2916 SHA256 bb5ce2967fcb9c8d0b7bc041031ff6715f9cd5fbbbc04cb1eac6e16f103b8241 SHA512 ab0e6309c0951e0b3fd52ba0f80bfbd74b54fcda1877e941ae08be174dabe8e231eef50b4b49457bffa3fc49ec7162015bc3769ae72ae67d361a8d78781f3709 WHIRLPOOL 5fa7b5d366e7dfda18d8c452602afd29e116ac018c9c1c11769ce64ccfd04c7b7e95811b0f61a37219d0b76f19fde8caca9a6582f58863d932b5dc755e94275d
+MISC ChangeLog-2015 3387 SHA256 c44bf1dbdfe44ab85cf46127f038cdb18e601c04d5b99b5753a73a12791813d1 SHA512 35322bfc671809f4646a8b170378a507ad46ea53891419330f5b4f8994eca09dfd9d935454ee1a56f00e53f8a86eaa7c2437af5f76d5beb6b69e3acdbb502a52 WHIRLPOOL c426dfac9f09345fbfbd62a30369ed4c564009ac686c559452c9556c2777f6175fdf3dbd8cff09b7eca0fe7896f384886194b09b12f0b244d3103690209b27b2
+MISC metadata.xml 166 SHA256 2caff447f5bd2701d8456ada5cc633c41ef4373fa4bfeabeb73599d40bcc941b SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 WHIRLPOOL 1ff70497eca6531f0e0614c72a19f4b8e5ff486a58d369f4f0b36308d1d6b01168f9da887740e3b9f536236be251d3fe05f904d27a9233a7cf613416ba882968
diff --git a/app-dicts/ydpdict/metadata.xml b/app-dicts/ydpdict/metadata.xml
new file mode 100644
index 000000000000..6f49eba8f496
--- /dev/null
+++ b/app-dicts/ydpdict/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<!-- maintainer-needed -->
+</pkgmetadata>
diff --git a/app-dicts/ydpdict/ydpdict-1.0.2.ebuild b/app-dicts/ydpdict/ydpdict-1.0.2.ebuild
new file mode 100644
index 000000000000..cec7d34b79aa
--- /dev/null
+++ b/app-dicts/ydpdict/ydpdict-1.0.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+DESCRIPTION="Interface for the Collins Dictionary"
+HOMEPAGE="http://toxygen.net/ydpdict/"
+SRC_URI="http://toxygen.net/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE="ao"
+
+RDEPEND=">=app-dicts/libydpdict-${PV}
+ sys-libs/ncurses[unicode]
+ ao? ( media-libs/libao )"
+
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+src_configure() {
+ econf \
+ $(use_with ao libao)
+}
+
+src_install() {
+ dodir "/etc"
+ emake DESTDIR="${D}" install
+ dodoc README
+}
+
+pkg_postinst() {
+ echo
+ elog "Note that to use this program you'll need the original Collins Dictionary"
+ elog "datafiles (dict100.*, dict101.*). These can be found in the Dabasase/"
+ elog "directory of the Windows version of the Collins dictionary. Once you obtain"
+ elog "the files, put them into /usr/share/ydpdict"
+ elog
+ elog "Some configuration options can be set in /etc/ydpdict.conf"
+ echo
+}