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 14E3D138334 for ; Tue, 13 Nov 2018 18:13:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FDDBE0B19; Tue, 13 Nov 2018 18:13:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3B49CE0B19 for ; Tue, 13 Nov 2018 18:13:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 67040335CD5 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 36D15472 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: <1542132264.75d56f9d33d91b729f300dbcc78b9c12a7d7a445.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libnspsl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libnspsl/Manifest media-libs/libnspsl/libnspsl-0.1.3-r1.ebuild media-libs/libnspsl/libnspsl-0.1.3.ebuild X-VCS-Directories: media-libs/libnspsl/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: 75d56f9d33d91b729f300dbcc78b9c12a7d7a445 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: 69bd7796-976b-406f-9188-840f942ecc50 X-Archives-Hash: 996815ffec6d04cc39b5c59e4d548c85 commit: 75d56f9d33d91b729f300dbcc78b9c12a7d7a445 Author: Virgil Dupras gentoo org> AuthorDate: Tue Nov 13 16:41:42 2018 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Tue Nov 13 18:04:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75d56f9d media-libs/libnspsl: drop netsurf eclass Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 media-libs/libnspsl/Manifest | 1 - media-libs/libnspsl/libnspsl-0.1.3-r1.ebuild | 33 ++++++++++++++++++++++++++++ media-libs/libnspsl/libnspsl-0.1.3.ebuild | 24 -------------------- 3 files changed, 33 insertions(+), 25 deletions(-) diff --git a/media-libs/libnspsl/Manifest b/media-libs/libnspsl/Manifest index 2b625f79163..1328789808e 100644 --- a/media-libs/libnspsl/Manifest +++ b/media-libs/libnspsl/Manifest @@ -1,2 +1 @@ DIST libnspsl-0.1.3-src.tar.gz 311065 BLAKE2B ef846482c677e98a9eae646597e893f4e94161a60482127a88440a3786d2f9e3c4458a823ac878c64bc7d1b00080653facc28f408d2a44b571835958966297af SHA512 da4069dee152d126d53e442c8ced1438707db1ccee779bd2abe752a8d1dc30e40036037674e220bb24adad49fe406633e0d07e5d29d209b9fb223107c0e89415 -DIST netsurf-buildsystem-1.7.tar.gz 38597 BLAKE2B d0981ef282ac0d93d81a1a6a6bee1fc2a0151c962be6ce2900a67843ba8ebc67e00508cded2a7375f6bbe0d45572690f127872936a282de80eb08655ac571603 SHA512 f6a46ac25f41e695ec13d7b2b564250c4cc44a40a688904eb17aa4b547c2df0102cc0effb7a23a2ffa6b9178ae5cf452b63980caf26e06e479168c85803f1e58 diff --git a/media-libs/libnspsl/libnspsl-0.1.3-r1.ebuild b/media-libs/libnspsl/libnspsl-0.1.3-r1.ebuild new file mode 100644 index 00000000000..fa3babe38bd --- /dev/null +++ b/media-libs/libnspsl/libnspsl-0.1.3-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/" +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/libnspsl/libnspsl-0.1.3.ebuild b/media-libs/libnspsl/libnspsl-0.1.3.ebuild deleted file mode 100644 index 1ed50ca57f2..00000000000 --- a/media-libs/libnspsl/libnspsl-0.1.3.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/" - -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 -}