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 A8679138334 for ; Mon, 25 Jun 2018 17:28:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 920ACE08D9; Mon, 25 Jun 2018 17:28:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 5E5E3E08D9 for ; Mon, 25 Jun 2018 17:28:12 +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 CA114335C89 for ; Mon, 25 Jun 2018 17:28:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25C702B0 for ; Mon, 25 Jun 2018 17:28:07 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1529947664.991b44b4a5d1dc26f71984f9a8bd5539a1f9b3da.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/dumpet/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-cdr/dumpet/Manifest app-cdr/dumpet/dumpet-2.1.ebuild app-cdr/dumpet/metadata.xml X-VCS-Directories: app-cdr/dumpet/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 991b44b4a5d1dc26f71984f9a8bd5539a1f9b3da X-VCS-Branch: master Date: Mon, 25 Jun 2018 17:28:07 +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: 625f6968-ea26-4689-8970-74679150fa07 X-Archives-Hash: def39d91c22ad4206cebccc2c477bf2b commit: 991b44b4a5d1dc26f71984f9a8bd5539a1f9b3da Author: Ben Kohler gentoo org> AuthorDate: Mon Jun 25 17:27:25 2018 +0000 Commit: Ben Kohler gentoo org> CommitDate: Mon Jun 25 17:27:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=991b44b4 app-cdr/dumpet: new package Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-cdr/dumpet/Manifest | 1 + app-cdr/dumpet/dumpet-2.1.ebuild | 29 +++++++++++++++++++++++++++++ app-cdr/dumpet/metadata.xml | 8 ++++++++ 3 files changed, 38 insertions(+) diff --git a/app-cdr/dumpet/Manifest b/app-cdr/dumpet/Manifest new file mode 100644 index 00000000000..d17a6dd78cd --- /dev/null +++ b/app-cdr/dumpet/Manifest @@ -0,0 +1 @@ +DIST dumpet-2.1-15.fc27.src.rpm 25268 BLAKE2B 1e60cdf0abfc2a565696838c09e6b1296cafeb9bf74d55e710df2d572a38753793edbb62fa256c8f6a085a2fe505117078fe849c63e48cf869fdde4a87d37b53 SHA512 7b5dbe166d4ce58f01e87d3b2466e11c8ec8b604c39e56b6ac65fe65c35d005d24d01a4d489e361c9140ae481d16029ef75e85661d969cae5bc6773bfd089524 diff --git a/app-cdr/dumpet/dumpet-2.1.ebuild b/app-cdr/dumpet/dumpet-2.1.ebuild new file mode 100644 index 00000000000..51de752b368 --- /dev/null +++ b/app-cdr/dumpet/dumpet-2.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit rpm + +DESCRIPTION="A tool to dump and debug bootable CD-like images" +HOMEPAGE="https://fedora.pkgs.org/rawhide/fedora-x86_64/dumpet-2.1-15.fc27.x86_64.rpm.html" +SRC_URI="http://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/source/tree/Packages/d/dumpet-2.1-15.fc27.src.rpm" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-libs/libxml2 + dev-libs/popt" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +pkg_setup(){ + tc-export CC +} + +src_prepare() { + use amd64 && eapply "${WORKDIR}"/0001-Manually-tell-it-we-ve-got-64-bit-files-because-32-b.patch + default +} diff --git a/app-cdr/dumpet/metadata.xml b/app-cdr/dumpet/metadata.xml new file mode 100644 index 00000000000..43523418890 --- /dev/null +++ b/app-cdr/dumpet/metadata.xml @@ -0,0 +1,8 @@ + + + + + bkohler@gentoo.org + Ben Kohler + +