public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-cdr/geteltorito/
@ 2018-09-24 19:06 Ulrich Müller
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Müller @ 2018-09-24 19:06 UTC (permalink / raw
  To: gentoo-commits

commit:     da71cda3220c764ac040523195d3b3554e729e62
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 24 18:55:52 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Sep 24 19:05:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da71cda3

app-cdr/geteltorito: Initial import.

From my developer overlay. Ebuild contributed by me.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 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 00000000000..a35abb34866
--- /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 00000000000..60d7f6b4809
--- /dev/null
+++ b/app-cdr/geteltorito/geteltorito-0.6.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2018 Gentoo Authors
+# 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 00000000000..c665e48637b
--- /dev/null
+++ b/app-cdr/geteltorito/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+  <email>ulm@gentoo.org</email>
+</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-cdr/geteltorito/
@ 2020-05-18 12:55 Agostino Sarubbo
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo @ 2020-05-18 12:55 UTC (permalink / raw
  To: gentoo-commits

commit:     7160740cd18a758d9c26f5253bbe7e050fc0aa87
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon May 18 12:54:50 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon May 18 12:54:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7160740c

app-cdr/geteltorito: amd64 stable wrt bug #723646

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-cdr/geteltorito/geteltorito-0.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-cdr/geteltorito/geteltorito-0.6.ebuild b/app-cdr/geteltorito/geteltorito-0.6.ebuild
index 60d7f6b4809..08c05072751 100644
--- a/app-cdr/geteltorito/geteltorito-0.6.ebuild
+++ b/app-cdr/geteltorito/geteltorito-0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2018 Gentoo Authors
+# Copyright 2018-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="https://userpages.uni-koblenz.de/~krienke/ftp/noarch/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="dev-lang/perl"
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-cdr/geteltorito/
@ 2020-05-18 13:02 Agostino Sarubbo
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo @ 2020-05-18 13:02 UTC (permalink / raw
  To: gentoo-commits

commit:     c590b0035b527432d395b7702bbaafe2e2fca3a4
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon May 18 13:02:11 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon May 18 13:02:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c590b003

app-cdr/geteltorito: x86 stable wrt bug #723646

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-cdr/geteltorito/geteltorito-0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/geteltorito/geteltorito-0.6.ebuild b/app-cdr/geteltorito/geteltorito-0.6.ebuild
index 08c05072751..5f7f7fc9cde 100644
--- a/app-cdr/geteltorito/geteltorito-0.6.ebuild
+++ b/app-cdr/geteltorito/geteltorito-0.6.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://userpages.uni-koblenz.de/~krienke/ftp/noarch/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="dev-lang/perl"
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-18 13:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-24 19:06 [gentoo-commits] repo/gentoo:master commit in: app-cdr/geteltorito/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2020-05-18 12:55 Agostino Sarubbo
2020-05-18 13:02 Agostino Sarubbo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox