diff options
author | Sam James <sam@gentoo.org> | 2021-01-07 01:23:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-07 01:23:41 +0000 |
commit | 6db45e6ca3206ad12f8dac77a9eca413a6639506 (patch) | |
tree | 7579ce8f190a63e875f17ed28b80f59ef921c5e2 | |
parent | app-dicts/libydpdict: cleanup old (diff) | |
download | gentoo-6db45e6ca3206ad12f8dac77a9eca413a6639506.tar.gz gentoo-6db45e6ca3206ad12f8dac77a9eca413a6639506.tar.bz2 gentoo-6db45e6ca3206ad12f8dac77a9eca413a6639506.zip |
app-dicts/ydpdict: cleanup old
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | app-dicts/ydpdict/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/ydpdict/ydpdict-1.0.2.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/app-dicts/ydpdict/Manifest b/app-dicts/ydpdict/Manifest index b47f149e45df..d66c4d77547d 100644 --- a/app-dicts/ydpdict/Manifest +++ b/app-dicts/ydpdict/Manifest @@ -1,2 +1 @@ -DIST ydpdict-1.0.2.tar.gz 363774 BLAKE2B 0ca86e0180af559f9440f8a598672e5e321d84f37725f0233ba0d666119f20308c0229fd1dd0197a8c86733af17f1cce53b990c63b260673871ab6658d88a5c5 SHA512 b2395d88e289171daae3aa47d9c70a2ca1c7b3a3998c1a9751c56e1dc8d17138bc38a172581edcad02c35d5252041c6942a3c416a632def6121072650bcb7e61 DIST ydpdict-1.0.3.tar.gz 185721 BLAKE2B 1db80dc20dd6d71c4b7fed2051bbfae1021fd1ea15ca1f993e8e095912fbcc8d599d8f480143d185fd11c6a1414d7f29ae67a9f5cffda624b434d198cddc5c68 SHA512 ca50c485f10aa4c4691a27a474a5ae814be3bb183b4927728f14de67af1e11a281e5272fc5777d6573e69dd00d3da2223b78d729132764338c92489f20eb17e8 diff --git a/app-dicts/ydpdict/ydpdict-1.0.2.ebuild b/app-dicts/ydpdict/ydpdict-1.0.2.ebuild deleted file mode 100644 index cec7d34b79aa..000000000000 --- a/app-dicts/ydpdict/ydpdict-1.0.2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Interface for the Collins Dictionary" -HOMEPAGE="http://toxygen.net/ydpdict/" -SRC_URI="http://toxygen.net/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="ao" - -RDEPEND=">=app-dicts/libydpdict-${PV} - sys-libs/ncurses[unicode] - ao? ( media-libs/libao )" - -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_configure() { - econf \ - $(use_with ao libao) -} - -src_install() { - dodir "/etc" - emake DESTDIR="${D}" install - dodoc README -} - -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 -} |