mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
app-dicts/eblook: Port to EAPI 7
Closes: https://bugs.gentoo.org/742059 Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=4
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Interactive search utility for electronic dictionaries"
|
||||
HOMEPAGE="http://openlab.ring.gr.jp/edict/eblook/"
|
||||
@@ -10,19 +10,14 @@ SRC_URI="http://openlab.ring.gr.jp/edict/eblook/dist/${P/_/}.tar.gz"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ppc x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=dev-libs/eb-3.3.4"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}/${P%_*}"
|
||||
|
||||
src_prepare() {
|
||||
sed \
|
||||
-e 's:LDFAGS:LDFLAGS:g' \
|
||||
-i configure || die
|
||||
}
|
||||
PATCHES=( "${FILESDIR}"/${P}-LDFLAGS.patch )
|
||||
|
||||
src_configure() {
|
||||
econf --with-eb-conf=/etc/eb.conf
|
||||
econf --with-eb-conf="${EPREFIX}"/etc/eb.conf
|
||||
}
|
||||
|
||||
20
app-dicts/eblook/files/eblook-1.6.1-LDFLAGS.patch
Normal file
20
app-dicts/eblook/files/eblook-1.6.1-LDFLAGS.patch
Normal file
@@ -0,0 +1,20 @@
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -21918,7 +21918,7 @@
|
||||
save_LIBS=$LIBS
|
||||
CPPFLAGS="$CPPFLAGS $EBCONF_PTHREAD_CPPFLAGS $EBCONF_EBINCS $EBCONF_ZLIBINCS $EBCONF_INTLINCS"
|
||||
CFLAGS="$CFLAGS $EBCONF_PTHREAD_CFLAGS"
|
||||
-LDFLAGS="$LDFAGS $EBCONF_PTHREAD_LDFLAGS"
|
||||
+LDFLAGS="$LDFLAGS $EBCONF_PTHREAD_LDFLAGS"
|
||||
LIBS="$LIBS $EBCONF_EBLIBS $EBCONF_ZLIBLIBS $EBCONF_INTLLIBS"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
@@ -21981,7 +21981,7 @@
|
||||
sysconfdir=$sysconfdir
|
||||
CPPFLAGS="$CPPFLAGS $EBCONF_PTHREAD_CPPFLAGS $EBCONF_EBINCS $EBCONF_ZLIBINCS $EBCONF_INTLINCS"
|
||||
CFLAGS="$CFLAGS $EBCONF_PTHREAD_CFLAGS"
|
||||
-LDFLAGS="$LDFAGS $EBCONF_PTHREAD_LDFLAGS"
|
||||
+LDFLAGS="$LDFLAGS $EBCONF_PTHREAD_LDFLAGS"
|
||||
LIBS="$LIBS $EBCONF_EBLIBS $EBCONF_ZLIBLIBS $EBCONF_INTLLIBS"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user