From: Michał Górny Date: Sun, 12 Mar 2017 21:22:49 +0000 (+0100) Subject: dev-libs/safestr: Remove last-rited pkg X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=28119e8e8a3d3a0e33aec29f0977d7a660d39909;p=gentoo.git dev-libs/safestr: Remove last-rited pkg --- diff --git a/dev-libs/safestr/Manifest b/dev-libs/safestr/Manifest deleted file mode 100644 index 44be6b608af2..000000000000 --- a/dev-libs/safestr/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST safestr-1.0.3.tar.gz 1147074 SHA256 791256efff74317273cf8b64c9ad360b7bce16d561b4350bb7de9776c5855b6c SHA512 fb524457fd1577c39b885b1aa5a349101b52aa4f56a7192285ad4fab0a7a707ecea6325d6db050d79df0d56ed8dd97d559713cbeba3d6aa3162249887062a732 WHIRLPOOL c3f2726e5cf811c0714b29b79504c441126f8638f1bc6e108b219a0cc8d1083435de1aee302f0af6324abb586534afd53da215fa69fb5927d8e6a7dbce2022a7 diff --git a/dev-libs/safestr/metadata.xml b/dev-libs/safestr/metadata.xml deleted file mode 100644 index d2c6f9aa50c4..000000000000 --- a/dev-libs/safestr/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - -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. - - diff --git a/dev-libs/safestr/safestr-1.0.3.ebuild b/dev-libs/safestr/safestr-1.0.3.ebuild deleted file mode 100644 index 0ec22b54bc69..000000000000 --- a/dev-libs/safestr/safestr-1.0.3.ebuild +++ /dev/null @@ -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 -} diff --git a/profiles/package.mask b/profiles/package.mask index b18e45266700..5d559048f3fe 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -382,11 +382,6 @@ games-action/openlierox # experimental features and accept a more unstable release. >=www-client/chromium-58 -# Michael Palimaka (02 Feb 2017) -# Upstream missing. Ancient. Unmaintained. No revdeps. -# Masked for removal in 30 days. -dev-libs/safestr - # Bernard Cafarelli (30 Jan 2017) # Alpha release with new features, masked for testing =app-text/tesseract-4.00.00_alpha*