summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2015-12-04 00:31:02 +1100
committerMichael Palimaka <kensington@gentoo.org>2015-12-04 00:34:03 +1100
commited9e3303260c3680679a15718aa399b16a3bba48 (patch)
tree75c512a7aa56b1780c5f786d3ac84851c438a0b1 /dev-libs/hashit
parentsci-calculators/units: x86 stable wrt bug #567166 (diff)
downloadgentoo-ed9e3303260c3680679a15718aa399b16a3bba48.tar.gz
gentoo-ed9e3303260c3680679a15718aa399b16a3bba48.tar.bz2
gentoo-ed9e3303260c3680679a15718aa399b16a3bba48.zip
dev-libs/hashit: remove old
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-libs/hashit')
-rw-r--r--dev-libs/hashit/hashit-0.9.7.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-libs/hashit/hashit-0.9.7.ebuild b/dev-libs/hashit/hashit-0.9.7.ebuild
deleted file mode 100644
index 53f55cf3a072..000000000000
--- a/dev-libs/hashit/hashit-0.9.7.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-
-inherit cmake-utils eutils
-
-DESCRIPTION="Generic hash library implemented in C which supports multiple collision handling methods"
-HOMEPAGE="http://www.pleyades.net/david/hashit.php"
-SRC_URI="http://www.pleyades.net/david/projects/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="debug"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-pkgconfig.patch"
-}