dev-libs/hashit: remove old
authorMichael Palimaka <kensington@gentoo.org>
Thu, 3 Dec 2015 13:31:02 +0000 (00:31 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Thu, 3 Dec 2015 13:34:03 +0000 (00:34 +1100)
Package-Manager: portage-2.2.26

dev-libs/hashit/hashit-0.9.7.ebuild [deleted file]

diff --git a/dev-libs/hashit/hashit-0.9.7.ebuild b/dev-libs/hashit/hashit-0.9.7.ebuild
deleted file mode 100644 (file)
index 53f55cf..0000000
+++ /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"
-}