commit: 836a59471ed48dea6aa7813494ab783528adb0c0 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Sun Jun 6 14:17:04 2021 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Fri Jun 11 15:23:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=836a5947
app-dicts/dictd-gcide: new Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> app-dicts/dictd-gcide/Manifest | 1 + app-dicts/dictd-gcide/dictd-gcide-0.48.5.ebuild | 31 +++++++++++++++++++++++++ app-dicts/dictd-gcide/metadata.xml | 5 ++++ 3 files changed, 37 insertions(+) diff --git a/app-dicts/dictd-gcide/Manifest b/app-dicts/dictd-gcide/Manifest new file mode 100644 index 000000000..5b8d4c6d8 --- /dev/null +++ b/app-dicts/dictd-gcide/Manifest @@ -0,0 +1 @@ +DIST dictd-gcide-0.48.5.tar.xz 10329064 BLAKE2B 2f4040fa71e0b550141aab51d85ebc3ec3cfd784ad7a1240c00385384ba6cc7653a2d6e43824867fac41d370c153569c30dcf34764cbca5b06c77f46c412d1a6 SHA512 a10d46947c7d8b7050c44a12cfb38ed374e971063805e69897652cd8993dc5cf0ecc4d9a12680a8ced30d110d20bc84def75bd587166aa2cfa78529b9397aafe diff --git a/app-dicts/dictd-gcide/dictd-gcide-0.48.5.ebuild b/app-dicts/dictd-gcide/dictd-gcide-0.48.5.ebuild new file mode 100644 index 000000000..feb3c9499 --- /dev/null +++ b/app-dicts/dictd-gcide/dictd-gcide-0.48.5.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils + +MY_PN=dict-gcide + +DESCRIPTION="Collaborative International Dictionary of English (incl. Webster 1913) for dict" +HOMEPAGE="https://tracker.debian.org/pkg/dict-gcide" +SRC_URI="mirror://debian/pool/main/d/${MY_PN}/${MY_PN}_${PV}.tar.xz -> ${P}.tar.xz" +S="${WORKDIR}/${MY_PN}-${PV}" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" + +BDEPEND=">=app-text/dictd-1.5.5" +RDEPEND=" + ${BDEPEND} + !app-dicts/dictd-web1913 +" + +src_compile() { + emake -j1 db +} + +src_install() { + insinto /usr/share/dict + doins gcide.dict.dz gcide.index +} diff --git a/app-dicts/dictd-gcide/metadata.xml b/app-dicts/dictd-gcide/metadata.xml new file mode 100644 index 000000000..46f4785f7 --- /dev/null +++ b/app-dicts/dictd-gcide/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>
