From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/dillo/
Date: Sun, 19 Aug 2018 17:54:48 +0000 (UTC) [thread overview]
Message-ID: <1534701284.9855ea9b17a8da478897a5b515946b3667560b31.jer@gentoo> (raw)
commit: 9855ea9b17a8da478897a5b515946b3667560b31
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 19 17:53:06 2018 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Aug 19 17:54:44 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9855ea9b
www-client/dillo: Add live ebuild.
Package-Manager: Portage-2.3.47, Repoman-2.3.10
www-client/dillo/dillo-9999.ebuild | 69 ++++++++++++++++++++++++++++++++++++++
1 file changed, 69 insertions(+)
diff --git a/www-client/dillo/dillo-9999.ebuild b/www-client/dillo/dillo-9999.ebuild
new file mode 100644
index 00000000000..0d478f4ab15
--- /dev/null
+++ b/www-client/dillo/dillo-9999.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils mercurial multilib toolchain-funcs
+
+DESCRIPTION="Lean FLTK based web browser"
+HOMEPAGE="https://www.dillo.org/"
+SRC_URI="mirror://gentoo/${PN}.png"
+EHG_REPO_URI="https://hg.dillo.org/dillo"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS=""
+IUSE="doc +gif ipv6 +jpeg +png ssl"
+
+RDEPEND="
+ >=x11-libs/fltk-1.3
+ sys-libs/zlib
+ jpeg? ( virtual/jpeg:0 )
+ png? ( >=media-libs/libpng-1.2:0 )
+ ssl? ( net-libs/mbedtls )
+"
+DEPEND="
+ ${RDEPEND}
+ doc? ( app-doc/doxygen )
+"
+PATCHES=(
+ "${FILESDIR}"/${PN}2-inbuf.patch
+)
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ $(use_enable gif) \
+ $(use_enable ipv6) \
+ $(use_enable jpeg) \
+ $(use_enable png) \
+ $(use_enable ssl) \
+ --docdir="/usr/share/doc/${PF}"
+}
+
+src_compile() {
+ emake AR=$(tc-getAR)
+ if use doc; then
+ doxygen Doxyfile || die
+ fi
+}
+
+src_install() {
+ dodir /etc
+ default
+
+ use doc && dohtml html/*
+ dodoc AUTHORS ChangeLog README NEWS
+ dodoc doc/*.txt doc/README
+
+ doicon "${DISTDIR}"/${PN}.png
+ make_desktop_entry ${PN} Dillo
+}
+
+pkg_postinst() {
+ elog "Dillo has installed a default configuration into /etc/dillo/dillorc"
+ elog "You can copy this to ~/.dillo/ and customize it"
+}
next reply other threads:[~2018-08-19 17:54 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-19 17:54 Jeroen Roovers [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-26 22:21 [gentoo-commits] repo/gentoo:master commit in: www-client/dillo/ Matt Jolly
2025-01-31 15:08 Matt Jolly
2025-01-07 19:54 Sam James
2024-12-26 17:50 Ionen Wolkens
2024-12-12 21:26 Matt Jolly
2024-10-18 0:44 Matt Jolly
2024-06-19 6:09 Matt Jolly
2024-06-19 6:09 Matt Jolly
2024-06-19 6:09 Matt Jolly
2024-06-19 6:09 Matt Jolly
2024-06-01 0:46 Matt Jolly
2023-01-09 1:38 Jonas Stein
2022-03-26 0:01 Sam James
2021-12-07 23:50 Sam James
2021-12-07 6:26 Agostino Sarubbo
2021-12-07 0:31 Sam James
2021-12-06 15:23 Sam James
2021-12-05 18:21 Arthur Zamarin
2021-12-05 13:55 Jakov Smolić
2021-10-19 19:09 Jakov Smolić
2021-08-04 8:15 Yixun Lan
2021-04-30 18:30 Mikle Kolyada
2021-03-30 9:27 Sam James
2021-03-28 19:53 Sam James
2021-02-06 1:00 Jonas Stein
2020-08-06 11:55 Jeroen Roovers
2020-08-06 11:50 Agostino Sarubbo
2020-08-05 14:01 Agostino Sarubbo
2020-08-03 16:58 Sergei Trofimovich
2020-08-03 6:42 Jeroen Roovers
2020-08-02 12:04 Sergei Trofimovich
2020-08-02 11:48 Sergei Trofimovich
2020-08-02 11:39 Sergei Trofimovich
2020-02-09 12:37 Jeroen Roovers
2020-02-09 12:37 Jeroen Roovers
2020-02-09 11:45 Jeroen Roovers
2020-01-09 19:31 Jeroen Roovers
2018-09-26 23:01 Patrice Clement
2018-04-15 1:41 Aaron Bauman
2018-03-16 22:50 Lars Wendler
2017-05-25 13:36 Jeroen Roovers
2015-11-23 9:25 Agostino Sarubbo
2015-11-21 7:11 Anthony G. Basile
2015-11-07 12:12 Markus Meier
2015-11-05 11:20 Agostino Sarubbo
2015-11-03 16:18 Agostino Sarubbo
2015-10-19 9:27 Agostino Sarubbo
2015-10-09 5:21 Jeroen Roovers
2015-10-02 17:21 Chí-Thanh Christopher Nguyễn
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=1534701284.9855ea9b17a8da478897a5b515946b3667560b31.jer@gentoo \
--to=jer@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