summaryrefslogtreecommitdiff
path: root/app-dicts/libydpdict
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/libydpdict
reinit the tree, so we can have metadata
Diffstat (limited to 'app-dicts/libydpdict')
-rw-r--r--app-dicts/libydpdict/Manifest5
-rw-r--r--app-dicts/libydpdict/libydpdict-1.0.2.ebuild21
-rw-r--r--app-dicts/libydpdict/metadata.xml5
3 files changed, 31 insertions, 0 deletions
diff --git a/app-dicts/libydpdict/Manifest b/app-dicts/libydpdict/Manifest
new file mode 100644
index 000000000000..683797ba54db
--- /dev/null
+++ b/app-dicts/libydpdict/Manifest
@@ -0,0 +1,5 @@
+DIST libydpdict-1.0.2.tar.gz 297184 SHA256 2e45fe847facd26f5f2eac10031dbaad8d3bf79345306f9140669843a8fb708d SHA512 ccf2335e627a820a580c4cc95e04eca372f88232c4ca4d86bd5c8c5f9af1756f4642addaf39fa2702d3abe816d31f650d86cb480dbaf5f66f0a20b66cf5181b5 WHIRLPOOL d6df5fa44beb8fb4a451cb40e1b7887d07210c3400d4fd9db476f5c76fa2684c14f6227a4bc02e34ef1dc7f469ac2eca23a4623c7240c32b16c35ae3eb387045
+EBUILD libydpdict-1.0.2.ebuild 415 SHA256 f6253252de325b0c0c7aa964daf1e87c4ee868942d7b44b78a39decca8b380fa SHA512 21880f8de0b67a683ab18235ba6f125c2cc466f72351485b1354de0dbfa4afc27bb2ec5e47d9dec4f2fcdf131b74dca4e97c511b988a59df8f8c92a8cb5bb5f1 WHIRLPOOL ae0c78629670bc8c689b9b12bcd8e39edb14e74f003c068fe2fe27b976af0e06797691c6fcf4904b1099faa744d76ecc933667611a9875547538718c13382fa9
+MISC ChangeLog 2925 SHA256 2f926d73dbe15a09b128ad141ecfa3b4a133845d053a44da43fdba781d33b0ac SHA512 f2b5217b01f3ba6c3a62a484b937af355ac3673014741fa2b9cc3850d80751d20e12128bc62b40c2a6cd07ee0495c04f915d741fd91f081fa8fe6569a449f6df WHIRLPOOL 8cd5bd5b18773b85f36c2c86bc7425b106e3b7a31abf36022d1360c867346a31a8b7fdb65e4583be3bf1a74d46e21c616e95ee3428a31a1b22923408ef278958
+MISC ChangeLog-2015 1852 SHA256 6ac31dc0840b29e447784f2c6c973da11b9ce1814016079bfd072dc1b8755a9b SHA512 a26e12fc02ed4a7ab45d738f05bc48c67bf3b56a50f34ea22b399bc09e701e30bd236f196295d214d8d787d9d1ce0a456826e9ace92dc088c138acab16b9d332 WHIRLPOOL e751984180ad8f846fcafb93c7da5ba7c9b85a5797b456e0a6095e651aeb94c0ec080a2632f7e200fa7a350e66667e07be24eb1f5225b7dd183c2d1c03e1625c
+MISC metadata.xml 166 SHA256 2caff447f5bd2701d8456ada5cc633c41ef4373fa4bfeabeb73599d40bcc941b SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 WHIRLPOOL 1ff70497eca6531f0e0614c72a19f4b8e5ff486a58d369f4f0b36308d1d6b01168f9da887740e3b9f536236be251d3fe05f904d27a9233a7cf613416ba882968
diff --git a/app-dicts/libydpdict/libydpdict-1.0.2.ebuild b/app-dicts/libydpdict/libydpdict-1.0.2.ebuild
new file mode 100644
index 000000000000..deac724709f1
--- /dev/null
+++ b/app-dicts/libydpdict/libydpdict-1.0.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+DESCRIPTION="Library for handling the Collins Dictionary database"
+HOMEPAGE="http://toxygen.net/ydpdict/"
+SRC_URI="http://toxygen.net/ydpdict/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_install() {
+ emake DESTDIR="${D}" install
+ dodoc AUTHORS
+}
diff --git a/app-dicts/libydpdict/metadata.xml b/app-dicts/libydpdict/metadata.xml
new file mode 100644
index 000000000000..6f49eba8f496
--- /dev/null
+++ b/app-dicts/libydpdict/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>