commit: 478240b6f4172a585534c1076778c589a788b5af Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Tue Feb 5 18:39:40 2019 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Tue Feb 5 18:39:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=478240b6
app-mobilephone/gnokii: Revbump for dependency fix virtual/mysql is server only Bug: https://bugs.gentoo.org/665828 Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Brian Evans <grknight <AT> gentoo.org> .../{gnokii-9999.ebuild => gnokii-0.6.31-r2.ebuild} | 16 ++++++++++------ app-mobilephone/gnokii/gnokii-9999.ebuild | 6 +++--- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/app-mobilephone/gnokii/gnokii-9999.ebuild b/app-mobilephone/gnokii/gnokii-0.6.31-r2.ebuild similarity index 92% copy from app-mobilephone/gnokii/gnokii-9999.ebuild copy to app-mobilephone/gnokii/gnokii-0.6.31-r2.ebuild index af17537e188..30ba63e2ac4 100644 --- a/app-mobilephone/gnokii/gnokii-9999.ebuild +++ b/app-mobilephone/gnokii/gnokii-0.6.31-r2.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 - -inherit autotools eutils linux-info +inherit autotools desktop eutils linux-info HOMEPAGE="http://www.gnokii.org/" if [[ $PV == *9999 ]]; then @@ -29,14 +28,16 @@ RDEPEND=" sms? ( dev-libs/glib:2 postgres? ( dev-db/postgresql:* ) - mysql? ( virtual/mysql:= ) + mysql? ( dev-db/mysql-connector-c:= ) ) usb? ( virtual/libusb:0 ) - X? ( x11-libs/gtk+:2 )" + X? ( x11-libs/gtk+:2 ) +" DEPEND="${RDEPEND} dev-util/intltool irda? ( virtual/os-headers ) - nls? ( sys-devel/gettext )" + nls? ( sys-devel/gettext ) +" CONFIG_CHECK="~UNIX98_PTYS" @@ -49,6 +50,7 @@ MY_AVAILABLE_LINGUAS=" cs de et fi fr it nl pl pt sk sl sv zh_CN" PATCHES=( "${FILESDIR}"/${P}-fix_xgnokii_inclusion.patch "${FILESDIR}"/${P}-gcc5.patch + "${FILESDIR}"/${P}-gcc7.patch ) src_prepare() { @@ -61,6 +63,7 @@ src_prepare() { sed -i -e "s:/usr/local:${EPREFIX}/usr:" Docs/sample/gnokiirc || die default + mv configure.{in,ac} || die eautoreconf } @@ -77,6 +80,7 @@ src_configure() { econf \ --disable-static \ + --enable-security \ --disable-unix98test \ $(use_enable bluetooth) \ ${config_xdebug} \ diff --git a/app-mobilephone/gnokii/gnokii-9999.ebuild b/app-mobilephone/gnokii/gnokii-9999.ebuild index af17537e188..39ddb284ab7 100644 --- a/app-mobilephone/gnokii/gnokii-9999.ebuild +++ b/app-mobilephone/gnokii/gnokii-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools eutils linux-info +inherit autotools desktop eutils linux-info HOMEPAGE="http://www.gnokii.org/" if [[ $PV == *9999 ]]; then @@ -29,7 +29,7 @@ RDEPEND=" sms? ( dev-libs/glib:2 postgres? ( dev-db/postgresql:* ) - mysql? ( virtual/mysql:= ) + mysql? ( dev-db/mysql-connector-c:= ) ) usb? ( virtual/libusb:0 ) X? ( x11-libs/gtk+:2 )"
