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 74E8F1382C5 for ; Thu, 25 Jan 2018 13:45:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9673E09D0; Thu, 25 Jan 2018 13:45:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B1405E098F for ; Thu, 25 Jan 2018 13:45:18 +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 86272335C0B for ; Thu, 25 Jan 2018 13:45:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 187C61CF for ; Thu, 25 Jan 2018 13:45:16 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1516887912.8bb2a4dc0ed453e1b6211afda1052d5a2e51ea46.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/fwupdate/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/fwupdate/Manifest sys-apps/fwupdate/fwupdate-8.ebuild X-VCS-Directories: sys-apps/fwupdate/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 8bb2a4dc0ed453e1b6211afda1052d5a2e51ea46 X-VCS-Branch: master Date: Thu, 25 Jan 2018 13:45:16 +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: 52cb4e0a-9408-4411-8876-567c71d00aa0 X-Archives-Hash: dbf056ad9d7254083fc2d9c48cce27b4 commit: 8bb2a4dc0ed453e1b6211afda1052d5a2e51ea46 Author: Lars Wendler gentoo org> AuthorDate: Thu Jan 25 13:44:32 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Jan 25 13:45:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bb2a4dc sys-apps/fwupdate: Removed old. Package-Manager: Portage-2.3.20, Repoman-2.3.6 sys-apps/fwupdate/Manifest | 1 - sys-apps/fwupdate/fwupdate-8.ebuild | 40 ------------------------------------- 2 files changed, 41 deletions(-) diff --git a/sys-apps/fwupdate/Manifest b/sys-apps/fwupdate/Manifest index 85398fc4102..f9809fe158b 100644 --- a/sys-apps/fwupdate/Manifest +++ b/sys-apps/fwupdate/Manifest @@ -1,3 +1,2 @@ DIST fwupdate-10.tar.gz 55899 BLAKE2B 34e74386de5151a977d0e136ac4d022a42d339775c77525fa26a2669ad7b10da2c0882435ac6093cd69d56473b83234c9d808f12565ab029a4f14c006ce6a1d8 SHA512 7c01a41a8c2876a954a1047790b45999c07416eeafffdf5a0802c53a877ca300811bc2282cb9398e46df53f761404a8fe4ef8caa1995f326122dbae2af1018da -DIST fwupdate-8.tar.gz 41062 BLAKE2B 904cd34cf490fc48d0bd89667b37ec23ab41432e1b6a5155cd3887697e910b5758404c47c85acb8c8acd5d41acc7ef68a08b49f0c8e39c6007b20690a763bbb4 SHA512 3b9b2693d7d792f0a6c7107325612cba35c891259d870152ca9ebcbd397edc307601e414f6f0fefbcb1aff422badac651ce00867c4dba38dac347ff75e1267b7 DIST fwupdate-9.tar.gz 41698 BLAKE2B 72026feab48f39e25548dc2475c10f11ea74d88228dffbb99f58f00bcc8052a90522ebb572558bffc538524a0791a78e9f7aa8fefa76f3a05ee6a09ad93e1878 SHA512 bcb7783944aa007450a28f71cb4e3c8b06220b3ad04dd90a9505273224ba192369fb63ac0d72bd1efc06c78a5f6f38f2eea2c4affe915eff5f2b7c04db0847c8 diff --git a/sys-apps/fwupdate/fwupdate-8.ebuild b/sys-apps/fwupdate/fwupdate-8.ebuild deleted file mode 100644 index bd9f9fc1fd0..00000000000 --- a/sys-apps/fwupdate/fwupdate-8.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit mount-boot - -DESCRIPTION="Tools for using the ESRT and UpdateCapsule() to apply firmware updates" -HOMEPAGE="https://github.com/rhinstaller/fwupdate" -SRC_URI="https://github.com/rhinstaller/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - dev-libs/popt - sys-libs/efivar - >=sys-libs/libsmbios-2.3.2 -" -DEPEND=" - ${RDEPEND} - sys-boot/gnu-efi -" - -do_make() { - emake \ - EFIDIR="gentoo" \ - GNUEFIDIR="/usr/$(get_libdir)" \ - "${@}" -} - -src_compile() { - do_make -} - -src_install() { - do_make DESTDIR="${D}" install -}