diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-07-27 22:33:32 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-07-27 22:33:32 -0400 |
commit | f63396228c129fdbac0b2b6bf90ca0dbe64bfb08 (patch) | |
tree | 7f870e5b96903f3fd9ebe72e4da5188f7092f94d /app-dicts/duali-data | |
parent | app-misc/OpenRGB-0.3-r1: Revbump, add udev USE flag to install udev rules (diff) | |
download | gentoo-f63396228c129fdbac0b2b6bf90ca0dbe64bfb08.tar.gz gentoo-f63396228c129fdbac0b2b6bf90ca0dbe64bfb08.tar.bz2 gentoo-f63396228c129fdbac0b2b6bf90ca0dbe64bfb08.zip |
*/*: Drop last-rited Py2 only pkgs
Bug: https://bugs.gentoo.org/616064
Closes: https://bugs.gentoo.org/721904
Closes: https://bugs.gentoo.org/609686
Closes: https://bugs.gentoo.org/695016
Closes: https://bugs.gentoo.org/722616
Closes: https://bugs.gentoo.org/684098
Closes: https://bugs.gentoo.org/672164
Closes: https://bugs.gentoo.org/699136
Closes: https://bugs.gentoo.org/690776
Closes: https://bugs.gentoo.org/695912
Closes: https://bugs.gentoo.org/697004
Closes: https://bugs.gentoo.org/711026
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-dicts/duali-data')
-rw-r--r-- | app-dicts/duali-data/Manifest | 1 | ||||
-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, 47 deletions
diff --git a/app-dicts/duali-data/Manifest b/app-dicts/duali-data/Manifest deleted file mode 100644 index 96c1cc0b2781..000000000000 --- a/app-dicts/duali-data/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST duali-data-0.1b.tar.gz 1155647 BLAKE2B d347f558308258972e4a17e5ef19d775a9e0676e64e48937e96149b8b09f5d6c497d7f1dd87d3505ac3b87f50e47910996689d7a8af8be04e02d4eb84f47f7b2 SHA512 c8aea8c02e91991d9ee9149ae20d5a40d6a88c7a54d13a9d1fcbf94ad4bedb177ed18cc9330fd2c4565684299d8f9359d213e27ebd46e129c41d4a7c42fa9d9c 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> |