summaryrefslogtreecommitdiff
path: root/app-dicts/libydpdict
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
commitd934827bf44b7cfcf6711964418148fa60877668 (patch)
tree0625f358789b5e015e49db139cc1dbc9be00428f /app-dicts/libydpdict
parent2e34d110f164bf74d55fced27fe0000201b3eec5 (diff)
gentoo resync : 25.11.2020
Diffstat (limited to 'app-dicts/libydpdict')
-rw-r--r--app-dicts/libydpdict/Manifest2
-rw-r--r--app-dicts/libydpdict/libydpdict-1.0.4.ebuild9
2 files changed, 9 insertions, 2 deletions
diff --git a/app-dicts/libydpdict/Manifest b/app-dicts/libydpdict/Manifest
index 37ad13ec19d8..3ae34ad5b26f 100644
--- a/app-dicts/libydpdict/Manifest
+++ b/app-dicts/libydpdict/Manifest
@@ -1,5 +1,5 @@
DIST libydpdict-1.0.2.tar.gz 297184 BLAKE2B 1e7e4aa905c5e3468b914ed48a1307edcfce8f563a2e5a622a2a47442b12025265b3c60350898b9dbc080af345635a85516444240699476af1ae59c5c58682bf SHA512 ccf2335e627a820a580c4cc95e04eca372f88232c4ca4d86bd5c8c5f9af1756f4642addaf39fa2702d3abe816d31f650d86cb480dbaf5f66f0a20b66cf5181b5
DIST libydpdict-1.0.4.tar.gz 20550 BLAKE2B a68573a74db3b7ef5aa4565b85f17830800c4551db9d2d6cd80f0517e8c5f1adb7e1d6caad3768e5e9e7665a68eb2ac0eb7b261a7f69a5280c4c65f5787c9359 SHA512 09178c620410c5f43f52a4ffc691fc656e7d1a92fd5724ca31c6f99397d4e702d440dc0bf191e56dd83439c3067ac7638ee7ce071bc26399e8306cadbe705fdd
EBUILD libydpdict-1.0.2.ebuild 415 BLAKE2B c3a2c82b282ce9404bd2f55ed58ae91c2085d79fd5be1d70ac0b8c33ddf3b4d34cf90efbffcc09a32cd065fff9d343df716a5326066d4286509983252b004cf0 SHA512 21880f8de0b67a683ab18235ba6f125c2cc466f72351485b1354de0dbfa4afc27bb2ec5e47d9dec4f2fcdf131b74dca4e97c511b988a59df8f8c92a8cb5bb5f1
-EBUILD libydpdict-1.0.4.ebuild 464 BLAKE2B 66dc5f828588bdb18316eee02bfd63908969a05bc4306c680e90ba3f293f64cac98ecccc424c48d813262a5e86ffbf6e852b30bc08c756ca1d07b3f87c1cf4e1 SHA512 237839ffcfd4e6aab116a3a6fa472161af12f745f953af838688f2c97f1e1f01c2f276e6a06d00763d057b6e24269727d6425d3334e4ac50afd40c00839ef528
+EBUILD libydpdict-1.0.4.ebuild 555 BLAKE2B 52f7443a214d151c93470653358053a557dddbcdde0293d3de30ed73de009c2a47340bba303444fb548edead4fe984d8564c30ea78adbc17aa37c46a9657c1a8 SHA512 bb1346c70ce4f8b8850aef0b1d96b659235ee7f663f54114b85d04313728d7b9c89cd49af150645e66797345242138e64f1f930a7839f34249ba4e8493e5e9b5
MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
diff --git a/app-dicts/libydpdict/libydpdict-1.0.4.ebuild b/app-dicts/libydpdict/libydpdict-1.0.4.ebuild
index 76fd75b28882..aff0de2c35a6 100644
--- a/app-dicts/libydpdict/libydpdict-1.0.4.ebuild
+++ b/app-dicts/libydpdict/libydpdict-1.0.4.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
inherit autotools
DESCRIPTION="Library for handling the Collins Dictionary database"
@@ -12,12 +13,18 @@ LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+DOCS=( AUTHORS )
+
src_prepare() {
default
eautoreconf
}
+src_configure() {
+ econf --disable-static
+}
+
src_install() {
default
- dodoc AUTHORS
+ find "${ED}" -name '*.la' -delete || die
}