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:59:15 +0000 (UTC) [thread overview]
Message-ID: <1533560320.17f03420def497770746b04abaa7a191ea464194.hattya@gentoo> (raw)
commit: 17f03420def497770746b04abaa7a191ea464194
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 6 12:58:40 2018 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Mon Aug 6 12:58:40 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17f03420
www-client/jd: new upstream release
Package-Manager: Portage-2.3.40, Repoman-2.3.9
www-client/jd/Manifest | 1 +
www-client/jd/jd-2.8.9_p150226.ebuild | 59 +++++++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+)
diff --git a/www-client/jd/Manifest b/www-client/jd/Manifest
index de82228d91b..e5dc862b2f3 100644
--- a/www-client/jd/Manifest
+++ b/www-client/jd/Manifest
@@ -1 +1,2 @@
DIST jd-2.8.5-120826.tgz 784657 BLAKE2B 07e3ef150ddbc58cdd5d4e7bddfeb5f4cb5dd9b0c6bfc9fda4309768e34b7f4534549dad919c18ed8c5918d519e672ea4d3728d8bc87280096764d87a74151cb SHA512 0c4aa0845aca71f1172a565d7b9e4a7099fa27c221b452c623b818144b958c8b042e5ab00582eee07bc8d44186a172c9abb750550ae3293851e03382e527e11b
+DIST jd-2.8.9-150226.tgz 770110 BLAKE2B 096469fdc343dab64485897c5a402a48093ab1cc49e30973ab2f969fd60c389b1987c90246cf897125ab0d1787960574b35b811feacbc68e8079a00366c74602 SHA512 39bb4f0242426a5eff40e2a8c4bfc703491d260d4764be3745581b77a39d6db553521f2e09ea36c15d0318847a6fea8f48e079504f1f575fb600cb196c94df70
diff --git a/www-client/jd/jd-2.8.9_p150226.ebuild b/www-client/jd/jd-2.8.9_p150226.ebuild
new file mode 100644
index 00000000000..f195e5ab810
--- /dev/null
+++ b/www-client/jd/jd-2.8.9_p150226.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit eutils autotools flag-o-matic
+
+MY_P="${P/_p/-}"
+
+DESCRIPTION="gtk2 based 2ch browser written in C++"
+HOMEPAGE="http://jd4linux.sourceforge.jp/"
+SRC_URI="mirror://sourceforge.jp/${PN}4linux/62877/${MY_P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="alsa gnutls migemo oniguruma"
+
+RDEPEND="dev-cpp/gtkmm:2.4
+ dev-libs/glib:2
+ sys-libs/zlib
+ x11-libs/libICE
+ x11-libs/libSM
+ x11-misc/xdg-utils
+ alsa? ( >=media-libs/alsa-lib-1 )
+ gnutls? ( net-libs/gnutls )
+ !gnutls? ( dev-libs/openssl:0 )
+ migemo? ( app-text/cmigemo )
+ oniguruma? ( dev-libs/oniguruma )"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+S="${WORKDIR}/${MY_P}"
+
+PATCHES=( "${FILESDIR}"/${PN}-gcc-5.patch )
+
+src_prepare() {
+ default
+ append-cxxflags -std=c++11
+
+ mv configure.{in,ac} || die
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ $(use_with alsa) \
+ $(use_with !gnutls openssl) \
+ $(use_with migemo) \
+ $(use_with migemo migemodict "${EREPFIX}"/usr/share/migemo/migemo-dict) \
+ $(use_with oniguruma) \
+ --with-sessionlib=xsmp \
+ --with-xdgopen
+}
+
+src_install() {
+ default
+ doicon ${PN}.png
+ domenu ${PN}.desktop
+}
next reply other threads:[~2018-08-06 12:59 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-06 12:59 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:54 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=1533560320.17f03420def497770746b04abaa7a191ea464194.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