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 188D4138359 for ; Sat, 15 Aug 2020 12:03:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE650E0894; Sat, 15 Aug 2020 12:03:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 8A8ECE0894 for ; Sat, 15 Aug 2020 12:03:31 +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 8A08634F45E for ; Sat, 15 Aug 2020 12:03:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E24B7329 for ; Sat, 15 Aug 2020 12:03:27 +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: <1597492707.bffcaf33f4baa76e3f5e5d5aa5398d0af8816160.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libnspsl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libnspsl/libnspsl-0.1.3-r1.ebuild media-libs/libnspsl/libnspsl-0.1.5.ebuild media-libs/libnspsl/libnspsl-0.1.6.ebuild X-VCS-Directories: media-libs/libnspsl/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: bffcaf33f4baa76e3f5e5d5aa5398d0af8816160 X-VCS-Branch: master Date: Sat, 15 Aug 2020 12:03:27 +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: eb14a7b4-2027-4bf3-bbb1-1393784a3cec X-Archives-Hash: f0b4dbd8fc0dd752ee9198c78a112abb commit: bffcaf33f4baa76e3f5e5d5aa5398d0af8816160 Author: Michael Orlitzky gentoo org> AuthorDate: Fri Aug 14 22:06:01 2020 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sat Aug 15 11:58:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bffcaf33 media-libs/libnspsl: remove old "unused" ebuilds. Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Orlitzky gentoo.org> media-libs/libnspsl/libnspsl-0.1.3-r1.ebuild | 33 ---------------------------- media-libs/libnspsl/libnspsl-0.1.5.ebuild | 33 ---------------------------- media-libs/libnspsl/libnspsl-0.1.6.ebuild | 33 ---------------------------- 3 files changed, 99 deletions(-) diff --git a/media-libs/libnspsl/libnspsl-0.1.3-r1.ebuild b/media-libs/libnspsl/libnspsl-0.1.3-r1.ebuild deleted file mode 100644 index ce2346f93d9..00000000000 --- a/media-libs/libnspsl/libnspsl-0.1.3-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2019 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 ~ppc64 ~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.5.ebuild b/media-libs/libnspsl/libnspsl-0.1.5.ebuild deleted file mode 100644 index c7c011b72c7..00000000000 --- a/media-libs/libnspsl/libnspsl-0.1.5.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2019 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 ~ppc64 ~m68k-mint" -IUSE="" - -BDEPEND=" - 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.6.ebuild b/media-libs/libnspsl/libnspsl-0.1.6.ebuild deleted file mode 100644 index aa9ede7b9c2..00000000000 --- a/media-libs/libnspsl/libnspsl-0.1.6.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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 decoding BMP and ICO images" -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 ~ppc64 ~m68k-mint" -IUSE="" - -BDEPEND=" - 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="${D}" install -}