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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5070115ACFB for ; Sun, 9 Apr 2023 10:05:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDFE2E0844; Sun, 9 Apr 2023 10:05:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 957EEE0845 for ; Sun, 9 Apr 2023 10:05:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 209EA335D6E for ; Sun, 9 Apr 2023 10:05:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F0E7A43 for ; Sun, 9 Apr 2023 10:05:18 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1680957163.ad7333392101c8936ec97a6343208a867c7f191c.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-libs/skcms/, profiles/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/skcms/Manifest media-libs/skcms/metadata.xml media-libs/skcms/skcms-0_pre20211006-r1.ebuild profiles/package.mask X-VCS-Directories: media-libs/skcms/ profiles/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: ad7333392101c8936ec97a6343208a867c7f191c X-VCS-Branch: master Date: Sun, 9 Apr 2023 10:05:18 +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: 9f9712c1-92ad-4532-80a9-53105300401c X-Archives-Hash: c1d55c9b96fd9dc8c6e0ca546ce3604c commit: ad7333392101c8936ec97a6343208a867c7f191c Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sat Apr 8 12:32:43 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sat Apr 8 12:32:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ad733339 media-libs/skcms: treeclean Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> media-libs/skcms/Manifest | 1 - media-libs/skcms/metadata.xml | 8 ------ media-libs/skcms/skcms-0_pre20211006-r1.ebuild | 40 -------------------------- profiles/package.mask | 1 - 4 files changed, 50 deletions(-) diff --git a/media-libs/skcms/Manifest b/media-libs/skcms/Manifest deleted file mode 100644 index 6cfd4f48c..000000000 --- a/media-libs/skcms/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST skcms-0_pre20211006-r1.tar.gz 9986375 BLAKE2B f95ab6fb05c422e58e10aca053df670b44b98dbc0c6bf7d75ad6ff9e5fc312c0f7c0447e1d8ecf8eedfb110df232d01924227a42c178e6b09e7e9ce078f5bbe8 SHA512 cff5d835934f125373854c651f6ea50a10b212f207c6101ef2cf36ac4a27dc1e5d45a5e932595824f7385a4fe1611508f4c8861094219029aabe3d6462211fd7 diff --git a/media-libs/skcms/metadata.xml b/media-libs/skcms/metadata.xml deleted file mode 100644 index 067d40ebd..000000000 --- a/media-libs/skcms/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - lssndrbarbieri@gmail.com - Alessandro Barbieri - - diff --git a/media-libs/skcms/skcms-0_pre20211006-r1.ebuild b/media-libs/skcms/skcms-0_pre20211006-r1.ebuild deleted file mode 100644 index 0321395e5..000000000 --- a/media-libs/skcms/skcms-0_pre20211006-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="A complete 2D graphic library for drawing Text, Geometries, and Images" -HOMEPAGE="https://skia.googlesource.com/skcms" -SRC_URI="https://drive.google.com/uc?export=download&id=1BmWRhwDnribygNRsR2UwaxIMrAB7GZw4 -> ${PF}.tar.gz" -S="${WORKDIR}" - -KEYWORDS="~amd64" -LICENSE="BSD" -SLOT="0/${PV}" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND}" - -RESTRICT="!test? ( test )" - -src_compile() { - tc-export CC CXX - - ${CXX} ${CXXFLAGS} ${LDFLAGS} -fPIC -shared -I./src -Wl,-soname,libskcms.so skcms.cc -o libskcms.so || die - ${CC} ${CFLAGS} -fPIC -I./src -c test_only.c || die - ${CC} ${CFLAGS} ${LDFLAGS} -fPIE -I./src test_only.o iccdump.c -o iccdump -ldl -L. -lskcms || die - ${CC} ${CFLAGS} ${LDFLAGS} -fPIE -I./src test_only.o tests.c -o tests -L. -lskcms || die -} - -src_install() { - dolib.so libskcms.so - dobin iccdump - doheader skcms.h -} - -src_test() { - LD_LIBRARY_PATH="./:${LD_LIBRARY_PATH}" ./tests || die -} diff --git a/profiles/package.mask b/profiles/package.mask index f106c7b96..6b088c2a1 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -71,7 +71,6 @@ dev-python/skills # Anna Vyalkova (2023-03-08) # Libraries with no consumers and no releases. Very hard to maintain. # Masked for removal in 30 days. -media-libs/skcms media-libs/skia # Anna Vyalkova (2023-03-04)