commit:     6867f823fd2a233bde51f5b38be998a5e43970fa
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 12:37:56 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 12:37:56 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6867f823

x11-libs/libproplist: Remove last-rited pkg

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

 profiles/package.mask                              |  2 --
 x11-libs/libproplist/Manifest                      |  1 -
 .../files/libproplist-0.10.1-include.patch         | 10 -------
 x11-libs/libproplist/libproplist-0.10.1-r4.ebuild  | 35 ----------------------
 x11-libs/libproplist/metadata.xml                  |  5 ----
 5 files changed, 53 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 6795fbfec0c..d41f6e52603 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -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 <[email protected]> (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
index 2f4e33e27ef..00000000000
--- a/x11-libs/libproplist/Manifest
+++ /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
index 3fd8fa69632..00000000000
--- a/x11-libs/libproplist/files/libproplist-0.10.1-include.patch
+++ /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
index 6f1c7afa1e3..00000000000
--- a/x11-libs/libproplist/libproplist-0.10.1-r4.ebuild
+++ /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
index 6f49eba8f49..00000000000
--- a/x11-libs/libproplist/metadata.xml
+++ /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>

Reply via email to