commit: b05d994f0899541dfef37cb782eb9a30f9f84e30 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Tue Nov 10 15:52:06 2015 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Tue Nov 10 18:00:43 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b05d994f
dev-libs/libhash: remove package Gentoo-bug: 560932 Gentoo-bug: 557006 dev-libs/libhash/Manifest | 1 - dev-libs/libhash/libhash-1.0.3-r1.ebuild | 45 -------------------------------- dev-libs/libhash/metadata.xml | 7 ----- 3 files changed, 53 deletions(-) diff --git a/dev-libs/libhash/Manifest b/dev-libs/libhash/Manifest deleted file mode 100644 index 3d9826b..0000000 --- a/dev-libs/libhash/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libhash-1.0.3.tar.gz 8918 SHA256 13d57b35537d98aaf39115d0bb253fe54009f773d239b235267c34769bd1ef9d SHA512 46deb4b02b14da13b3dfdae0993c8a98e12ec6dee25fb04b83a088364b29067bb9b39395d8b44231cf23873ff299c419edde40d42a1b62443f9a93ed5f11b9b5 WHIRLPOOL d0da4cc30c2cd18a524dea142bc6758f390c2ab6fd960b2a1a7ac1b4f0c7f9eb0475a6d3c4dbd240e2792d48e8c0d507234b24d3d9c58aa5acdab88fecc62aed diff --git a/dev-libs/libhash/libhash-1.0.3-r1.ebuild b/dev-libs/libhash/libhash-1.0.3-r1.ebuild deleted file mode 100644 index 8dad745..0000000 --- a/dev-libs/libhash/libhash-1.0.3-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit toolchain-funcs - -DESCRIPTION="a small hash library written in C" -HOMEPAGE="ftp://ftp.ugh.net.au/pub/unix/libhash/" -SRC_URI="ftp://ftp.ugh.net.au/pub/unix/libhash/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm hppa ppc x86" -IUSE="doc" - -DEPEND="" - -S=${WORKDIR}/${PN} - -src_compile() { - rm -f Makefile - $(tc-getCC) ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} \ - -Wl,-soname,libhash.so -fPIC -shared \ - -o libhash.so hash.c || die ".so failed" - $(tc-getCC) ${CPPFLAGS} ${CFLAGS} \ - -c -o libhash.a hash.c || die ".a failed" -} - -src_test() { - cd tests - sed -i '/wrappers.h/d' *.c - for n in 2 3 ; do - $(tc-getCC) ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} -I.. -L.. ${n}.c -o ${n} -lhash || die "compile ${n} failed" - LD_LIBRARY_PATH=.. ./${n} || die "test ${n} failed" - done -} - -src_install() { - insinto /usr/include - doins hash.h || die "hash.h" - dolib.so libhash.so || die "dolib.so" - dolib.a libhash.a || die "dolib.a" - doman *.3 || die "doman" - use doc && dodoc tests/*.c -} diff --git a/dev-libs/libhash/metadata.xml b/dev-libs/libhash/metadata.xml deleted file mode 100644 index 411d655..0000000 --- a/dev-libs/libhash/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer> - <email>[email protected]</email> -</maintainer> -</pkgmetadata>
