x11-libs/libproplist: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sun, 13 Oct 2019 12:37:56 +0000 (14:37 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 13 Oct 2019 12:37:56 +0000 (14:37 +0200)
Closes: https://bugs.gentoo.org/694258
Signed-off-by: Michał Górny <mgorny@gentoo.org>
profiles/package.mask
x11-libs/libproplist/Manifest [deleted file]
x11-libs/libproplist/files/libproplist-0.10.1-include.patch [deleted file]
x11-libs/libproplist/libproplist-0.10.1-r4.ebuild [deleted file]
x11-libs/libproplist/metadata.xml [deleted file]

index 6795fbfec0c18de38bad20cc18e7441dc6747bf4..d41f6e526032c1d2282d5527efdd5a674de45a2c 100644 (file)
@@ -555,12 +555,10 @@ sys-libs/system-config-base
 #
 # x11-libs/gtkhotkey: 2009
 # x11-libs/libaosd: 2010
-# x11-libs/libproplist: ancient?
 #
 # Removal in 30 days.  Bug #694258.
 x11-libs/gtkhotkey
 x11-libs/libaosd
-x11-libs/libproplist
 
 # Lars Wendler <polynomial-c@gentoo.org> (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.
diff --git a/x11-libs/libproplist/Manifest b/x11-libs/libproplist/Manifest
deleted file mode 100644 (file)
index 2f4e33e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST libPropList-0.10.1.tar.gz 152625 BLAKE2B 203ffe001248c58733bde8cbe86e84a1f3f90bd55b1155e86af3c1306b431569cce5138664f1f8108c97bef7b0577ff19d1495c9b7283e8ae80c0e94329898da SHA512 8ebad2ffedda9cf0f0a01320340c1b6b9f7d9d9af06d886da9c82d626b5ad799692daeab4c7569e85f756ce8aef3fedf6f662ee38fd4e13e2ec52c7dbe843c39
diff --git a/x11-libs/libproplist/files/libproplist-0.10.1-include.patch b/x11-libs/libproplist/files/libproplist-0.10.1-include.patch
deleted file mode 100644 (file)
index 3fd8fa6..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- comparing.c
-+++ comparing.c
-@@ -4,6 +4,7 @@
-    */
-+#include <string.h> /* strcmp(), memcmp() */
- #include "proplistP.h"
- /* forward prototype */
diff --git a/x11-libs/libproplist/libproplist-0.10.1-r4.ebuild b/x11-libs/libproplist/libproplist-0.10.1-r4.ebuild
deleted file mode 100644 (file)
index 6f1c7af..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-MY_P=libPropList-${PV}
-
-inherit autotools eutils
-
-DESCRIPTION="An library to mimic property list functionality from the GNUstep environment"
-HOMEPAGE="http://windowmaker.org/"
-SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="static-libs"
-
-DOCS=( AUTHORS ChangeLog README TODO )
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-include.patch
-       eautoreconf
-}
-
-src_configure() {
-       econf $(use_enable static-libs static)
-}
-
-src_install() {
-       default
-       rm -f "${ED}"/usr/lib*/libPropList.la
-}
diff --git a/x11-libs/libproplist/metadata.xml b/x11-libs/libproplist/metadata.xml
deleted file mode 100644 (file)
index 6f49eba..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>