public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-libs/skcms/, profiles/
Date: Sun,  9 Apr 2023 10:05:18 +0000 (UTC)	[thread overview]
Message-ID: <1680957163.ad7333392101c8936ec97a6343208a867c7f191c.ceamac@gentoo> (raw)

commit:     ad7333392101c8936ec97a6343208a867c7f191c
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Apr  8 12:32:43 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> 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 <cyber+gentoo <AT> 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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="person">
-    <email>lssndrbarbieri@gmail.com</email>
-    <name>Alessandro Barbieri</name>
-  </maintainer>
-</pkgmetadata>

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 <cyber+gentoo@sysrq.in> (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 <cyber+gentoo@sysrq.in> (2023-03-04)


                 reply	other threads:[~2023-04-09 10:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1680957163.ad7333392101c8936ec97a6343208a867c7f191c.ceamac@gentoo \
    --to=ceamac@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox