From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1FF28138239 for ; Wed, 12 Jun 2019 22:59:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37B9FE089A; Wed, 12 Jun 2019 22:59:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 047D1E089A for ; Wed, 12 Jun 2019 22:59:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 58DC9345FB1 for ; Wed, 12 Jun 2019 22:59:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD57C5BD for ; Wed, 12 Jun 2019 22:59:19 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1560380344.30c80de4e4fe21f812fc3a117e9a39c0ac7c5eb7.gokturk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/jitterentropy/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/jitterentropy/Manifest app-crypt/jitterentropy/jitterentropy-2.1.1.ebuild X-VCS-Directories: app-crypt/jitterentropy/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: 30c80de4e4fe21f812fc3a117e9a39c0ac7c5eb7 X-VCS-Branch: master Date: Wed, 12 Jun 2019 22:59:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ea6185f6-281d-441e-9b66-84a787235a5a X-Archives-Hash: 00802352af842a5a19533d39bc5d6168 commit: 30c80de4e4fe21f812fc3a117e9a39c0ac7c5eb7 Author: Göktürk Yüksek gentoo org> AuthorDate: Wed Jun 12 22:58:17 2019 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Wed Jun 12 22:59:04 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30c80de4 app-crypt/jitterentropy: remove old Package-Manager: Portage-2.3.67, Repoman-2.3.12 Signed-off-by: Göktürk Yüksek gentoo.org> app-crypt/jitterentropy/Manifest | 1 - app-crypt/jitterentropy/jitterentropy-2.1.1.ebuild | 41 ---------------------- 2 files changed, 42 deletions(-) diff --git a/app-crypt/jitterentropy/Manifest b/app-crypt/jitterentropy/Manifest index c970c564d4a..396543ac110 100644 --- a/app-crypt/jitterentropy/Manifest +++ b/app-crypt/jitterentropy/Manifest @@ -1,2 +1 @@ -DIST jitterentropy-2.1.1.tar.gz 23804 BLAKE2B e208c87b414939485c16c6e94460020164e77089d5ac69f8627f8f1dfb38f211ff985c7fa5d32f647f1b06f065f86dc9070aea9b481e8251ecdecbfb4724ce08 SHA512 fb1b76278e03f425be06c8b66532e3997a07f91645393317f42681b1113bd31dfdf348bd18c92d0dfc153c85b75f8f968fe070e988f1a02e4ef4e09435b6cef8 DIST jitterentropy-2.1.2.tar.gz 24112 BLAKE2B 9328fcc6ac09b79765d53248e4d6d01be47348c6f22f660175de888a884ea9e65253cc2e6fd3620a96f69dd0051b97ea3c46462a24c8e0c94d2bba19afab059e SHA512 b1ba2fe22c6b7d5bca64bb1611f2da3f53f1979e515a16141ccf330e3ca27a6944f0e45f0db57f4e3963a30ea4b34920ce9173f9c4f3ea82b820dc739cbd95f4 diff --git a/app-crypt/jitterentropy/jitterentropy-2.1.1.ebuild b/app-crypt/jitterentropy/jitterentropy-2.1.1.ebuild deleted file mode 100644 index 70e643f4080..00000000000 --- a/app-crypt/jitterentropy/jitterentropy-2.1.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="Hardware RNG based on CPU timing jitter" -HOMEPAGE="https://github.com/smuellerDD/jitterentropy-library" -SRC_URI="https://github.com/gktrk/jitterentropy-library/archive/v2.1.1.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -PATCHES=( - "${FILESDIR}"/${PN}-2.1.1-destdir-fix.patch -) - -S="${WORKDIR}/${PN}-library-${PV}" - -src_prepare() { - default - - # Disable man page compression on install - sed -e '/\tgzip.*man/ d' -i Makefile || die - # Let the package manager handle stripping - sed -e '/\tinstall.*-s / s/-s //g' -i Makefile || die -} - -src_compile() { - emake CC="$(tc-getCC)" -} - -src_install() { - emake PREFIX="${EPREFIX}/usr" \ - LIBDIR="$(get_libdir)" \ - DESTDIR="${D}" install - dosym lib${PN}.so.${PV} "/usr/$(get_libdir)"/lib${PN}.so - doheader ${PN}.h ${PN}-base-user.h -}