commit:     a49ceb58ddaf5cf2fc6f1830d1ed8497feea9d8e
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 12 10:33:52 2023 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 18:33:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a49ceb58

dev-cpp/pngpp: treeclean

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-cpp/pngpp/Manifest                        |  1 -
 dev-cpp/pngpp/files/pngpp-0.2.9-DESTDIR.patch | 15 ------------
 dev-cpp/pngpp/metadata.xml                    |  8 -------
 dev-cpp/pngpp/pngpp-0.2.9.ebuild              | 34 ---------------------------
 profiles/package.mask                         |  5 ----
 5 files changed, 63 deletions(-)

diff --git a/dev-cpp/pngpp/Manifest b/dev-cpp/pngpp/Manifest
deleted file mode 100644
index eee6115c39f4..000000000000
--- a/dev-cpp/pngpp/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST png++-0.2.9.tar.gz 592770 BLAKE2B 
12419e3c964f92022f992e25d2efcfb01c7f6275aba1db159372f84cbf0e0bf0e92e95dac419ff0f6248dd1ecf63918b11096e7e6baa8da5704909e69cb7aeca
 SHA512 
905e037faf26eef9ca1d9508471dde9f480f41a87d72133057865078b2fd040b1cf84727ece48d79117d615fdfbc0a749fec7dbe362366763e2017865a7fe132

diff --git a/dev-cpp/pngpp/files/pngpp-0.2.9-DESTDIR.patch 
b/dev-cpp/pngpp/files/pngpp-0.2.9-DESTDIR.patch
deleted file mode 100644
index ee9b29ef7558..000000000000
--- a/dev-cpp/pngpp/files/pngpp-0.2.9-DESTDIR.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Build system does not honour $(DESTDIR)
-
---- a/Makefile
-+++ b/Makefile
-@@ -54,8 +54,8 @@
- uninstall: uninstall-headers uninstall-docs
- 
- install-headers:
--      mkdir -p $(PREFIX)/include/png++
--      cp $(headers) $(PREFIX)/include/png++
-+      mkdir -p $(DESTDIR)$(PREFIX)/include/png++
-+      cp $(headers) $(DESTDIR)$(PREFIX)/include/png++
- 
- uninstall-headers:
-       rm -rf $(PREFIX)/include/png++

diff --git a/dev-cpp/pngpp/metadata.xml b/dev-cpp/pngpp/metadata.xml
deleted file mode 100644
index 1f31b41ecd09..000000000000
--- a/dev-cpp/pngpp/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="savannah-nongnu">pngpp</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/dev-cpp/pngpp/pngpp-0.2.9.ebuild b/dev-cpp/pngpp/pngpp-0.2.9.ebuild
deleted file mode 100644
index 4e013690de88..000000000000
--- a/dev-cpp/pngpp/pngpp-0.2.9.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_P=${P/pp/++}
-
-DESCRIPTION="A simple but powerful C++ interface to libpng"
-HOMEPAGE="http://www.nongnu.org/pngpp/";
-SRC_URI="mirror://nongnu/${PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="media-libs/libpng:0"
-DEPEND=""
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=( "${FILESDIR}"/${PN}-0.2.9-DESTDIR.patch )
-
-src_compile() { :; }
-src_test() { :; }
-
-src_install() {
-       emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install-headers
-       einstalldocs
-
-       docinto examples
-       dodoc example/*.cpp
-       docompress -x /usr/share/doc/${PF}/examples
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 7e1f69c17774..3916795d7ac1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -789,11 +789,6 @@ dev-games/wfmath
 # Breaks reverse dependencies: bug #889694, bug #888579.
 =sys-fs/btrfs-progs-6.1.1
 
-# David Seifert <[email protected]> (2023-01-02)
-# EAPI 6, pretty much no upstream activity, outdated, last upstream
-# release over 3 years ago, no revdeps. Removal on 2023-02-01.
-dev-cpp/pngpp
-
 # Volkmar W. Pogatzki <[email protected]> (2022-12-29)
 # Upstream is dead, last activity in Nov 2017. Does not
 # work with newer log4j, bug #857663. Use net-p2p/biglybt

Reply via email to