app-dicts/dictd-gcide: drop 0.48.5

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono 2024-12-21 00:45:04 +09:00
parent 35a291a0f5
commit ece3eef906
No known key found for this signature in database
GPG Key ID: 91CA2604719DDA61
2 changed files with 0 additions and 31 deletions

View File

@ -1,2 +1 @@
DIST dictd-gcide-0.48.5.tar.xz 10329064 BLAKE2B 2f4040fa71e0b550141aab51d85ebc3ec3cfd784ad7a1240c00385384ba6cc7653a2d6e43824867fac41d370c153569c30dcf34764cbca5b06c77f46c412d1a6 SHA512 a10d46947c7d8b7050c44a12cfb38ed374e971063805e69897652cd8993dc5cf0ecc4d9a12680a8ced30d110d20bc84def75bd587166aa2cfa78529b9397aafe
DIST dictd-gcide-0.48.5_p3.tar.xz 10455184 BLAKE2B a003202c1b976cc72df59b0ab9d45a702dd7c0ffddbec824486c085dcb7b3a0aaa5328bf977f546fecf64ff823c9b19943b64fcf52fb8423fb6b63837c8f70ce SHA512 f5fe730c90c23ac83cc521805bdd31ed09a8eabf7e7f3e7263af36456469c62bf10c399990696bc4017ec2dfa8121d49e38cd653d5b5602a590ee751287c2b15

View File

@ -1,30 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
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.13.0-r3"
RDEPEND="
${BDEPEND}
!app-dicts/dictd-web1913
"
src_compile() {
emake -j1 db
}
src_install() {
insinto /usr/share/dict
doins gcide.dict.dz gcide.index
}