diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-08-25 10:45:55 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-08-25 10:45:55 +0100 |
commit | 3cf7c3ef441822c889356fd1812ebf2944a59851 (patch) | |
tree | c513fe68548b40365c1c2ebfe35c58ad431cdd77 /app-dicts/duali-data | |
parent | 05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff) |
gentoo resync : 25.08.2020
Diffstat (limited to 'app-dicts/duali-data')
-rw-r--r-- | app-dicts/duali-data/Manifest | 3 | ||||
-rw-r--r-- | app-dicts/duali-data/duali-data-0.1b-r1.ebuild | 38 | ||||
-rw-r--r-- | app-dicts/duali-data/metadata.xml | 8 |
3 files changed, 0 insertions, 49 deletions
diff --git a/app-dicts/duali-data/Manifest b/app-dicts/duali-data/Manifest deleted file mode 100644 index d8b989034428..000000000000 --- a/app-dicts/duali-data/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST duali-data-0.1b.tar.gz 1155647 BLAKE2B d347f558308258972e4a17e5ef19d775a9e0676e64e48937e96149b8b09f5d6c497d7f1dd87d3505ac3b87f50e47910996689d7a8af8be04e02d4eb84f47f7b2 SHA512 c8aea8c02e91991d9ee9149ae20d5a40d6a88c7a54d13a9d1fcbf94ad4bedb177ed18cc9330fd2c4565684299d8f9359d213e27ebd46e129c41d4a7c42fa9d9c -EBUILD duali-data-0.1b-r1.ebuild 1019 BLAKE2B 46cd4855e553b637c7d8be5c4fe640e9b905e1d615a155be615e08da6e23f377b1ad14fc121f499a81bcafa82ec1f901557c5af5cf5f92ef9d5c69f666389cec SHA512 306be6c37c0cb761c2c4ffe8d493032599a17da84727cd5ae4d2e0426764a64b96a79923ee696dc97584b27525a272560bd844151c92e065018c19ea3bfa98de -MISC metadata.xml 245 BLAKE2B 7dc5df660e9e3cc71fcd39abbcc77edc7890bd44fa6e2d68556b914e6a35c6e6526e281b6aa286a0f12893a527669c2fbf64d63c8ad555137e222832edaf2cc1 SHA512 5cf81ad67c841f8eb5a71ef18b6ae6c344d68fb63c80c21f4a9b9a0060de938264530276a152eb5451dd88a5955f04a48c8cd4d034be6bc7a1922b5e4f43539f diff --git a/app-dicts/duali-data/duali-data-0.1b-r1.ebuild b/app-dicts/duali-data/duali-data-0.1b-r1.ebuild deleted file mode 100644 index f7e437ae580a..000000000000 --- a/app-dicts/duali-data/duali-data-0.1b-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Dictionary data for the Arab dictionary project duali" -HOMEPAGE="https://www.arabeyes.org/Duali" -SRC_URI="mirror://sourceforge/arabeyes/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc x86" -IUSE="" - -DEPEND=">=app-text/duali-0.2.0-r1" -RDEPEND="" - -src_compile() { - dict2db --path ./ || die 'failed to compile databases' -} - -src_install() { - dodoc README - - insinto /usr/share/duali - doins tableab tableac tablebc - - # The dict2db script (and the spellchecker itself) use the python - # anydbm module, which means we kinda don't know what file suffix is - # going to pop out in src_compile. The fact that app-text/duali - # requires python[gdbm] means that we should at least get the gdbm - # database format (e.g. stemsdb) if not stems.db. - if [[ -e stems.db ]]; then - doins stems.db prefixes.db suffixes.db - else - doins stemsdb prefixesdb suffixesdb - fi -} diff --git a/app-dicts/duali-data/metadata.xml b/app-dicts/duali-data/metadata.xml deleted file mode 100644 index c8c6479d60fe..000000000000 --- a/app-dicts/duali-data/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="sourceforge">arabeyes</remote-id> - </upstream> -</pkgmetadata> |