public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libhubbub/
Date: Mon, 18 Dec 2017 14:42:08 +0000 (UTC)	[thread overview]
Message-ID: <1513608109.1fde7ffe041a55839c29cefbf11d9a8f7a9ccc22.xmw@gentoo> (raw)

commit:     1fde7ffe041a55839c29cefbf11d9a8f7a9ccc22
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 18 14:41:49 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Mon Dec 18 14:41:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fde7ffe

net-libs/libhubbub: Version bump, turn off fallthrough warning.

Bug: https://bugs.gentoo.org/636224
Closes: https://bugs.gentoo.org/640094
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-libs/libhubbub/Manifest                                   |  2 ++
 net-libs/libhubbub/libhubbub-0.3.3.ebuild                     |  7 ++++++-
 .../{libhubbub-0.3.3.ebuild => libhubbub-0.3.4.ebuild}        | 11 ++++++++---
 3 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/net-libs/libhubbub/Manifest b/net-libs/libhubbub/Manifest
index 90907808f2f..716a085ff01 100644
--- a/net-libs/libhubbub/Manifest
+++ b/net-libs/libhubbub/Manifest
@@ -1,2 +1,4 @@
 DIST libhubbub-0.3.3-src.tar.gz 783945 BLAKE2B 826b089708dea8a88a522f9889f81e420feb6c616ef7ad826303eca3ab39d4940cbc8bcbfcf61c979dc488d77b4d32fb24c0602b73ed28ea4e8076f369c93388 SHA512 28a5668257eda8cf1ca0395505522eb0f847a4cceee46de067fcfb171baa114876156a7e2671fff93602b2de63c640095e1a940e4725afb24bd14b4fd5f64526
+DIST libhubbub-0.3.4-src.tar.gz 784522 BLAKE2B 462de8bf233a5ab8e6b90d20ea544b9efbcadd25421c1184544f99d5cebf4b8955d0d689f7fcf81246ff7fa38d5f6c6470542830f6c9c3390521dbaa44e239ac SHA512 3e97f8b8669d27d58026e73f4545462bf2cde4ffdb7f2435760311cef3655844146f5bcb448bd0a18345e7a345ff14c619229c8bd2e7c8d78d345ba480912f55
 DIST netsurf-buildsystem-1.5.tar.gz 38196 BLAKE2B 298ef39d45b98ae5ef57a22aed9f22bf96dfd6ad5475964c04451eaf28aca7f451b4906002c3e110ffcc951015169f02ffcd85f24e54b46c47b25e048115db1c SHA512 02d85e8f1d2101194a678f7ccf84051390953285a46951d7b327556f8df1a0c416620bd4c7a615e25de438d5d27cfffb69ec5d94eb8379a295dab4c85a96cae4
+DIST netsurf-buildsystem-1.6.tar.gz 38204 BLAKE2B 58ac4aa2676c019a69b53f5115c82b522aa7db7b2a039a36f227b06b1d031ddc1eed463b09bfd13aeabddc421b2de396b58f2f8f131c261d5633fcd7a85272de SHA512 65ecafb54fc79107cfdb0fbea6acd4cad1fc9f338dde2ed9a48de066e245b7804a16337769c7602c7ab96b0d7544970f533d8c4615913c09b5a9ca4b9386fb28

diff --git a/net-libs/libhubbub/libhubbub-0.3.3.ebuild b/net-libs/libhubbub/libhubbub-0.3.3.ebuild
index 794f46b89be..54fad5a9ace 100644
--- a/net-libs/libhubbub/libhubbub-0.3.3.ebuild
+++ b/net-libs/libhubbub/libhubbub-0.3.3.ebuild
@@ -23,4 +23,9 @@ DEPEND="${RDEPEND}
 
 DOCS=( README docs/{Architecture,Macros,Todo,Treebuilder,Updated} )
 
-#RESTRICT=test
+src_prepare() {
+	sed -e '1i#pragma GCC diagnostic ignored "-Wimplicit-fallthrough"' \
+		-i test/tree2.c || die
+
+	netsurf_src_prepare
+}

diff --git a/net-libs/libhubbub/libhubbub-0.3.3.ebuild b/net-libs/libhubbub/libhubbub-0.3.4.ebuild
similarity index 72%
copy from net-libs/libhubbub/libhubbub-0.3.3.ebuild
copy to net-libs/libhubbub/libhubbub-0.3.4.ebuild
index 794f46b89be..d1bc2bf99a2 100644
--- a/net-libs/libhubbub/libhubbub-0.3.3.ebuild
+++ b/net-libs/libhubbub/libhubbub-0.3.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-NETSURF_BUILDSYSTEM=buildsystem-1.5
+NETSURF_BUILDSYSTEM=buildsystem-1.6
 inherit netsurf
 
 DESCRIPTION="HTML5 compliant parsing library, written in C"
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.netsurf-browser.org/projects/hubbub/"
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm ~ppc x86 ~m68k-mint"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~m68k-mint"
 IUSE="doc test"
 
 RDEPEND=">=dev-libs/libparserutils-0.2.1-r1[static-libs?,${MULTILIB_USEDEP}]
@@ -23,4 +23,9 @@ DEPEND="${RDEPEND}
 
 DOCS=( README docs/{Architecture,Macros,Todo,Treebuilder,Updated} )
 
-#RESTRICT=test
+src_prepare() {
+	sed -e '1i#pragma GCC diagnostic ignored "-Wimplicit-fallthrough"' \
+		-i test/tree2.c || die
+
+	netsurf_src_prepare
+}


             reply	other threads:[~2017-12-18 14:42 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-18 14:42 Michael Weber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-24  6:33 [gentoo-commits] repo/gentoo:master commit in: net-libs/libhubbub/ Arthur Zamarin
2025-01-24  2:23 Sam James
2024-03-03  6:11 Sam James
2024-03-03  0:54 Sam James
2024-03-02 18:54 Sam James
2024-03-02 14:22 Arthur Zamarin
2024-03-02 14:22 Arthur Zamarin
2024-01-19  9:31 Michael Orlitzky
2023-10-08  8:33 WANG Xuerui
2023-08-14 21:15 Michael Orlitzky
2022-03-22 18:43 Jakov Smolić
2021-03-20  8:25 Joonas Niilola
2021-02-19 12:02 Sam James
2021-02-18  8:28 Sam James
2021-02-14 19:54 Sam James
2021-02-14 14:53 Sam James
2021-02-13 17:56 Sam James
2020-12-27 17:52 Fabian Groffen
2020-12-04 18:31 Sergei Trofimovich
2020-10-07  8:41 Joonas Niilola
2020-09-08 17:03 Sam James
2020-08-15 12:03 Michael Orlitzky
2020-06-25 12:13 Joonas Niilola
2020-06-17 12:42 Andreas Sturmlechner
2020-06-17 12:42 Andreas Sturmlechner
2020-05-14  8:03 Agostino Sarubbo
2020-05-13 21:07 Mart Raudsepp
2020-05-13 14:52 Agostino Sarubbo
2020-04-28 15:41 Mikle Kolyada
2019-07-05 19:05 Virgil Dupras
2019-02-17 17:46 Sergei Trofimovich
2019-01-25 20:55 Virgil Dupras
2018-11-13 18:13 Virgil Dupras
2018-10-21 21:49 Virgil Dupras
2018-10-21 20:54 Virgil Dupras
2018-10-21 20:54 Virgil Dupras
2018-10-21 20:54 Virgil Dupras
2017-09-03 12:39 Aaron Bauman
2017-09-02 18:02 Aaron Bauman
2017-09-02 18:02 Aaron Bauman
2017-03-02 10:38 Michael Palimaka
2016-07-25 17:45 Chí-Thanh Christopher Nguyễn
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=1513608109.1fde7ffe041a55839c29cefbf11d9a8f7a9ccc22.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