From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libdom/
Date: Tue, 24 Jan 2017 01:16:56 +0000 (UTC) [thread overview]
Message-ID: <1485220585.7b0437b31bb7106a64621830ab9b6372e509f8c1.xmw@gentoo> (raw)
commit: 7b0437b31bb7106a64621830ab9b6372e509f8c1
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 23 17:25:47 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 01:16:25 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b0437b3
net-libs/libdom: Version bump (bug 602524).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
net-libs/libdom/Manifest | 1 +
net-libs/libdom/libdom-0.3.1.ebuild | 40 +++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/net-libs/libdom/Manifest b/net-libs/libdom/Manifest
index 671ad2e..0c5191c 100644
--- a/net-libs/libdom/Manifest
+++ b/net-libs/libdom/Manifest
@@ -1,2 +1,3 @@
DIST libdom-0.3.0-src.tar.gz 868852 SHA256 8a6c3eb8fcd9beb2e0df660caeb043dfff86632a00b8997cbcbef4a7f0c266ce SHA512 4c06a838782f211d7239b3841640c8a6d3abeaee5dabe1b619fd6b776085f5b3c748398bc532197a05ba4cca3526872a6e51f1d7df95ee5982ca22ee756c8e16 WHIRLPOOL 8191d0bb07d481b16f9896c920f86b61067d31b3c7953547c727b0e4a85d9d1fc8cac5ab64e736f0256f7226a8ac32078884fdcb171c9efc553d0535f64d4ad7
+DIST libdom-0.3.1-src.tar.gz 868959 SHA256 1b1e8a940547cedfe718b3258de875837d2a4335f7498c7d555125211662c763 SHA512 a7acd64a99145483274a44bd47af16474eadab5e6cf46847c61775c8d9fc03aa8cb4ad21fa63377b8c758c9556c140d626a2c3b2be31072fb5afdc2cee589e0c WHIRLPOOL 276fa57775ec96f6b0d547f123ad17bbcaf8703f90523e59d39d18881992449720c2cd26ffcbe9816fa409e51cd1668c936b4820d68b400826d72ed0f0690445
DIST netsurf-buildsystem-1.5.tar.gz 38196 SHA256 dbc6afc639f6987b704e6ff4427668787ee7efba77e1bbf76b614699b5daaf71 SHA512 02d85e8f1d2101194a678f7ccf84051390953285a46951d7b327556f8df1a0c416620bd4c7a615e25de438d5d27cfffb69ec5d94eb8379a295dab4c85a96cae4 WHIRLPOOL 7b7d595a2e399b361e71769e509a129af42da5ce823f1b55183efb53898ac2ae731593eb13e1ecc2271ea26ee0948ac35bf99fea280eb72a2bb00164b4b29f09
diff --git a/net-libs/libdom/libdom-0.3.1.ebuild b/net-libs/libdom/libdom-0.3.1.ebuild
new file mode 100644
index 00000000..d654990
--- /dev/null
+++ b/net-libs/libdom/libdom-0.3.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+NETSURF_BUILDSYSTEM=buildsystem-1.5
+inherit netsurf
+
+DESCRIPTION="implementation of the W3C DOM, written in C"
+HOMEPAGE="http://www.netsurf-browser.org/projects/libdom/"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~ppc ~m68k-mint"
+IUSE="expat test xml"
+
+RDEPEND=">=dev-libs/libparserutils-0.2.1-r1[static-libs?,${MULTILIB_USEDEP}]
+ >=dev-libs/libwapcaplet-0.3.0[static-libs?,${MULTILIB_USEDEP}]
+ >=net-libs/libhubbub-0.3.1-r1[static-libs?,${MULTILIB_USEDEP}]
+ xml? (
+ expat? ( >=dev-libs/expat-2.1.0-r3[static-libs?,${MULTILIB_USEDEP}] )
+ !expat? ( >=dev-libs/libxml2-2.9.1-r4[static-libs?,${MULTILIB_USEDEP}] )
+ )"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+ test? ( dev-perl/XML-XPath
+ dev-perl/libxml-perl
+ dev-perl/Switch )"
+
+REQUIRED_USE="test? ( xml )"
+
+src_configure() {
+ netsurf_src_configure
+
+ netsurf_makeconf+=(
+ WITH_EXPAT_BINDING=$(usex xml $(usex expat yes no) no)
+ WITH_LIBXML_BINDING=$(usex xml $(usex expat no yes) no)
+ )
+}
next reply other threads:[~2017-01-24 1:17 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-24 1:16 Michael Weber [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-27 17:56 [gentoo-commits] repo/gentoo:master commit in: net-libs/libdom/ Arthur Zamarin
2025-03-27 12:11 Sam James
2025-03-27 12:11 Sam James
2025-03-27 12:05 Sam James
2025-03-27 12:05 Sam James
2025-03-27 11:49 Sam James
2025-03-01 22:14 Michael Orlitzky
2025-01-24 6:33 Arthur Zamarin
2025-01-24 6:33 Arthur Zamarin
2025-01-24 6:33 Arthur Zamarin
2025-01-24 2:23 Sam James
2025-01-24 2:23 Sam James
2024-03-03 11:29 Michael Orlitzky
2024-01-19 9:31 Michael Orlitzky
2024-01-19 9:31 Michael Orlitzky
2023-08-14 21:15 Michael Orlitzky
2023-08-14 21:15 Michael Orlitzky
2023-05-27 22:02 Michael Orlitzky
2022-03-22 18:43 Jakov Smolić
2021-11-10 17:56 Jakov Smolić
2021-03-30 17:38 Sam James
2020-12-27 17:52 Fabian Groffen
2020-08-15 12:03 Michael Orlitzky
2020-06-17 13:38 Michael Orlitzky
2019-12-04 14:49 Joonas Niilola
2019-12-04 14:49 Joonas Niilola
2019-07-05 19:05 Virgil Dupras
2019-02-17 17:46 Sergei Trofimovich
2018-11-13 18:13 Virgil Dupras
2018-10-21 20:54 Virgil Dupras
2018-10-21 20:54 Virgil Dupras
2018-10-21 20:54 Virgil Dupras
2017-12-18 15:00 Michael Weber
2017-02-05 12:18 Michael Weber
2016-07-25 17:45 Chí-Thanh Christopher Nguyễn
2016-03-02 22:53 Michael Weber
2016-03-02 22:53 Michael Weber
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=1485220585.7b0437b31bb7106a64621830ab9b6372e509f8c1.xmw@gentoo \
--to=xmw@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