summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-13 14:37:56 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-13 14:37:56 +0200
commit6867f823fd2a233bde51f5b38be998a5e43970fa (patch)
treed7608ad9637da337fb448dda12a62bd92b15501a /x11-libs
parentnet-libs/nacl: Remove last-rited pkg (diff)
downloadgentoo-6867f823fd2a233bde51f5b38be998a5e43970fa.tar.gz
gentoo-6867f823fd2a233bde51f5b38be998a5e43970fa.tar.bz2
gentoo-6867f823fd2a233bde51f5b38be998a5e43970fa.zip
x11-libs/libproplist: Remove last-rited pkg
Closes: https://bugs.gentoo.org/694258 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libproplist/Manifest1
-rw-r--r--x11-libs/libproplist/files/libproplist-0.10.1-include.patch10
-rw-r--r--x11-libs/libproplist/libproplist-0.10.1-r4.ebuild35
-rw-r--r--x11-libs/libproplist/metadata.xml5
4 files changed, 0 insertions, 51 deletions
diff --git a/x11-libs/libproplist/Manifest b/x11-libs/libproplist/Manifest
deleted file mode 100644
index 2f4e33e27efb..000000000000
--- 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 3fd8fa696324..000000000000
--- 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 6f1c7afa1e3b..000000000000
--- 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 6f49eba8f496..000000000000
--- 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>