mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
app-dicts/dictd-gcide: drop 0.48.5_p3
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST dictd-gcide-0.48.5_p3.tar.xz 10455184 BLAKE2B a003202c1b976cc72df59b0ab9d45a702dd7c0ffddbec824486c085dcb7b3a0aaa5328bf977f546fecf64ff823c9b19943b64fcf52fb8423fb6b63837c8f70ce SHA512 f5fe730c90c23ac83cc521805bdd31ed09a8eabf7e7f3e7263af36456469c62bf10c399990696bc4017ec2dfa8121d49e38cd653d5b5602a590ee751287c2b15
|
||||
DIST dictd-gcide-0.48.5_p4.tar.xz 10455336 BLAKE2B d7f4b815ee964f180dd011b6b0140fa456bea064c832e3f52eabf3955830d93ab43b545e6df51b5bb14afe77a3d55287182fefa62638d6badeb1735fa5135101 SHA512 71134c69ece86226233c0693af1d8c776df469bbf3d4969f4a8a883061da2e23eafda2ad395648350ee3fe56f271abd20d7d3fd37c34f0401200317ed1a249be
|
||||
|
||||
@@ -1,33 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
MY_PN=dict-gcide
|
||||
MY_PV=${PV%_p*}+nmu${PV#*_p}
|
||||
|
||||
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}_${MY_PV}.tar.xz -> ${P}.tar.xz"
|
||||
S="${WORKDIR}/${MY_PN}-${MY_PV}"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="app-text/dictd"
|
||||
DEPEND="dev-libs/libmaa"
|
||||
BDEPEND="
|
||||
${RDEPEND}
|
||||
app-alternatives/lex
|
||||
app-alternatives/yacc
|
||||
"
|
||||
|
||||
src_compile() {
|
||||
emake -j1 db
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/dict
|
||||
doins gcide.dict.dz gcide.index
|
||||
}
|
||||
Reference in New Issue
Block a user