Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/libydpdict/
Date: Wed, 19 Aug 2020 10:48:17
Message-Id: 1597834088.73cbd59f71f886dbf701c652611a746ead33bc03.jer@gentoo
1 commit: 73cbd59f71f886dbf701c652611a746ead33bc03
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 19 10:44:53 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 19 10:48:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73cbd59f
7
8 app-dicts/libydpdict: Version 1.0.4
9
10 Package-Manager: Portage-3.0.3, Repoman-3.0.0
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 app-dicts/libydpdict/Manifest | 1 +
14 app-dicts/libydpdict/libydpdict-1.0.4.ebuild | 23 +++++++++++++++++++++++
15 2 files changed, 24 insertions(+)
16
17 diff --git a/app-dicts/libydpdict/Manifest b/app-dicts/libydpdict/Manifest
18 index 478ff93a45d..dd74924755f 100644
19 --- a/app-dicts/libydpdict/Manifest
20 +++ b/app-dicts/libydpdict/Manifest
21 @@ -1 +1,2 @@
22 DIST libydpdict-1.0.2.tar.gz 297184 BLAKE2B 1e7e4aa905c5e3468b914ed48a1307edcfce8f563a2e5a622a2a47442b12025265b3c60350898b9dbc080af345635a85516444240699476af1ae59c5c58682bf SHA512 ccf2335e627a820a580c4cc95e04eca372f88232c4ca4d86bd5c8c5f9af1756f4642addaf39fa2702d3abe816d31f650d86cb480dbaf5f66f0a20b66cf5181b5
23 +DIST libydpdict-1.0.4.tar.gz 20550 BLAKE2B a68573a74db3b7ef5aa4565b85f17830800c4551db9d2d6cd80f0517e8c5f1adb7e1d6caad3768e5e9e7665a68eb2ac0eb7b261a7f69a5280c4c65f5787c9359 SHA512 09178c620410c5f43f52a4ffc691fc656e7d1a92fd5724ca31c6f99397d4e702d440dc0bf191e56dd83439c3067ac7638ee7ce071bc26399e8306cadbe705fdd
24
25 diff --git a/app-dicts/libydpdict/libydpdict-1.0.4.ebuild b/app-dicts/libydpdict/libydpdict-1.0.4.ebuild
26 new file mode 100644
27 index 00000000000..76fd75b2888
28 --- /dev/null
29 +++ b/app-dicts/libydpdict/libydpdict-1.0.4.ebuild
30 @@ -0,0 +1,23 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +inherit autotools
36 +
37 +DESCRIPTION="Library for handling the Collins Dictionary database"
38 +HOMEPAGE="https://github.com/wojtekka/libydpdict"
39 +SRC_URI="https://github.com/wojtekka/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
40 +
41 +LICENSE="LGPL-2.1"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~x86"
44 +
45 +src_prepare() {
46 + default
47 + eautoreconf
48 +}
49 +
50 +src_install() {
51 + default
52 + dodoc AUTHORS
53 +}