Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/ydpdict/
Date: Thu, 07 Jan 2021 01:24:11
Message-Id: 1609982621.6db45e6ca3206ad12f8dac77a9eca413a6639506.sam@gentoo
1 commit: 6db45e6ca3206ad12f8dac77a9eca413a6639506
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 01:23:41 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 01:23:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6db45e6c
7
8 app-dicts/ydpdict: cleanup old
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-dicts/ydpdict/Manifest | 1 -
14 app-dicts/ydpdict/ydpdict-1.0.2.ebuild | 42 ----------------------------------
15 2 files changed, 43 deletions(-)
16
17 diff --git a/app-dicts/ydpdict/Manifest b/app-dicts/ydpdict/Manifest
18 index b47f149e45d..d66c4d77547 100644
19 --- a/app-dicts/ydpdict/Manifest
20 +++ b/app-dicts/ydpdict/Manifest
21 @@ -1,2 +1 @@
22 -DIST ydpdict-1.0.2.tar.gz 363774 BLAKE2B 0ca86e0180af559f9440f8a598672e5e321d84f37725f0233ba0d666119f20308c0229fd1dd0197a8c86733af17f1cce53b990c63b260673871ab6658d88a5c5 SHA512 b2395d88e289171daae3aa47d9c70a2ca1c7b3a3998c1a9751c56e1dc8d17138bc38a172581edcad02c35d5252041c6942a3c416a632def6121072650bcb7e61
23 DIST ydpdict-1.0.3.tar.gz 185721 BLAKE2B 1db80dc20dd6d71c4b7fed2051bbfae1021fd1ea15ca1f993e8e095912fbcc8d599d8f480143d185fd11c6a1414d7f29ae67a9f5cffda624b434d198cddc5c68 SHA512 ca50c485f10aa4c4691a27a474a5ae814be3bb183b4927728f14de67af1e11a281e5272fc5777d6573e69dd00d3da2223b78d729132764338c92489f20eb17e8
24
25 diff --git a/app-dicts/ydpdict/ydpdict-1.0.2.ebuild b/app-dicts/ydpdict/ydpdict-1.0.2.ebuild
26 deleted file mode 100644
27 index cec7d34b79a..00000000000
28 --- a/app-dicts/ydpdict/ydpdict-1.0.2.ebuild
29 +++ /dev/null
30 @@ -1,42 +0,0 @@
31 -# Copyright 1999-2014 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -DESCRIPTION="Interface for the Collins Dictionary"
37 -HOMEPAGE="http://toxygen.net/ydpdict/"
38 -SRC_URI="http://toxygen.net/${PN}/${P}.tar.gz"
39 -
40 -LICENSE="GPL-2"
41 -SLOT="0"
42 -KEYWORDS="amd64 x86"
43 -IUSE="ao"
44 -
45 -RDEPEND=">=app-dicts/libydpdict-${PV}
46 - sys-libs/ncurses[unicode]
47 - ao? ( media-libs/libao )"
48 -
49 -DEPEND="${RDEPEND}
50 - virtual/pkgconfig"
51 -
52 -src_configure() {
53 - econf \
54 - $(use_with ao libao)
55 -}
56 -
57 -src_install() {
58 - dodir "/etc"
59 - emake DESTDIR="${D}" install
60 - dodoc README
61 -}
62 -
63 -pkg_postinst() {
64 - echo
65 - elog "Note that to use this program you'll need the original Collins Dictionary"
66 - elog "datafiles (dict100.*, dict101.*). These can be found in the Dabasase/"
67 - elog "directory of the Windows version of the Collins dictionary. Once you obtain"
68 - elog "the files, put them into /usr/share/ydpdict"
69 - elog
70 - elog "Some configuration options can be set in /etc/ydpdict.conf"
71 - echo
72 -}