From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libwapcaplet/
Date: Wed, 17 Jun 2020 13:38:42 +0000 (UTC) [thread overview]
Message-ID: <1592401101.ac5727a86526b6c650a314b51e6681eee3430377.mjo@gentoo> (raw)
commit: ac5727a86526b6c650a314b51e6681eee3430377
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 17 12:50:09 2020 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Jun 17 13:38:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac5727a8
dev-libs/libwapcaplet: new version 0.4.3.
This new version fixes the mixup between $D and $ED at install-time,
and along with a newer netsurf-buildsystem, should allow the use of
a non-default (E)ROOT.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
dev-libs/libwapcaplet/Manifest | 1 +
dev-libs/libwapcaplet/libwapcaplet-0.4.3.ebuild | 45 +++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/dev-libs/libwapcaplet/Manifest b/dev-libs/libwapcaplet/Manifest
index a7c635ff472..b8c2cce6e7f 100644
--- a/dev-libs/libwapcaplet/Manifest
+++ b/dev-libs/libwapcaplet/Manifest
@@ -1,2 +1,3 @@
DIST libwapcaplet-0.4.1-src.tar.gz 31448 BLAKE2B a686a357dc84135da902380de17b0f8415a682cdb258ea0a8f7899581d23f6fef3aa1600e2657aa728b5689a8fa31a3fe489a7ce8a339adf958c3c25f6151a04 SHA512 49efb958ee79e932916a956844970780723cc71b4b2e5f442507566b2d632cc17c67d984018b48ae31a9bd7d92797766e39110dec02937b45ead26523e8cc2e1
DIST libwapcaplet-0.4.2-src.tar.gz 31492 BLAKE2B 1c3b74a15fddf895ac63c15302737915fcbff89d83e990d779d2874778d00c3ec453a7bf0e362f942216c68a3e006c6318ace83164c49cafede73af1ae7a2808 SHA512 296a5f4471366b58089632c10943c0a1c1da8bd3b54231f2204b1159052b5bd5f45769fb2e12e438a29bf39aeea9719773d0b38fbf40fce193c2fb4f0f70ab09
+DIST libwapcaplet-0.4.3-src.tar.gz 31766 BLAKE2B 7a51b27911192b0697d6eebe9e98abf720a76daa0e0ce0eb6148186e21e36d3b1853d3b24c8fa325ecaa4ed69d8262a9282ef77ba028d316dd16a225a6766d64 SHA512 b4cc8b0dac86c87b1806acfcf5c4734955eb797cb04ea67f764bae32fdecfd3ee4d8ad0f2f3f0a1813c9684b7120dbb97ecf11f29de0d60a7bd45d96c1a451cb
diff --git a/dev-libs/libwapcaplet/libwapcaplet-0.4.3.ebuild b/dev-libs/libwapcaplet/libwapcaplet-0.4.3.ebuild
new file mode 100644
index 00000000000..8b442d55ff3
--- /dev/null
+++ b/dev-libs/libwapcaplet/libwapcaplet-0.4.3.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="string internment library, written in C"
+HOMEPAGE="http://www.netsurf-browser.org/projects/libwapcaplet/"
+SRC_URI="https://download.netsurf-browser.org/libs/releases/${P}-src.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~m68k-mint"
+IUSE="test"
+
+RESTRICT="!test? ( test )"
+
+DEPEND="
+ test? ( >=dev-libs/check-0.9.11 )"
+BDEPEND="
+ >=dev-util/netsurf-buildsystem-1.7-r1"
+
+PATCHES=(
+ # bug 664288
+ "${FILESDIR}/${PN}-0.4.1-makefile.patch"
+)
+
+_emake() {
+ source /usr/share/netsurf-buildsystem/gentoo-helpers.sh
+ netsurf_define_makeconf
+ emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=lib-shared $@
+}
+
+src_compile() {
+ _emake
+}
+
+src_test() {
+ _emake test
+}
+
+src_install() {
+ _emake DESTDIR="${D}" install
+}
next reply other threads:[~2020-06-17 13:38 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-17 13:38 Michael Orlitzky [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-24 6:33 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libwapcaplet/ 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
2023-08-14 21:15 Michael Orlitzky
2023-08-09 20:32 Michael Orlitzky
2022-03-22 18:43 Jakov Smolić
2021-11-10 17:56 Jakov Smolić
2021-03-30 17:38 Sam James
2021-03-21 8:24 Joonas Niilola
2020-12-27 14:21 Fabian Groffen
2020-08-15 12:03 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
2019-02-04 21:38 Virgil Dupras
2018-11-13 18:13 Virgil Dupras
2017-02-05 12:18 Michael Weber
2017-01-24 1:16 Michael Weber
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=1592401101.ac5727a86526b6c650a314b51e6681eee3430377.mjo@gentoo \
--to=mjo@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