From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EEDEE138336 for ; Mon, 6 Aug 2018 12:54:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70DCDE0843; Mon, 6 Aug 2018 12:54:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 33A7DE0843 for ; Mon, 6 Aug 2018 12:54:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A7C9335CDF for ; Mon, 6 Aug 2018 12:54:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3D01385 for ; Mon, 6 Aug 2018 12:54:05 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1533559226.95edc4b0dea5bab2ea360e7b80fe951606dbe7c4.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/jd/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/jd/jd-2.8.5_p120826.ebuild X-VCS-Directories: www-client/jd/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 95edc4b0dea5bab2ea360e7b80fe951606dbe7c4 X-VCS-Branch: master Date: Mon, 6 Aug 2018 12:54:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d3fd7e0f-52e4-4b9d-a80c-7c64d4b3bd3e X-Archives-Hash: d107e5a986973cebfec3fe1a2df68334 commit: 95edc4b0dea5bab2ea360e7b80fe951606dbe7c4 Author: Akinori Hattori gentoo org> AuthorDate: Mon Aug 6 12:40:26 2018 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Mon Aug 6 12:40:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95edc4b0 www-client/jd: update to EAPI 6 Package-Manager: Portage-2.3.40, Repoman-2.3.9 www-client/jd/jd-2.8.5_p120826.ebuild | 46 +++++++++++++++++------------------ 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/www-client/jd/jd-2.8.5_p120826.ebuild b/www-client/jd/jd-2.8.5_p120826.ebuild index dcc8ee7aced..05dd4ad5f84 100644 --- a/www-client/jd/jd-2.8.5_p120826.ebuild +++ b/www-client/jd/jd-2.8.5_p120826.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -inherit eutils autotools autotools-utils flag-o-matic +EAPI="6" + +inherit eutils autotools flag-o-matic MY_P="${P/_p/-}" -MY_P="${MY_P/_/-}" DESCRIPTION="gtk2 based 2ch browser written in C++" HOMEPAGE="http://jd4linux.sourceforge.jp/" -SRC_URI="mirror://sourceforge.jp/jd4linux/56721/${MY_P}.tgz" +SRC_URI="mirror://sourceforge.jp/${PN}4linux/56721/${MY_P}.tgz" LICENSE="GPL-2" SLOT="0" @@ -18,6 +18,7 @@ IUSE="alsa gnome gnutls migemo" RDEPEND="dev-cpp/gtkmm:2.4 dev-libs/glib:2 + sys-libs/zlib x11-misc/xdg-utils alsa? ( >=media-libs/alsa-lib-1 ) gnome? ( >=gnome-base/libgnomeui-2 ) @@ -25,35 +26,34 @@ RDEPEND="dev-cpp/gtkmm:2.4 x11-libs/libSM x11-libs/libICE ) - gnutls? ( >=net-libs/gnutls-1.2 ) - !gnutls? ( >=dev-libs/openssl-0.9 ) + gnutls? ( net-libs/gnutls ) + !gnutls? ( dev-libs/openssl:0 ) migemo? ( app-text/cmigemo )" - DEPEND="${RDEPEND} virtual/pkgconfig" - S="${WORKDIR}/${MY_P}" -AUTOTOOLS_AUTORECONF=1 +src_prepare() { + default + append-cxxflags -std=c++11 + + mv configure.{in,ac} || die + eautoreconf +} src_configure() { - append-cxxflags -std=c++11 - # use gnomeui sm instead of Xorg SM/ICE - local myeconfargs=( + econf \ + $(use_with alsa) \ + $(use_with gnome sessionlib gnomeui) \ + $(use_with !gnome sessionlib xsmp) \ + $(use_with !gnutls openssl) \ + $(use_with migemo) \ + $(use_with migemo migemodict "${EREPFIX}"/usr/share/migemo/migemo-dict) \ --with-xdgopen - $(use_with gnome sessionlib gnomeui) - $(use_with !gnome sessionlib xsmp) - $(use_with alsa) - $(use_with !gnutls openssl) - $(use_with migemo) - $(use_with migemo migemodict /usr/share/migemo/migemo-dict) - ) - autotools-utils_src_configure } src_install() { - autotools-utils_src_install + default doicon ${PN}.png domenu ${PN}.desktop - #dodoc AUTHORS ChangeLog NEWS README }