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 1ED05138334 for ; Sat, 4 Aug 2018 18:05:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8556DE0802; Sat, 4 Aug 2018 18:05:19 +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 A4055E0802 for ; Sat, 4 Aug 2018 18:05:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 37894335CCD for ; Sat, 4 Aug 2018 18:05:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69289379 for ; Sat, 4 Aug 2018 18:05:15 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1533405839.93f58812ab6b6c99e9b0fc9624ad0169b22960ad.ulm@gentoo> Subject: [gentoo-commits] repo/dev/ulm:master commit in: app-cdr/geteltorito/ X-VCS-Repository: repo/dev/ulm X-VCS-Files: app-cdr/geteltorito/Manifest app-cdr/geteltorito/geteltorito-0.6.ebuild app-cdr/geteltorito/metadata.xml X-VCS-Directories: app-cdr/geteltorito/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 93f58812ab6b6c99e9b0fc9624ad0169b22960ad X-VCS-Branch: master Date: Sat, 4 Aug 2018 18:05:15 +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: d46e0c1c-6c9d-4fb2-a0ae-f631c4ad2f11 X-Archives-Hash: 18fb3a5e268faa8d7cde17893e999ed3 commit: 93f58812ab6b6c99e9b0fc9624ad0169b22960ad Author: Ulrich Müller gentoo org> AuthorDate: Sat Aug 4 18:03:59 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Aug 4 18:03:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/dev/ulm.git/commit/?id=93f58812 app-cdr/geteltorito: Initial import. Ebuild contributed by me. Package-Manager: Portage-2.3.44, Repoman-2.3.10 app-cdr/geteltorito/Manifest | 1 + app-cdr/geteltorito/geteltorito-0.6.ebuild | 21 +++++++++++++++++++++ app-cdr/geteltorito/metadata.xml | 7 +++++++ 3 files changed, 29 insertions(+) diff --git a/app-cdr/geteltorito/Manifest b/app-cdr/geteltorito/Manifest new file mode 100644 index 0000000..a35abb3 --- /dev/null +++ b/app-cdr/geteltorito/Manifest @@ -0,0 +1 @@ +DIST geteltorito-0.6.tar.gz 11971 BLAKE2B 8d02c48477a7a37287028c68a3a647bb19b07b299818bf589d40537d0af0d044c85d421a149ce9f8a2fc5bb4d6f4db20b90da29fae35267eaf9d58b73c6f4159 SHA512 c9823b8dffaf98d08383606aa21971605a001880bf7abfe614be4380963237ab55f0fcaeb6be393a3902b5d1dc43ce283ca16ef40ea142b2b2d825d3467e31e9 diff --git a/app-cdr/geteltorito/geteltorito-0.6.ebuild b/app-cdr/geteltorito/geteltorito-0.6.ebuild new file mode 100644 index 0000000..1843619 --- /dev/null +++ b/app-cdr/geteltorito/geteltorito-0.6.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="El Torito boot image extractor" +HOMEPAGE="https://userpages.uni-koblenz.de/~krienke/" +SRC_URI="https://userpages.uni-koblenz.de/~krienke/ftp/noarch/${PN}/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-lang/perl" + +S="${WORKDIR}/${PN}" + +src_install() { + dobin geteltorito + dodoc README +} diff --git a/app-cdr/geteltorito/metadata.xml b/app-cdr/geteltorito/metadata.xml new file mode 100644 index 0000000..c665e48 --- /dev/null +++ b/app-cdr/geteltorito/metadata.xml @@ -0,0 +1,7 @@ + + + + + ulm@gentoo.org + +