summaryrefslogtreecommitdiff
path: root/app-text/duali
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /app-text/duali
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'app-text/duali')
-rw-r--r--app-text/duali/Manifest3
-rw-r--r--app-text/duali/duali-0.2.0-r1.ebuild40
-rw-r--r--app-text/duali/metadata.xml8
3 files changed, 0 insertions, 51 deletions
diff --git a/app-text/duali/Manifest b/app-text/duali/Manifest
deleted file mode 100644
index a30496768784..000000000000
--- a/app-text/duali/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST duali-0.2.0.tar.bz2 13334 BLAKE2B 28366eedef3c37d40b88c1458cbc420be6dd44b252bd7b176939f1d794ef29659109d19bb7328388b6ef3e16ba8dc0c500fd962525b3e05c44900092687f5cd2 SHA512 9234647b722a54fce8f947f2f0eb8cc121e5bdd32bcf606bc8ff71854eaf68655474e374b3328b2a20af58484e5962dadf716bc220f7fd697a8cfbb99afb2d30
-EBUILD duali-0.2.0-r1.ebuild 944 BLAKE2B 9841fdf613d183ffe2c82727f720d5bcb1f6c324f149dfc2cac95047eadaf7de2e0385bc291f25da74a7c832bba59ea63babc1d443f7df360631e4831c289cc7 SHA512 51de78eb1caf7aa07ff4b544d213d60d6d35985faa84015cefc753f44bdbcd2b19906c4b84062bf3f2c432c74d064edc36250040bbf62457f4d092dce1eaa5dc
-MISC metadata.xml 245 BLAKE2B 7dc5df660e9e3cc71fcd39abbcc77edc7890bd44fa6e2d68556b914e6a35c6e6526e281b6aa286a0f12893a527669c2fbf64d63c8ad555137e222832edaf2cc1 SHA512 5cf81ad67c841f8eb5a71ef18b6ae6c344d68fb63c80c21f4a9b9a0060de938264530276a152eb5451dd88a5955f04a48c8cd4d034be6bc7a1922b5e4f43539f
diff --git a/app-text/duali/duali-0.2.0-r1.ebuild b/app-text/duali/duali-0.2.0-r1.ebuild
deleted file mode 100644
index e324474ac5f5..000000000000
--- a/app-text/duali/duali-0.2.0-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-# Duali uses "anydbm" which should even support a slow fallback;
-# however, due to implementation details it fails when the databases
-# aren't gdbm.
-PYTHON_REQ_USE="gdbm"
-
-inherit python-single-r1
-
-DESCRIPTION="Arabic dictionary based on the DICT protocol"
-HOMEPAGE="https://www.arabeyes.org/Duali"
-SRC_URI="mirror://sourceforge/arabeyes/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc x86"
-IUSE=""
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}"
-PDEPEND=">=app-dicts/duali-data-0.1b-r1"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-src_install() {
- python_fix_shebang duali dict2db trans2arabic arabic2trans
- python_doexe duali dict2db trans2arabic arabic2trans
-
- insinto /etc
- doins duali.conf
-
- doman doc/man/*.1
- dodoc README ChangeLog
-
- python_domodule pyduali
-}
diff --git a/app-text/duali/metadata.xml b/app-text/duali/metadata.xml
deleted file mode 100644
index c8c6479d60fe..000000000000
--- a/app-text/duali/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>