From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3C07F138359 for ; Wed, 19 Aug 2020 10:48:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 622B7E0821; Wed, 19 Aug 2020 10:48:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4809DE0821 for ; Wed, 19 Aug 2020 10:48:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C774E34F320 for ; Wed, 19 Aug 2020 10:48:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5271E9C for ; Wed, 19 Aug 2020 10:48:13 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1597834088.73cbd59f71f886dbf701c652611a746ead33bc03.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/libydpdict/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/libydpdict/Manifest app-dicts/libydpdict/libydpdict-1.0.4.ebuild X-VCS-Directories: app-dicts/libydpdict/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 73cbd59f71f886dbf701c652611a746ead33bc03 X-VCS-Branch: master Date: Wed, 19 Aug 2020 10:48:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 492cece4-3301-4e01-8217-d291542ae1b0 X-Archives-Hash: a34f9b58354cd111ecd598ae2fd245c6 commit: 73cbd59f71f886dbf701c652611a746ead33bc03 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Aug 19 10:44:53 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Aug 19 10:48:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73cbd59f app-dicts/libydpdict: Version 1.0.4 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Jeroen Roovers gentoo.org> app-dicts/libydpdict/Manifest | 1 + app-dicts/libydpdict/libydpdict-1.0.4.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/app-dicts/libydpdict/Manifest b/app-dicts/libydpdict/Manifest index 478ff93a45d..dd74924755f 100644 --- a/app-dicts/libydpdict/Manifest +++ b/app-dicts/libydpdict/Manifest @@ -1 +1,2 @@ DIST libydpdict-1.0.2.tar.gz 297184 BLAKE2B 1e7e4aa905c5e3468b914ed48a1307edcfce8f563a2e5a622a2a47442b12025265b3c60350898b9dbc080af345635a85516444240699476af1ae59c5c58682bf SHA512 ccf2335e627a820a580c4cc95e04eca372f88232c4ca4d86bd5c8c5f9af1756f4642addaf39fa2702d3abe816d31f650d86cb480dbaf5f66f0a20b66cf5181b5 +DIST libydpdict-1.0.4.tar.gz 20550 BLAKE2B a68573a74db3b7ef5aa4565b85f17830800c4551db9d2d6cd80f0517e8c5f1adb7e1d6caad3768e5e9e7665a68eb2ac0eb7b261a7f69a5280c4c65f5787c9359 SHA512 09178c620410c5f43f52a4ffc691fc656e7d1a92fd5724ca31c6f99397d4e702d440dc0bf191e56dd83439c3067ac7638ee7ce071bc26399e8306cadbe705fdd diff --git a/app-dicts/libydpdict/libydpdict-1.0.4.ebuild b/app-dicts/libydpdict/libydpdict-1.0.4.ebuild new file mode 100644 index 00000000000..76fd75b2888 --- /dev/null +++ b/app-dicts/libydpdict/libydpdict-1.0.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit autotools + +DESCRIPTION="Library for handling the Collins Dictionary database" +HOMEPAGE="https://github.com/wojtekka/libydpdict" +SRC_URI="https://github.com/wojtekka/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +src_prepare() { + default + eautoreconf +} + +src_install() { + default + dodoc AUTHORS +}