From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CB9E913835A for ; Wed, 17 Jun 2020 13:38:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA5C2E0B28; Wed, 17 Jun 2020 13:38:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D47E4E0B23 for ; Wed, 17 Jun 2020 13:38:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A338334F32B for ; Wed, 17 Jun 2020 13:38:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 311862AA for ; Wed, 17 Jun 2020 13:38:42 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1592401101.9fc6214680735babd53a0c7c1cfd78f571b15584.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libnsutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libnsutils/Manifest dev-libs/libnsutils/libnsutils-0.1.0.ebuild X-VCS-Directories: dev-libs/libnsutils/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 9fc6214680735babd53a0c7c1cfd78f571b15584 X-VCS-Branch: master Date: Wed, 17 Jun 2020 13:38:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 543cc926-3cac-499e-89e3-e0f14feb5f29 X-Archives-Hash: d10cf944dadc30881874d3f037ba1a2a commit: 9fc6214680735babd53a0c7c1cfd78f571b15584 Author: Michael Orlitzky gentoo org> AuthorDate: Wed Jun 17 12:43:28 2020 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Wed Jun 17 13:38:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fc62146 dev-libs/libnsutils: new version 0.1.0. This new version fixes the mixup between $D and $ED at install time, and along with the latest 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 gentoo.org> dev-libs/libnsutils/Manifest | 1 + dev-libs/libnsutils/libnsutils-0.1.0.ebuild | 31 +++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/dev-libs/libnsutils/Manifest b/dev-libs/libnsutils/Manifest index 10509d4cc29..009a1b86e3f 100644 --- a/dev-libs/libnsutils/Manifest +++ b/dev-libs/libnsutils/Manifest @@ -1 +1,2 @@ DIST libnsutils-0.0.5-src.tar.gz 7653 BLAKE2B 4f7810f436f5ffd33084bc67095f3cb48a7744ef6f9ab0d632cd7b87467ff8bca54809de5a8ea837a00429c951d4e701909bd5f185e1c600a7323393017596cb SHA512 b9611db39adf11aa4e29387614bf55e241c075a223c687f5520e5b6808cc392c847be1a1d74559928e385a93886c4a67158504342384a1b200cf9ce13c00db50 +DIST libnsutils-0.1.0-src.tar.gz 8840 BLAKE2B 9f25763b945a96d89ba33959caf676b09964da096a9e969396f3b0ba0f6b4bd6bfb52a61bdcc222432463f2bc0f6bc148bc754200fb80a9ab521c5d64638bba7 SHA512 82d75e799b21484120b9711c853075a07990aa4d5ac5bb0574683bd1fd59eef547d9b78333eeb2da9d96c2132b4e7c32510cf690c80cef291cce8ef2eb44198e diff --git a/dev-libs/libnsutils/libnsutils-0.1.0.ebuild b/dev-libs/libnsutils/libnsutils-0.1.0.ebuild new file mode 100644 index 00000000000..6aecbfecab5 --- /dev/null +++ b/dev-libs/libnsutils/libnsutils-0.1.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit toolchain-funcs + +DESCRIPTION="C library for base64 and time" +HOMEPAGE="http://www.netsurf-browser.org/" +SRC_URI="https://download.netsurf-browser.org/libs/releases/${P}-src.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64" +IUSE="" + +BDEPEND="dev-util/netsurf-buildsystem" + +_emake() { + source /usr/share/netsurf-buildsystem/gentoo-helpers.sh + netsurf_define_makeconf + emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=lib-shared $@ +} + +src_compile() { + _emake +} + +src_install() { + _emake DESTDIR="${D}" install +}