summaryrefslogtreecommitdiff
path: root/app-i18n/multiskkserv
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-08-08 00:50:36 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-08-08 00:50:36 +0000
commit665f4c2370cd79afdbeaee285f56b72826a8434b (patch)
treec5a6bcd0e72f65afc94271381cb73373c5c67ebd /app-i18n/multiskkserv
parentb283b044aa74d4f0a3c8b2e85238efa6439256ec (diff)
downloadbaldeagleos-repo-665f4c2370cd79afdbeaee285f56b72826a8434b.tar.gz
baldeagleos-repo-665f4c2370cd79afdbeaee285f56b72826a8434b.tar.xz
baldeagleos-repo-665f4c2370cd79afdbeaee285f56b72826a8434b.zip
Adding metadata
Diffstat (limited to 'app-i18n/multiskkserv')
-rw-r--r--app-i18n/multiskkserv/files/multiskkserv-cdb.patch2
-rw-r--r--app-i18n/multiskkserv/multiskkserv-20100128.ebuild15
2 files changed, 9 insertions, 8 deletions
diff --git a/app-i18n/multiskkserv/files/multiskkserv-cdb.patch b/app-i18n/multiskkserv/files/multiskkserv-cdb.patch
index c6f0da50309e..8f7c85000883 100644
--- a/app-i18n/multiskkserv/files/multiskkserv-cdb.patch
+++ b/app-i18n/multiskkserv/files/multiskkserv-cdb.patch
@@ -15,9 +15,9 @@
+ if test -f "$with_cdb/$i/cdb.h"; then
+ CDB_DIR="$with_cdb"
+ CDB_INCLUDES="-I$with_cdb/$i"
-+ available_cdb="yes"
+ if test -f "$with_cdb/$i/uint32.h"; then
+ for l in lib64 lib32 lib; do
++ available_cdb="yes"
+ for a in cdb.a alloc.a buffer.a byte.a unix.a; do
+ if test -f "$with_cdb/$l/$a"; then
+ LIBADD_CDB="$LIBADD_CDB $with_cdb/$l/$a"
diff --git a/app-i18n/multiskkserv/multiskkserv-20100128.ebuild b/app-i18n/multiskkserv/multiskkserv-20100128.ebuild
index df16872a3f2b..a12237346057 100644
--- a/app-i18n/multiskkserv/multiskkserv-20100128.ebuild
+++ b/app-i18n/multiskkserv/multiskkserv-20100128.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI="8"
inherit autotools
DESCRIPTION="SKK server that handles multiple dictionaries"
-HOMEPAGE="http://www3.big.or.jp/~sian/linux/products/"
-SRC_URI="http://www3.big.or.jp/~sian/linux/products/${P}.tar.xz"
+HOMEPAGE="https://www3.big.or.jp/~sian/linux/products/"
+SRC_URI="https://www3.big.or.jp/~sian/linux/products/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
@@ -15,12 +15,13 @@ KEYWORDS="amd64 ppc x86"
IUSE="test"
RESTRICT="!test? ( test )"
-DEPEND="|| (
+RDEPEND="app-i18n/skk-jisyo[cdb]
+ || (
dev-db/tinycdb
dev-db/cdb
- )
+ )"
+DEPEND="${RDEPEND}
test? ( app-i18n/nkf )"
-RDEPEND="app-i18n/skk-jisyo[cdb]"
PATCHES=( "${FILESDIR}"/${PN}-cdb.patch )