app-dicts/edictionary: treeclean

Closes: https://bugs.gentoo.org/912363
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Florian Schmaus
2023-10-02 13:26:37 +02:00
parent 97a34bd4ab
commit c078cdf0ac
4 changed files with 0 additions and 40 deletions

View File

@@ -1 +0,0 @@
DIST edict-2.6.tar.gz 51300 BLAKE2B dd074c4b4d771921c21cc63e3960951ff6e62e8485ee2a9e967751670562e29ae434d7a2a79886797093f315bdba2134f7d45c024a0657c4a53314d96c66fbce SHA512 03a9977df6d150e7e99805f8dc5f62e1f6d84360d79684210a4cbd8105ccf541777513c99bf77934a9b8e26e4aad8d88b84146b165d9e1a21dff80587f900677

View File

@@ -1,26 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
MY_PN="edict"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Command line dictionary and thesaurus"
HOMEPAGE="http://edictionary.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
RDEPEND=""
DEPEND="dev-lang/perl"
S="${WORKDIR}/${MY_PN}"
src_install() {
make prefix="${ED}/usr/bin" install
dodoc Changelog ReleaseNotes README TODO
}

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
<remote-id type="sourceforge">edictionary</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -271,11 +271,6 @@ sci-biology/express
# Removal on 2023-09-27. Bug #906516.
dev-python/pytz_deprecation_shim
# Jonas Stein <jstein@gentoo.org> (2023-08-17)
# Upstream warns that it is broken and there is no fix since 2010
# Removal after 2023-10-01. Bug #912363.
app-dicts/edictionary
# Sam James <sam@gentoo.org> (2023-08-04)
# Stricter behavior which causes some packages to fail, see bug #911721.
=dev-util/pkgconf-2.0.0