From b49088575eb777ced2551f484da86317332d6087 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 24 Jul 2021 02:11:45 +0100 Subject: gentoo resync : 24.07.2021 --- app-dicts/ydpdict/Manifest | 2 +- app-dicts/ydpdict/ydpdict-1.0.3-r1.ebuild | 58 +++++++++++++++++++++++++++++++ app-dicts/ydpdict/ydpdict-1.0.3.ebuild | 58 ------------------------------- 3 files changed, 59 insertions(+), 59 deletions(-) create mode 100644 app-dicts/ydpdict/ydpdict-1.0.3-r1.ebuild delete mode 100644 app-dicts/ydpdict/ydpdict-1.0.3.ebuild (limited to 'app-dicts/ydpdict') diff --git a/app-dicts/ydpdict/Manifest b/app-dicts/ydpdict/Manifest index a1fcb1cd7833..c13a736666b3 100644 --- a/app-dicts/ydpdict/Manifest +++ b/app-dicts/ydpdict/Manifest @@ -1,4 +1,4 @@ AUX ydpdict-1.0.3-tinfo.patch 322 BLAKE2B bfde4da1cb49749e8023f7c8ce56dad45b9ee39e974eb59df41e40a4770debdc8f47f4ae03bba41739bdbfbde5ba90315f454e3fa8f5cf8cee668ffbb109e0d5 SHA512 70e0b4b528dabcf9889eaff2909e11a8481ece94ff50d90c7c53e1b5f655f3954bbf694446ee3cf4fa2ac21b1c329d627412337f17da2e8a0a1ba73a45304857 DIST ydpdict-1.0.3.tar.gz 185721 BLAKE2B 1db80dc20dd6d71c4b7fed2051bbfae1021fd1ea15ca1f993e8e095912fbcc8d599d8f480143d185fd11c6a1414d7f29ae67a9f5cffda624b434d198cddc5c68 SHA512 ca50c485f10aa4c4691a27a474a5ae814be3bb183b4927728f14de67af1e11a281e5272fc5777d6573e69dd00d3da2223b78d729132764338c92489f20eb17e8 -EBUILD ydpdict-1.0.3.ebuild 1116 BLAKE2B 34bb12d938e9b3cce645a252f365bb031eed77fbda956fad6992071c279e9b5136e482482fcbe76830442c69a735935af5ce56e0c3a73435ee66a7c2d8e44c02 SHA512 5e94cfbe909680f6c04d64e7f30ab80376c80e13c690f8c6c01630e5b45f7fe37a9b6c090103e332cc3692f2d60288b04aa60ab3d1bff0b9db6a415360506916 +EBUILD ydpdict-1.0.3-r1.ebuild 1121 BLAKE2B 6354b7c70264bdaf49e82beea5cc4988a2a864ee1ab4dfcec8f971f52938207e7259e2e6a06cb4d4c4f31f8b1185be17086f49e816ca3565c904585a50b4f690 SHA512 10de9cebb29fe14aeda6bec748a043cc1e7b6bd9ba6ea19c43050b9a1280198c3d165c3c326acf9281f20a76c7d3689f416eae29d8046c01a3ddedb0d591db14 MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 diff --git a/app-dicts/ydpdict/ydpdict-1.0.3-r1.ebuild b/app-dicts/ydpdict/ydpdict-1.0.3-r1.ebuild new file mode 100644 index 000000000000..16c2253d2d5c --- /dev/null +++ b/app-dicts/ydpdict/ydpdict-1.0.3-r1.ebuild @@ -0,0 +1,58 @@ +# 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 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 +} diff --git a/app-dicts/ydpdict/ydpdict-1.0.3.ebuild b/app-dicts/ydpdict/ydpdict-1.0.3.ebuild deleted file mode 100644 index cd2a73ad78b0..000000000000 --- a/app-dicts/ydpdict/ydpdict-1.0.3.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 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 -} -- cgit v1.2.3