commit: 28119e8e8a3d3a0e33aec29f0977d7a660d39909 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Mar 12 21:22:49 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Mar 12 21:24:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28119e8e
dev-libs/safestr: Remove last-rited pkg dev-libs/safestr/Manifest | 1 - dev-libs/safestr/metadata.xml | 12 ------------ dev-libs/safestr/safestr-1.0.3.ebuild | 26 -------------------------- profiles/package.mask | 5 ----- 4 files changed, 44 deletions(-) diff --git a/dev-libs/safestr/Manifest b/dev-libs/safestr/Manifest deleted file mode 100644 index 44be6b608af..00000000000 --- 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 d2c6f9aa50c..00000000000 --- a/dev-libs/safestr/metadata.xml +++ /dev/null @@ -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> 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 0ec22b54bc6..00000000000 --- 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 b18e4526670..5d559048f3f 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 <[email protected]> (02 Feb 2017) -# Upstream missing. Ancient. Unmaintained. No revdeps. -# Masked for removal in 30 days. -dev-libs/safestr - # Bernard Cafarelli <[email protected]> (30 Jan 2017) # Alpha release with new features, masked for testing =app-text/tesseract-4.00.00_alpha*
