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 C8C91138359 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 EA617E089A; 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 D3282E0898 for ; Sat, 15 Aug 2020 12:03:31 +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 AA4B234F463 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 1247932B for ; Sat, 15 Aug 2020 12:03:28 +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: <1597492708.8091baae79198ba89e8744e3c1899ff2160f518e.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsvgtiny/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsvgtiny/libsvgtiny-0.1.7-r1.ebuild X-VCS-Directories: media-libs/libsvgtiny/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 8091baae79198ba89e8744e3c1899ff2160f518e X-VCS-Branch: master Date: Sat, 15 Aug 2020 12:03:28 +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: 7ef1fb8e-5781-4122-a570-70506b307b91 X-Archives-Hash: 3de2d2eac373eb20730af2ad790718e4 commit: 8091baae79198ba89e8744e3c1899ff2160f518e Author: Michael Orlitzky gentoo org> AuthorDate: Sat Aug 15 01:01:47 2020 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sat Aug 15 11:58:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8091baae media-libs/libsvgtiny: remove old "unused" ebuild. Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Orlitzky gentoo.org> media-libs/libsvgtiny/libsvgtiny-0.1.7-r1.ebuild | 39 ------------------------ 1 file changed, 39 deletions(-) diff --git a/media-libs/libsvgtiny/libsvgtiny-0.1.7-r1.ebuild b/media-libs/libsvgtiny/libsvgtiny-0.1.7-r1.ebuild deleted file mode 100644 index d236e41cfe6..00000000000 --- a/media-libs/libsvgtiny/libsvgtiny-0.1.7-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="framebuffer abstraction library, written in C" -HOMEPAGE="http://www.netsurf-browser.org/projects/libsvgtiny/" -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="" - -RDEPEND=" - >=net-libs/libdom-0.1.2-r1[xml] - >=dev-libs/libwapcaplet-0.2.2-r1" -DEPEND="${RDEPEND} - dev-util/gperf - dev-util/netsurf-buildsystem - virtual/pkgconfig" - -PATCHES=( "${FILESDIR}"/${PN}-0.1.3-parallel-build.patch ) - -_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 -}