public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/jd/
Date: Mon,  6 Aug 2018 12:54:05 +0000 (UTC)	[thread overview]
Message-ID: <1533559226.95edc4b0dea5bab2ea360e7b80fe951606dbe7c4.hattya@gentoo> (raw)

commit:     95edc4b0dea5bab2ea360e7b80fe951606dbe7c4
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  6 12:40:26 2018 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> 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
 }


             reply	other threads:[~2018-08-06 12:54 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-06 12:54 Akinori Hattori [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-10-24  9:05 [gentoo-commits] repo/gentoo:master commit in: www-client/jd/ Akinori Hattori
2021-10-24  9:05 Akinori Hattori
2021-10-24  9:05 Akinori Hattori
2021-10-24  9:05 Akinori Hattori
2021-10-24  9:05 Akinori Hattori
2021-06-22 18:19 Sam James
2018-11-28  9:58 Michał Górny
2018-08-08 12:56 Akinori Hattori
2018-08-06 12:59 Akinori Hattori
2018-08-06 12:54 Akinori Hattori
2018-08-06 12:54 Akinori Hattori
2015-12-24 13:40 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1533559226.95edc4b0dea5bab2ea360e7b80fe951606dbe7c4.hattya@gentoo \
    --to=hattya@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox