public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: app-admin/cf2pulumi/
@ 2023-06-01 19:24 Alexey Zapparov
  0 siblings, 0 replies; 3+ messages in thread
From: Alexey Zapparov @ 2023-06-01 19:24 UTC (permalink / raw
  To: gentoo-commits

commit:     f88c914b7aeda0e969462277a68ecacac4a63ef4
Author:     Alexey Zapparov <alexey <AT> zapparov <DOT> com>
AuthorDate: Thu Jun  1 19:24:36 2023 +0000
Commit:     Alexey Zapparov <alexey <AT> zapparov <DOT> com>
CommitDate: Thu Jun  1 19:24:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f88c914b

app-admin/cf2pulumi: new package, add 0.63.0

Signed-off-by: Alexey Zapparov <alexey <AT> zapparov.com>

 app-admin/cf2pulumi/Manifest                |  1 +
 app-admin/cf2pulumi/cf2pulumi-0.63.0.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/app-admin/cf2pulumi/Manifest b/app-admin/cf2pulumi/Manifest
new file mode 100644
index 000000000..ffbfd0fb9
--- /dev/null
+++ b/app-admin/cf2pulumi/Manifest
@@ -0,0 +1 @@
+DIST cf2pulumi-v0.63.0-linux-x64.tar.gz 31265607 BLAKE2B 846d7af087010d1314469f4a9f714f5c26a6056a19fbdedaa3435dd08e45c05ff2453adbb313c902d044b74c32580827579630d8a36f746b0c97bcabec34bdc9 SHA512 6d3095e30f3248cc62cb51e81a62acf4261671d3173d3cd5aa5a91e2589d8d1fefa407a6d7abff66d79168a9842248a0beb8040b7d641bd2d4d5463dfc5e96ae

diff --git a/app-admin/cf2pulumi/cf2pulumi-0.63.0.ebuild b/app-admin/cf2pulumi/cf2pulumi-0.63.0.ebuild
new file mode 100644
index 000000000..ab5015c5e
--- /dev/null
+++ b/app-admin/cf2pulumi/cf2pulumi-0.63.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="CloudFormation tempate to Pulumi app convertor"
+HOMEPAGE="
+	https://www.pulumi.com/cf2pulumi/
+	https://github.com/pulumi/pulumi-aws-native
+"
+SRC_URI="
+	amd64? ( https://github.com/pulumi/pulumi-aws-native/releases/download/v${PV}/cf2pulumi-v${PV}-linux-x64.tar.gz )
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+S="${WORKDIR}"
+
+QA_PREBUILT="*"
+
+src_install() {
+	dobin cf2pulumi
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-admin/cf2pulumi/
@ 2023-06-01 19:25 Alexey Zapparov
  0 siblings, 0 replies; 3+ messages in thread
From: Alexey Zapparov @ 2023-06-01 19:25 UTC (permalink / raw
  To: gentoo-commits

commit:     a2ca995439b1b6514f9fb83755ea3a691ec87d91
Author:     Alexey Zapparov <alexey <AT> zapparov <DOT> com>
AuthorDate: Thu Jun  1 19:25:43 2023 +0000
Commit:     Alexey Zapparov <alexey <AT> zapparov <DOT> com>
CommitDate: Thu Jun  1 19:25:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a2ca9954

app-admin/cf2pulumi: Add metadata

Signed-off-by: Alexey Zapparov <alexey <AT> zapparov.com>

 app-admin/cf2pulumi/metadata.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/app-admin/cf2pulumi/metadata.xml b/app-admin/cf2pulumi/metadata.xml
new file mode 100644
index 000000000..2ef605f79
--- /dev/null
+++ b/app-admin/cf2pulumi/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>alexey@zapparov.com</email>
+		<name>Alexey Zapparov</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">pulumi/pulumi-aws-native</remote-id>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-admin/cf2pulumi/
@ 2023-06-01 20:14 Alexey Zapparov
  0 siblings, 0 replies; 3+ messages in thread
From: Alexey Zapparov @ 2023-06-01 20:14 UTC (permalink / raw
  To: gentoo-commits

commit:     e7f4c03a7f3fce0349660c5d226e66b0dc9e2a1e
Author:     Alexey Zapparov <alexey <AT> zapparov <DOT> com>
AuthorDate: Thu Jun  1 20:14:00 2023 +0000
Commit:     Alexey Zapparov <alexey <AT> zapparov <DOT> com>
CommitDate: Thu Jun  1 20:14:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e7f4c03a

app-admin/cf2pulumi: treeclean

Signed-off-by: Alexey Zapparov <alexey <AT> zapparov.com>

 app-admin/cf2pulumi/Manifest                |  1 -
 app-admin/cf2pulumi/cf2pulumi-0.63.0.ebuild | 29 -----------------------------
 app-admin/cf2pulumi/metadata.xml            | 11 -----------
 3 files changed, 41 deletions(-)

diff --git a/app-admin/cf2pulumi/Manifest b/app-admin/cf2pulumi/Manifest
deleted file mode 100644
index ffbfd0fb9..000000000
--- a/app-admin/cf2pulumi/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST cf2pulumi-v0.63.0-linux-x64.tar.gz 31265607 BLAKE2B 846d7af087010d1314469f4a9f714f5c26a6056a19fbdedaa3435dd08e45c05ff2453adbb313c902d044b74c32580827579630d8a36f746b0c97bcabec34bdc9 SHA512 6d3095e30f3248cc62cb51e81a62acf4261671d3173d3cd5aa5a91e2589d8d1fefa407a6d7abff66d79168a9842248a0beb8040b7d641bd2d4d5463dfc5e96ae

diff --git a/app-admin/cf2pulumi/cf2pulumi-0.63.0.ebuild b/app-admin/cf2pulumi/cf2pulumi-0.63.0.ebuild
deleted file mode 100644
index ab5015c5e..000000000
--- a/app-admin/cf2pulumi/cf2pulumi-0.63.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="CloudFormation tempate to Pulumi app convertor"
-HOMEPAGE="
-	https://www.pulumi.com/cf2pulumi/
-	https://github.com/pulumi/pulumi-aws-native
-"
-SRC_URI="
-	amd64? ( https://github.com/pulumi/pulumi-aws-native/releases/download/v${PV}/cf2pulumi-v${PV}-linux-x64.tar.gz )
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-S="${WORKDIR}"
-
-QA_PREBUILT="*"
-
-src_install() {
-	dobin cf2pulumi
-}

diff --git a/app-admin/cf2pulumi/metadata.xml b/app-admin/cf2pulumi/metadata.xml
deleted file mode 100644
index 2ef605f79..000000000
--- a/app-admin/cf2pulumi/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>alexey@zapparov.com</email>
-		<name>Alexey Zapparov</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="github">pulumi/pulumi-aws-native</remote-id>
-	</upstream>
-</pkgmetadata>


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

end of thread, other threads:[~2023-06-01 20:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-01 19:25 [gentoo-commits] repo/proj/guru:dev commit in: app-admin/cf2pulumi/ Alexey Zapparov
  -- strict thread matches above, loose matches on Subject: below --
2023-06-01 20:14 Alexey Zapparov
2023-06-01 19:24 Alexey Zapparov

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