commit:     bff974406ece49af1b232abef192f0b6694fb187
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 29 19:25:54 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Oct 29 19:28:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff97440

app-dicts/ydpdict: drop 1.0.3-r1

Bug: https://bugs.gentoo.org/894364
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 app-dicts/ydpdict/ydpdict-1.0.3-r1.ebuild | 58 -------------------------------
 1 file changed, 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
-}

Reply via email to