diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-10-29 20:25:54 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-10-29 20:28:00 +0100 |
commit | bff974406ece49af1b232abef192f0b6694fb187 (patch) | |
tree | bfdc308720128982bf8bdc9efb7c36600fc49e81 /app-dicts/ydpdict | |
parent | net-nds/ldapvi: Stabilize 1.7_p20101214-r7 amd64, #942472 (diff) | |
download | gentoo-bff974406ece49af1b232abef192f0b6694fb187.tar.gz gentoo-bff974406ece49af1b232abef192f0b6694fb187.tar.bz2 gentoo-bff974406ece49af1b232abef192f0b6694fb187.zip |
app-dicts/ydpdict: drop 1.0.3-r1
Bug: https://bugs.gentoo.org/894364
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'app-dicts/ydpdict')
-rw-r--r-- | app-dicts/ydpdict/ydpdict-1.0.3-r1.ebuild | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/app-dicts/ydpdict/ydpdict-1.0.3-r1.ebuild b/app-dicts/ydpdict/ydpdict-1.0.3-r1.ebuild deleted file mode 100644 index a8c5a6d541ce..000000000000 --- a/app-dicts/ydpdict/ydpdict-1.0.3-r1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit autotools - -DESCRIPTION="Interface for the Collins Dictionary" -HOMEPAGE="https://github.com/wojtekka/ydpdict" -SRC_URI="https://github.com/wojtekka/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~riscv x86" -IUSE="ao" - -RDEPEND=" - app-dicts/libydpdict - sys-libs/ncurses:=[unicode(+)] - ao? ( media-libs/libao ) -" -DEPEND=" - ${RDEPEND} -" -BDEPEND=" - virtual/pkgconfig -" -DOCS=( - README.md -) -PATCHES=( - "${FILESDIR}"/${PN}-1.0.3-tinfo.patch -) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf \ - $(use_with ao libao) -} - -src_install() { - dodir "/etc" - default -} - -pkg_postinst() { - echo - elog "Note that to use this program you'll need the original Collins Dictionary" - elog "datafiles (dict100.*, dict101.*). These can be found in the Dabasase/" - elog "directory of the Windows version of the Collins dictionary. Once you obtain" - elog "the files, put them into /usr/share/ydpdict" - elog - elog "Some configuration options can be set in /etc/ydpdict.conf" - echo -} |