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 C6817138334 for ; Tue, 13 Nov 2018 18:13:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC416E0B1C; Tue, 13 Nov 2018 18:13:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 98F2FE0B1C for ; Tue, 13 Nov 2018 18:13:22 +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 70AFF335CDE for ; Tue, 13 Nov 2018 18:13:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 105C0470 for ; Tue, 13 Nov 2018 18:13:17 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1542132263.a214f3ec342c42ee0280c9a1dcde8b490d44688f.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libnsbmp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libnsbmp/Manifest media-libs/libnsbmp/libnsbmp-0.1.5-r1.ebuild media-libs/libnsbmp/libnsbmp-0.1.5.ebuild X-VCS-Directories: media-libs/libnsbmp/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: a214f3ec342c42ee0280c9a1dcde8b490d44688f X-VCS-Branch: master Date: Tue, 13 Nov 2018 18:13:17 +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-Archives-Salt: 0e44c579-2a75-4f95-9d26-3732fda5ccf8 X-Archives-Hash: e6c53fe29ba598f04deff66ed547f5cb commit: a214f3ec342c42ee0280c9a1dcde8b490d44688f Author: Virgil Dupras gentoo org> AuthorDate: Tue Nov 13 16:39:17 2018 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Tue Nov 13 18:04:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a214f3ec media-libs/libnsbmp: drop netsurf eclass Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 media-libs/libnsbmp/Manifest | 1 - media-libs/libnsbmp/libnsbmp-0.1.5-r1.ebuild | 33 ++++++++++++++++++++++++++++ media-libs/libnsbmp/libnsbmp-0.1.5.ebuild | 24 -------------------- 3 files changed, 33 insertions(+), 25 deletions(-) diff --git a/media-libs/libnsbmp/Manifest b/media-libs/libnsbmp/Manifest index 88c8e2ef229..b885fc599fd 100644 --- a/media-libs/libnsbmp/Manifest +++ b/media-libs/libnsbmp/Manifest @@ -1,2 +1 @@ DIST libnsbmp-0.1.5-src.tar.gz 463299 BLAKE2B a9aa4f682262c4bfb5007c623e3da324f9ce2ddb732737b8217def899e8507ae41589607a1e0b71b34190542981ad4286f64f87795f0043049626c101001fd85 SHA512 2998de98db05a04fb860fdea258961d66aebc78d58614054311ed4cafa2f265472ad19789ab1e343d39ca293e0a304baee4941bd04948d9cc7c39bdadb0756e6 -DIST netsurf-buildsystem-1.7.tar.gz 38597 BLAKE2B d0981ef282ac0d93d81a1a6a6bee1fc2a0151c962be6ce2900a67843ba8ebc67e00508cded2a7375f6bbe0d45572690f127872936a282de80eb08655ac571603 SHA512 f6a46ac25f41e695ec13d7b2b564250c4cc44a40a688904eb17aa4b547c2df0102cc0effb7a23a2ffa6b9178ae5cf452b63980caf26e06e479168c85803f1e58 diff --git a/media-libs/libnsbmp/libnsbmp-0.1.5-r1.ebuild b/media-libs/libnsbmp/libnsbmp-0.1.5-r1.ebuild new file mode 100644 index 00000000000..55b1adcdc1e --- /dev/null +++ b/media-libs/libnsbmp/libnsbmp-0.1.5-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit toolchain-funcs + +DESCRIPTION="decoding library for BMP and ICO image file formats, written in C" +HOMEPAGE="http://www.netsurf-browser.org/projects/libnsbmp/" +SRC_URI="https://download.netsurf-browser.org/libs/releases/${P}-src.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~ppc ~m68k-mint" +IUSE="" + +DEPEND=" + dev-util/netsurf-buildsystem + virtual/pkgconfig" + +_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="${ED}" install +} diff --git a/media-libs/libnsbmp/libnsbmp-0.1.5.ebuild b/media-libs/libnsbmp/libnsbmp-0.1.5.ebuild deleted file mode 100644 index aef68809045..00000000000 --- a/media-libs/libnsbmp/libnsbmp-0.1.5.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -NETSURF_BUILDSYSTEM=buildsystem-1.7 -inherit netsurf - -DESCRIPTION="decoding library for BMP and ICO image file formats, written in C" -HOMEPAGE="http://www.netsurf-browser.org/projects/libnsbmp/" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~ppc ~m68k-mint" -IUSE="" - -RDEPEND="" -DEPEND="virtual/pkgconfig" - -src_prepare() { - # working around broken netsurf eclass - default - multilib_copy_sources -}