Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/hashit/
Date: Thu, 03 Dec 2015 13:34:25
Message-Id: 1449149643.ed9e3303260c3680679a15718aa399b16a3bba48.kensington@gentoo
1 commit: ed9e3303260c3680679a15718aa399b16a3bba48
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 3 13:31:02 2015 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 13:34:03 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed9e3303
7
8 dev-libs/hashit: remove old
9
10 Package-Manager: portage-2.2.26
11
12 dev-libs/hashit/hashit-0.9.7.ebuild | 23 -----------------------
13 1 file changed, 23 deletions(-)
14
15 diff --git a/dev-libs/hashit/hashit-0.9.7.ebuild b/dev-libs/hashit/hashit-0.9.7.ebuild
16 deleted file mode 100644
17 index 53f55cf..0000000
18 --- a/dev-libs/hashit/hashit-0.9.7.ebuild
19 +++ /dev/null
20 @@ -1,23 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=3
26 -
27 -inherit cmake-utils eutils
28 -
29 -DESCRIPTION="Generic hash library implemented in C which supports multiple collision handling methods"
30 -HOMEPAGE="http://www.pleyades.net/david/hashit.php"
31 -SRC_URI="http://www.pleyades.net/david/projects/${PN}/${P}.tar.bz2"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="amd64 ~ppc x86"
36 -IUSE="debug"
37 -
38 -DEPEND=""
39 -RDEPEND="${DEPEND}"
40 -
41 -src_prepare() {
42 - epatch "${FILESDIR}/${P}-pkgconfig.patch"
43 -}