commit:     f068bf9d86bc34d1d27cdedf4f4b3a3b67a3b0d8
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 02:37:06 2016 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 03:22:05 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f068bf9d

app-crypt/hmaccalc: cleanup

Package-Manager: portage-2.2.28

 app-crypt/hmaccalc/Manifest               |  1 -
 app-crypt/hmaccalc/hmaccalc-0.9.13.ebuild | 31 -------------------------------
 2 files changed, 32 deletions(-)

diff --git a/app-crypt/hmaccalc/Manifest b/app-crypt/hmaccalc/Manifest
index c3cff41..34f1f5f 100644
--- a/app-crypt/hmaccalc/Manifest
+++ b/app-crypt/hmaccalc/Manifest
@@ -1,2 +1 @@
-DIST hmaccalc-0.9.13.tar.gz 106979 SHA256 
9a00b507555e45f58c1659d28f4d27e63373735a30cfe70e2c939f679cd266cc SHA512 
899e95dcebf85dbb64ea543d530e3819c2dd72dfbdc1f06e7f37418f9045a8018c49ace96c6090e08b18406edc3efa196ea9fcd9b7b8d8e151f80b2eaba512c0
 WHIRLPOOL 
7af722b3875656113f7a7fa67a9e9bf2014b1b2873cf601f512dd361a40894fae94c667c06ec5f16291df459ea8c8d4634f828645d62eb6560350b22cd684506
 DIST hmaccalc-0.9.14.tar.gz 111893 SHA256 
5fb659153a5748653ae45ce94700932a08796f972eedb3220750f93037b558a3 SHA512 
688a72b4e534ca4a1d45a116c0361ffd389de93dfdeec68e35cbffe0be13832789abaf33300003e12c7317ba473d3a0415f4b22cb3b7b36946c04bd40aa49184
 WHIRLPOOL 
00a7b2be3776aeb6ecc2baca59694312d1cd4e491671b505464008bd4525c8fba0175baf241936caa7d5a43d16645022b4d1e6475bc4a60d8903d955c969dc64

diff --git a/app-crypt/hmaccalc/hmaccalc-0.9.13.ebuild 
b/app-crypt/hmaccalc/hmaccalc-0.9.13.ebuild
deleted file mode 100644
index 1f47934..0000000
--- a/app-crypt/hmaccalc/hmaccalc-0.9.13.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils multilib
-
-DESCRIPTION="Tools for computing and checking HMAC values for files"
-HOMEPAGE="https://fedorahosted.org/hmaccalc/";
-SRC_URI="https://fedorahosted.org/released/hmaccalc/hmaccalc-${PV}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+fips"
-
-DEPEND="dev-libs/nss
-               sys-devel/prelink"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-       econf \
-               --enable-sum-directory=/usr/$(get_libdir)/${PN}/ \
-               $(use_enable !fips non-fips) \
-       || die "econf failed"
-}
-
-src_install() {
-       emake install DESTDIR="${D}" || die "emake install failed"
-       dodoc README
-}

Reply via email to