From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C9B501384AE for ; Sun, 20 Sep 2015 11:33:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A2FC21C067; Sun, 20 Sep 2015 11:33:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1E40B21C067 for ; Sun, 20 Sep 2015 11:33:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5CC8B340909 for ; Sun, 20 Sep 2015 11:33:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9208620D for ; Sun, 20 Sep 2015 11:33:35 +0000 (UTC) From: "Christoph Mende" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Mende" Message-ID: <1442748816.4cd79c13823c9ee192e56bd2a59cb454b841c3aa.angelos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/audio-entropyd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/audio-entropyd/audio-entropyd-2.0.3.ebuild X-VCS-Directories: sys-apps/audio-entropyd/ X-VCS-Committer: angelos X-VCS-Committer-Name: Christoph Mende X-VCS-Revision: 4cd79c13823c9ee192e56bd2a59cb454b841c3aa X-VCS-Branch: master Date: Sun, 20 Sep 2015 11:33:35 +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-Archives-Salt: bb0e6f99-4e3e-40a0-b363-d479e7ff980c X-Archives-Hash: c96973f0929d38df0974b741fab547c9 commit: 4cd79c13823c9ee192e56bd2a59cb454b841c3aa Author: Christoph Mende gentoo org> AuthorDate: Sun Sep 20 11:31:49 2015 +0000 Commit: Christoph Mende gentoo org> CommitDate: Sun Sep 20 11:33:36 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cd79c13 sys-apps/audio-entropyd: remove old version Package-Manager: portage-2.2.20.1 .../audio-entropyd/audio-entropyd-2.0.3.ebuild | 37 ---------------------- 1 file changed, 37 deletions(-) diff --git a/sys-apps/audio-entropyd/audio-entropyd-2.0.3.ebuild b/sys-apps/audio-entropyd/audio-entropyd-2.0.3.ebuild deleted file mode 100644 index 1dfc100..0000000 --- a/sys-apps/audio-entropyd/audio-entropyd-2.0.3.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 -inherit eutils toolchain-funcs - -DESCRIPTION="Audio-entropyd generates entropy-data for the /dev/random device" -HOMEPAGE="http://www.vanheusden.com/aed/" -SRC_URI="http://www.vanheusden.com/aed/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ~sparc x86" -IUSE="selinux" - -RDEPEND="selinux? ( sec-policy/selinux-entropyd ) - media-sound/alsa-utils - media-libs/alsa-lib" - -src_prepare() { - epatch "${FILESDIR}/${PN}-2.0.1-uclibc.patch" \ - "${FILESDIR}/${PN}-2.0.1-ldflags.patch" - sed -i -e "s:^OPT_FLAGS=.*:OPT_FLAGS=${CFLAGS}:" \ - -e "/^WARNFLAGS/s: -g::" Makefile || die -} - -src_compile() { - emake CC="$(tc-getCC)" -} - -src_install() { - dosbin audio-entropyd - dodoc README TODO - newinitd "${FILESDIR}/${PN}.init-2" ${PN} - newconfd "${FILESDIR}/${PN}.conf-2" ${PN} -}