dev-libs/safestr: Remove last-rited pkg

This commit is contained in:
Michał Górny
2017-03-12 22:22:49 +01:00
parent faef6b48cd
commit 28119e8e8a
4 changed files with 0 additions and 44 deletions

View File

@@ -1 +0,0 @@
DIST safestr-1.0.3.tar.gz 1147074 SHA256 791256efff74317273cf8b64c9ad360b7bce16d561b4350bb7de9776c5855b6c SHA512 fb524457fd1577c39b885b1aa5a349101b52aa4f56a7192285ad4fab0a7a707ecea6325d6db050d79df0d56ed8dd97d559713cbeba3d6aa3162249887062a732 WHIRLPOOL c3f2726e5cf811c0714b29b79504c441126f8638f1bc6e108b219a0cc8d1083435de1aee302f0af6324abb586534afd53da215fa69fb5927d8e6a7dbce2022a7

View File

@@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription lang="en">
The goal of the SafeStr library is to provide a rich string-handling library
for C that has safe semantics yet interoperates with legacy library code in a
straightforward manner. Additionally, porting code that uses standard C string
handling should be straightforward. The library should work on all modern
Unix-like platforms, as well as any 32-bit Microsoft Windows OS.
</longdescription>
</pkgmetadata>

View File

@@ -1,26 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
DESCRIPTION="provide a standards compatible yet secure string implementation"
HOMEPAGE="http://www.zork.org/safestr/"
SRC_URI="http://www.zork.org/software/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="x86"
IUSE=""
RDEPEND="dev-libs/xxl"
DEPEND="${RDEPEND}"
src_unpack() {
unpack ${A}
cd ${S}
rm -rf xxl-*
}
src_install() {
make DESTDIR="${D}" install || die "make install failed"
dodoc README doc/safestr.pdf
dohtml doc/safestr.html
}

View File

@@ -382,11 +382,6 @@ games-action/openlierox
# experimental features and accept a more unstable release.
>=www-client/chromium-58
# Michael Palimaka <kensington@gentoo.org> (02 Feb 2017)
# Upstream missing. Ancient. Unmaintained. No revdeps.
# Masked for removal in 30 days.
dev-libs/safestr
# Bernard Cafarelli <voyageur@gentoo.org> (30 Jan 2017)
# Alpha release with new features, masked for testing
=app-text/tesseract-4.00.00_alpha*