public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/ganeti-os-noop/
@ 2016-07-12 22:54 Robin H. Johnson
  0 siblings, 0 replies; 4+ messages in thread
From: Robin H. Johnson @ 2016-07-12 22:54 UTC (permalink / raw
  To: gentoo-commits

commit:     e339acbca875e6209866abec941261c46ce558ac
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 12 22:53:15 2016 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Tue Jul 12 22:54:30 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e339acbc

app-emulation/ganeti-os-noop: new package

Package-Manager: portage-2.2.28

 app-emulation/ganeti-os-noop/Manifest              |  1 +
 .../ganeti-os-noop/ganeti-os-noop-0.2.ebuild       | 26 ++++++++++++++++++++++
 app-emulation/ganeti-os-noop/metadata.xml          |  8 +++++++
 3 files changed, 35 insertions(+)

diff --git a/app-emulation/ganeti-os-noop/Manifest b/app-emulation/ganeti-os-noop/Manifest
new file mode 100644
index 0000000..6a3112d
--- /dev/null
+++ b/app-emulation/ganeti-os-noop/Manifest
@@ -0,0 +1 @@
+DIST ganeti-os-noop-0.2.tar.gz 2247 SHA256 4f0f8c72a1f954b52fa6c01ff7f85af62b3bb64f480e898be3fe542c69e52074 SHA512 ae121759ef775a5fee552ef2f939bb01126ff5fee3deeadae234a6f6f66b2589be1a6cc686d564d3a77406f5839f1cf914a3492c3ea9cc803427967fb75e3c5b WHIRLPOOL 57c773d4db9c119089835e5d0800807ce2dd0779435eeffa30c347e787db5425bc7b9438f24cab45be6f13f82ab6333864cafe1b41be5c83f55ab04c9c94643f

diff --git a/app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild b/app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild
new file mode 100644
index 0000000..34d5b90
--- /dev/null
+++ b/app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Dummy OS provider for Ganeti"
+HOMEPAGE="https://github.com/grnet/ganeti-os-noop"
+SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_install() {
+	dodoc CONTRIBUTORS
+	cd ganeti/os/noop
+	insinto /usr/share/ganeti/os/noop/
+	doins ganeti_api_version	
+	exeinto /usr/share/ganeti/os/noop/
+	doexe create export import rename
+}

diff --git a/app-emulation/ganeti-os-noop/metadata.xml b/app-emulation/ganeti-os-noop/metadata.xml
new file mode 100644
index 0000000..4073267
--- /dev/null
+++ b/app-emulation/ganeti-os-noop/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>robbat2@gentoo.org</email>
+		<name>Robin H. Johnson</name>
+	</maintainer>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/ganeti-os-noop/
@ 2016-07-15 10:09 Patrick Lauer
  0 siblings, 0 replies; 4+ messages in thread
From: Patrick Lauer @ 2016-07-15 10:09 UTC (permalink / raw
  To: gentoo-commits

commit:     8764885b6c28d1e56becd373f1b80f88472d529e
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 15 10:06:20 2016 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Fri Jul 15 10:06:20 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8764885b

app-emulation/ganeti-os-noop: Whitespace

Package-Manager: portage-2.3.0

 app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild b/app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild
index 34d5b90..c1e8bab 100644
--- a/app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild
+++ b/app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild
@@ -20,7 +20,7 @@ src_install() {
 	dodoc CONTRIBUTORS
 	cd ganeti/os/noop
 	insinto /usr/share/ganeti/os/noop/
-	doins ganeti_api_version	
+	doins ganeti_api_version
 	exeinto /usr/share/ganeti/os/noop/
 	doexe create export import rename
 }


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

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/ganeti-os-noop/
@ 2019-08-28 14:34 David Seifert
  0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2019-08-28 14:34 UTC (permalink / raw
  To: gentoo-commits

commit:     deb2d51b80269e47baa9c27aab923d36d2135668
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 14:33:42 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 14:33:42 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb2d51b

app-emulation/ganeti-os-noop: [QA] Fix ${HOMEPAGE} in SRC_URI

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild b/app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild
index 18148261ba7..3f7639fbd4e 100644
--- a/app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild
+++ b/app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 DESCRIPTION="Dummy OS provider for Ganeti"
 HOMEPAGE="https://github.com/grnet/ganeti-os-noop"
-SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/grnet/ganeti-os-noop/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/ganeti-os-noop/
@ 2021-10-23 15:00 Jakov Smolić
  0 siblings, 0 replies; 4+ messages in thread
From: Jakov Smolić @ 2021-10-23 15:00 UTC (permalink / raw
  To: gentoo-commits

commit:     fad6aba2d497a9051522dcb65a7044a54ad10887
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 23 14:40:48 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Oct 23 14:59:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fad6aba2

app-emulation/ganeti-os-noop: Port to EAPI 8

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild b/app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild
index 3f7639fbd4e..a808738db0f 100644
--- a/app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild
+++ b/app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
 DESCRIPTION="Dummy OS provider for Ganeti"
 HOMEPAGE="https://github.com/grnet/ganeti-os-noop"
@@ -10,14 +10,10 @@ SRC_URI="https://github.com/grnet/ganeti-os-noop/archive/v${PV}.tar.gz -> ${P}.t
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
 
 src_install() {
 	dodoc CONTRIBUTORS
-	cd ganeti/os/noop
+	cd ganeti/os/noop || die
 	insinto /usr/share/ganeti/os/noop/
 	doins ganeti_api_version
 	exeinto /usr/share/ganeti/os/noop/


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

end of thread, other threads:[~2021-10-23 15:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-12 22:54 [gentoo-commits] repo/gentoo:master commit in: app-emulation/ganeti-os-noop/ Robin H. Johnson
  -- strict thread matches above, loose matches on Subject: below --
2016-07-15 10:09 Patrick Lauer
2019-08-28 14:34 David Seifert
2021-10-23 15:00 Jakov Smolić

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