commit:     3d91c63225f6fb95f4721774f874ca8cab4b98ca
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  2 16:26:37 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb  2 16:31:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d91c632

dev-libs/liblist: Remove last-rited pkg

Closes: https://bugs.gentoo.org/917248
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-libs/liblist/Manifest              |  1 -
 dev-libs/liblist/liblist-2.4-r1.ebuild | 51 ----------------------------------
 dev-libs/liblist/metadata.xml          |  9 ------
 profiles/package.mask                  |  6 ----
 4 files changed, 67 deletions(-)

diff --git a/dev-libs/liblist/Manifest b/dev-libs/liblist/Manifest
deleted file mode 100644
index 66420c8739c8..000000000000
--- a/dev-libs/liblist/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST liblist-2.4.tar.bz2 275234 BLAKE2B 
2f18d8b85476bd9369ef597553a546450fd33b3f3b4486ca371e6efd810a51b23ca3880300e0ecf826e9a9e8591f2b90a6a0006d224b34552f77416a83f7175e
 SHA512 
814a02e4e47de8d234e592b87156533c30563c64c3a7515712fb9b75119bcee21796232b2a5abf7e4ab892932fa256890ad175aecb75aad8fb4614c6f4fbe3dd

diff --git a/dev-libs/liblist/liblist-2.4-r1.ebuild 
b/dev-libs/liblist/liblist-2.4-r1.ebuild
deleted file mode 100644
index 4ff0ef02da9f..000000000000
--- a/dev-libs/liblist/liblist-2.4-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Generic linked-list manipulation routines, plus queues and stacks"
-HOMEPAGE="http://ohnopub.net/liblist";
-SRC_URI="ftp://ohnopublishing.net/mirror/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux"
-IUSE="doc examples"
-
-BDEPEND="
-       doc? (
-               dev-texlive/texlive-metapost
-               media-gfx/transfig
-               virtual/latex-base
-       )
-"
-
-src_configure() {
-       econf \
-               --disable-static \
-               $(use_enable doc docs) \
-               $(use_enable examples)
-}
-
-src_install() {
-       default
-
-       if use examples; then
-               docinto examples
-               dodoc examples/{*.c,Makefile,README}
-               docinto examples/cache
-               dodoc examples/cache/{*.c,README}
-       fi
-
-       docompress -x /usr/share/doc/${PF}/{list.0,paper.dvi,examples}
-
-       # no static archives
-       find "${ED}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-       elog "Note that man pages for this package have been renamed to avoid"
-       elog "name collisions with some system functions. However, the libs"
-       elog "and header files have not been changed."
-       elog "The new names are liblist, lcache, liblist_queue, and 
liblist_stack."
-}

diff --git a/dev-libs/liblist/metadata.xml b/dev-libs/liblist/metadata.xml
deleted file mode 100644
index 0d62d0d99711..000000000000
--- a/dev-libs/liblist/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <!--maintainer-needed-->
-  <longdescription>
-  This package provides generic linked-list manipulation routines.  In 
addition,
-  queue and stack abstractions are provided by single header files.
-  </longdescription>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 6edad06b0528..bdbff8bf7b7e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -271,12 +271,6 @@ media-sound/guayadeque
 # Removal on 2024-01-21.  Bug #913755.
 dev-go/golicense
 
-# Michał Górny <mgo...@gentoo.org> (2023-12-22)
-# Unmaintained tool with NIH libraries that (optionally) depend
-# on vulnerable media-gfx/transfig.  Homepage gone.  No other revdeps.
-# Removal on 2024-01-21.  Bug #917248.
-dev-libs/liblist
-
 # Andreas Sturmlechner <ast...@gentoo.org> (2024-01-31)
 # KDE Plasma 6 RC2 (5.93) and Frameworks 6 RC2 (5.249) mask
 # *** PRE-RELEASE *** NO BUGS WILL BE FIXED *** OVERLAY PRs WELCOME ***

Reply via email to