commit:     e91a54ac5779b60468672e7f56a577b3a2979d95
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Apr 20 16:24:41 2024 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Apr 20 17:41:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e91a54ac

media-gfx/heatshrink: treeclean duplicate

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 media-gfx/heatshrink/Manifest                |  1 -
 media-gfx/heatshrink/files/Makefile.patch    | 23 ----------------------
 media-gfx/heatshrink/heatshrink-0.4.1.ebuild | 29 ----------------------------
 media-gfx/heatshrink/metadata.xml            |  8 --------
 profiles/updates/2Q-2024                     |  1 +
 5 files changed, 1 insertion(+), 61 deletions(-)

diff --git a/media-gfx/heatshrink/Manifest b/media-gfx/heatshrink/Manifest
deleted file mode 100644
index b237930935..0000000000
--- a/media-gfx/heatshrink/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST heatshrink-0.4.1.tar.gz 36945 BLAKE2B 
526e3f88ddaec8116e5eef1a73a4450454ca808545dfe4a36069be8a0d771ca92c850c51f9b3c3e73f244454ba17d03da8fb0be4849728300c7eb8181e39651e
 SHA512 
bb9610b963da0762b1ac21d0907f3801b525431abff495b66cadc244a2b2b334441de2b14442b722bfeb56cb4459fe4021eae0d0454f9e26a80e6efa11f079d2

diff --git a/media-gfx/heatshrink/files/Makefile.patch 
b/media-gfx/heatshrink/files/Makefile.patch
deleted file mode 100644
index a858ec0c1e..0000000000
--- a/media-gfx/heatshrink/files/Makefile.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff --git a/Makefile b/Makefile
-index d0c4dbe6..5cd8977a 100644
---- a/Makefile
-+++ b/Makefile
-@@ -12,7 +12,8 @@ WARN += -Wmissing-declarations
- #THEFT_INC=   -I${THEFT_PATH}/include/
- #LDFLAGS += -L${THEFT_PATH}/lib -ltheft
- 
--CFLAGS += -std=c99 -g ${WARN} ${THEFT_INC} ${OPTIMIZE}
-+MY_CFLAGS := -std=c99 ${WARN} ${THEFT_INC} ${OPTIMIZE} ${CFLAGS}
-+CFLAGS := ${MY_CFLAGS}
- 
- all: heatshrink test_runners libraries
- 
-@@ -66,8 +67,6 @@ RM ?=                rm
- 
- install: libraries heatshrink
-       ${INSTALL} -c heatshrink ${PREFIX}/bin/
--      ${INSTALL} -c libheatshrink_static.a ${PREFIX}/lib/
--      ${INSTALL} -c libheatshrink_dynamic.a ${PREFIX}/lib/
-       ${INSTALL} -c heatshrink_common.h ${PREFIX}/include/
-       ${INSTALL} -c heatshrink_config.h ${PREFIX}/include/
-       ${INSTALL} -c heatshrink_encoder.h ${PREFIX}/include/

diff --git a/media-gfx/heatshrink/heatshrink-0.4.1.ebuild 
b/media-gfx/heatshrink/heatshrink-0.4.1.ebuild
deleted file mode 100644
index 9c7bffdf4e..0000000000
--- a/media-gfx/heatshrink/heatshrink-0.4.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="data compression library for embedded/real-time systems"
-HOMEPAGE="https://github.com/atomicobject/heatshrink";
-
-if [[ "${PV}" == "9999" ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/atomicobject/${PN}.git";
-else
-       inherit verify-sig
-       
SRC_URI="https://github.com/atomicobject/${PN}/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
-       KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="ISC"
-SLOT="0"
-
-PATCHES=(
-       "${FILESDIR}/Makefile.patch"
-)
-
-src_install() {
-       local MY_ED="${ED}/usr"
-       mkdir "${MY_ED%/}"{,/bin,/include} || die
-       emake PREFIX="${MY_ED%/}/" install
-}

diff --git a/media-gfx/heatshrink/metadata.xml 
b/media-gfx/heatshrink/metadata.xml
deleted file mode 100644
index 3414b879b0..0000000000
--- a/media-gfx/heatshrink/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-needed -->
-       <upstream>
-               <remote-id type="github">atomicobject/heatshrink</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/profiles/updates/2Q-2024 b/profiles/updates/2Q-2024
index 9a96878dc6..5922ed80c0 100644
--- a/profiles/updates/2Q-2024
+++ b/profiles/updates/2Q-2024
@@ -2,3 +2,4 @@ move dev-util/cargo-make dev-build/cargo-make
 move app-text/md4c dev-libs/md4c
 move dev-util/xmake dev-build/xmake
 move dev-python/dataclasses_json dev-python/dataclasses-json
+move media-gfx/heatshrink dev-libs/heatshrink

Reply via email to