summaryrefslogtreecommitdiff
path: root/app-dicts/wordnet
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
commitceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (patch)
tree9f47ee47c31a0f13f9496879cd88a1042550aa81 /app-dicts/wordnet
parent53cba99042fa967e2a93da9f8db806fe2d035543 (diff)
gentoo (leap year) resync : 29.02.2020
Diffstat (limited to 'app-dicts/wordnet')
-rw-r--r--app-dicts/wordnet/Manifest2
-rw-r--r--app-dicts/wordnet/wordnet-3.1.ebuild8
2 files changed, 5 insertions, 5 deletions
diff --git a/app-dicts/wordnet/Manifest b/app-dicts/wordnet/Manifest
index 4b3c7b13864d..6a9bd97ab5b3 100644
--- a/app-dicts/wordnet/Manifest
+++ b/app-dicts/wordnet/Manifest
@@ -7,5 +7,5 @@ DIST wn3.1.dict.tar.gz 16358468 BLAKE2B f3df09f39ea29fce3378122f1a93d713acb8be39
DIST wordnet-3.0-patchset-1.tar.bz2 8076 BLAKE2B 20684bd96814db6e0bf2d9aeb455def682fc38566d6abd3832bf0f7eae3b65b63e8b16aa21656bb81c1696bec0d179028ea8bb4687e5566a6d679bc55e300b9c SHA512 17668d736dd6dfe83e4d5d328729cbcdfb4dbca9a9707651534169bd2ce6fc2238d5c820d63330c51c20ab9b2964b56a609f58242b05dabbcfdfc0da61c048cb
EBUILD wordnet-3.0-r4.ebuild 2102 BLAKE2B ffbad9b621e22d6eac0222ee0e9f9eb71b775ea6916c38b1b44e6257d4c08ec396692304e62ee5a40ec02de0a7b086e5faffeab1a33cbf25627de1017a740f25 SHA512 23a1bffeb3294743b1fca001fe68f07f0be2af4303d9bc9a60202401940c0d7c61691050a574045bba9543b67df0a4810d835b8b0b73206cf1fe2b9647fe6d0f
EBUILD wordnet-3.0-r5.ebuild 2152 BLAKE2B 46f2d2f22ef3b05c044cb16cf9a391ced71836b5b60f4bded033a73d548974c91d00a2561c6040406a5f3289069878505d4b24b53971e6ce968a871b3c9a7271 SHA512 b4d7e2004c58b6c1bc8a8a45b2f3680fe7dd6af9d5786ea9c999f1b44909ab13b2893fdcd80a22bef908685fd6a6bcdc43b4f6e22f2e41069dcec97850416388
-EBUILD wordnet-3.1.ebuild 2774 BLAKE2B 9762203453e33038dbd9ebab40fe0a69323c2d47c0819dccb32e07e33977a07b3eb64738cd7ac07719493dd54ae1118a2847d0c0e17b65b10ebedae506b9ac9f SHA512 3b529a29cdc966ba5773b40f5b9a31a286ee8568265f1c6c55301a5408a4738d1ab55000b44319a1ddb82401407d6340820943fd033f5e1f9bf60d0b0b2005cf
+EBUILD wordnet-3.1.ebuild 2774 BLAKE2B 2ec281f73bde952247f3f4a3f9733d2d1c1d9fb0b327531bf94c6806078c30e3d2c35a141ee2106ee66dcd749e76141a9e188fdfad2aa4f0814a0d7f2a5d0720 SHA512 2f7caf8f2658d95f3571bd0c1b47f27a864e96803f5a07635f195b257eeb30de9bb92e90049708aaa6b98ea453c54461c9b1028251cc32b90905d18277ca6496
MISC metadata.xml 358 BLAKE2B 11b80740d0327acc1dc7c94c2492cf25fa6941014d2c352af5e744036f30f386b9549c5773036708738b774830a22ed5a972e3d88de99dab4777cc46727945ce SHA512 1f57e2d03f71e806f11f7a8e5e667fb2d7255b2af6fd17bf6b095e4f6502cc9f0ff16ef1fb7febd93c98ac52f7a3b6857c0fe1772bb5dd269b455d6db2fa125b
diff --git a/app-dicts/wordnet/wordnet-3.1.ebuild b/app-dicts/wordnet/wordnet-3.1.ebuild
index 4179efca8e6b..8c773b19ec0d 100644
--- a/app-dicts/wordnet/wordnet-3.1.ebuild
+++ b/app-dicts/wordnet/wordnet-3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -75,11 +75,11 @@ src_configure() {
--with-tk="${EPREFIX}"/usr/$(get_libdir)
}
-src_compile(){
+src_compile() {
emake -e
}
-src_install(){
+src_install() {
# For clarification, WN is still on version 3.0. Only the database files
# have been updated to 3.1 as a package for 3.1 does not currently exist.
emake -e DESTDIR="${D}" install
@@ -88,7 +88,7 @@ src_install(){
mv "${WORKDIR}/dict" "${D}/usr/share/wordnet" || die
}
-pkg_postinst(){
+pkg_postinst() {
elog "The WordNet 3.1 ebuild has installed WordNet v3.0 with v3.1 database files instead."
elog "See https://wordnet.princeton.edu/download/current-version/ for more."
}