#
# 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.
+++ /dev/null
-DIST libPropList-0.10.1.tar.gz 152625 BLAKE2B 203ffe001248c58733bde8cbe86e84a1f3f90bd55b1155e86af3c1306b431569cce5138664f1f8108c97bef7b0577ff19d1495c9b7283e8ae80c0e94329898da SHA512 8ebad2ffedda9cf0f0a01320340c1b6b9f7d9d9af06d886da9c82d626b5ad799692daeab4c7569e85f756ce8aef3fedf6f662ee38fd4e13e2ec52c7dbe843c39
+++ /dev/null
---- comparing.c
-+++ comparing.c
-@@ -4,6 +4,7 @@
-
- */
-
-+#include <string.h> /* strcmp(), memcmp() */
- #include "proplistP.h"
-
- /* forward prototype */
+++ /dev/null
-# 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
-}
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>