public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-admin/amazon-ec2-init/
@ 2016-04-25 18:59 Austin English
  0 siblings, 0 replies; 4+ messages in thread
From: Austin English @ 2016-04-25 18:59 UTC (permalink / raw
  To: gentoo-commits

commit:     d918bf1baecc1e4940751e5e24e418582ec0414a
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 25 18:58:38 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Mon Apr 25 18:59:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d918bf1b

app-admin/amazon-ec2-init: remove amazon-ec2-init-20101127

Package-Manager: portage-2.2.26

 .../amazon-ec2-init-20101127.ebuild                | 30 ----------------------
 1 file changed, 30 deletions(-)

diff --git a/app-admin/amazon-ec2-init/amazon-ec2-init-20101127.ebuild b/app-admin/amazon-ec2-init/amazon-ec2-init-20101127.ebuild
deleted file mode 100644
index c5c97e4..0000000
--- a/app-admin/amazon-ec2-init/amazon-ec2-init-20101127.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-
-DESCRIPTION="Init script to setup Amazon EC2 instance parameters"
-HOMEPAGE="https://www.gentoo.org/"
-SRC_URI=""
-
-# Amazon only provides x86 and amd64 Linux Xen guests, possibly FreeBSD,
-# so just don't go adding further keywords.
-KEYWORDS="-* ~amd64 ~x86"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND="net-misc/wget"
-DEPEND=""
-
-src_install() {
-	newinitd "${FILESDIR}/amazon-ec2.init" amazon-ec2 || die
-}
-
-pkg_postinst() {
-	elog "Remember to add amazon-ec2 init script to your boot runlevel"
-	elog "otherwise it won't bring up the correct interfaces and won't."
-	elog "start before the hostname has been set."
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-admin/amazon-ec2-init/
@ 2016-04-25 18:59 Austin English
  0 siblings, 0 replies; 4+ messages in thread
From: Austin English @ 2016-04-25 18:59 UTC (permalink / raw
  To: gentoo-commits

commit:     bd9688779a75331f5c27e4f65952e8421716ed82
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 25 18:56:51 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Mon Apr 25 18:59:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd968877

app-admin/amazon-ec2-init: revbump amazon-ec2-init-20101127 to -r1 and update to EAPI=6

Package-Manager: portage-2.2.26

 .../amazon-ec2-init-20101127-r1.ebuild             | 30 ++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/app-admin/amazon-ec2-init/amazon-ec2-init-20101127-r1.ebuild b/app-admin/amazon-ec2-init/amazon-ec2-init-20101127-r1.ebuild
new file mode 100644
index 0000000..2455a7b
--- /dev/null
+++ b/app-admin/amazon-ec2-init/amazon-ec2-init-20101127-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+DESCRIPTION="Init script to setup Amazon EC2 instance parameters"
+HOMEPAGE="https://www.gentoo.org/"
+SRC_URI=""
+
+# Amazon only provides x86 and amd64 Linux Xen guests, possibly FreeBSD,
+# so just don't go adding further keywords.
+KEYWORDS="-* ~amd64 ~x86"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+RDEPEND="net-misc/wget"
+DEPEND=""
+
+src_install() {
+	newinitd "${FILESDIR}/amazon-ec2.init" amazon-ec2
+}
+
+pkg_postinst() {
+	elog "Remember to add amazon-ec2 init script to your boot runlevel"
+	elog "otherwise it won't bring up the correct interfaces and won't."
+	elog "start before the hostname has been set."
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-admin/amazon-ec2-init/
@ 2016-04-27 18:30 Austin English
  0 siblings, 0 replies; 4+ messages in thread
From: Austin English @ 2016-04-27 18:30 UTC (permalink / raw
  To: gentoo-commits

commit:     3dd65f14c76e0ee1d926716bca5c86c91c26affc
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 18:29:46 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 18:29:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd65f14

app-admin/amazon-ec2-init: fix ebuild (needs $S set to a valid directory)

Package-Manager: portage-2.2.26

 app-admin/amazon-ec2-init/amazon-ec2-init-20101127-r1.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-admin/amazon-ec2-init/amazon-ec2-init-20101127-r1.ebuild b/app-admin/amazon-ec2-init/amazon-ec2-init-20101127-r1.ebuild
index 2455a7b..94c6252 100644
--- a/app-admin/amazon-ec2-init/amazon-ec2-init-20101127-r1.ebuild
+++ b/app-admin/amazon-ec2-init/amazon-ec2-init-20101127-r1.ebuild
@@ -19,6 +19,9 @@ IUSE=""
 RDEPEND="net-misc/wget"
 DEPEND=""
 
+# EAPI 4+ requires $S to be set
+S="$WORKDIR"
+
 src_install() {
 	newinitd "${FILESDIR}/amazon-ec2.init" amazon-ec2
 }


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

* [gentoo-commits] repo/gentoo:master commit in: app-admin/amazon-ec2-init/
@ 2023-09-13  3:49 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2023-09-13  3:49 UTC (permalink / raw
  To: gentoo-commits

commit:     03484df6e6c4df461b22618dfdcb92185337f737
Author:     Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me>
AuthorDate: Mon Sep  4 03:53:56 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 03:48:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03484df6

app-admin/amazon-ec2-init: update EAPI 6 -> 8

Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...-20101127-r1.ebuild => amazon-ec2-init-20101127-r2.ebuild} | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/app-admin/amazon-ec2-init/amazon-ec2-init-20101127-r1.ebuild b/app-admin/amazon-ec2-init/amazon-ec2-init-20101127-r2.ebuild
similarity index 86%
rename from app-admin/amazon-ec2-init/amazon-ec2-init-20101127-r1.ebuild
rename to app-admin/amazon-ec2-init/amazon-ec2-init-20101127-r2.ebuild
index 0d3bdf8f5554..bf0ab56be575 100644
--- a/app-admin/amazon-ec2-init/amazon-ec2-init-20101127-r1.ebuild
+++ b/app-admin/amazon-ec2-init/amazon-ec2-init-20101127-r2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI=8
 
 DESCRIPTION="Init script to setup Amazon EC2 instance parameters"
 HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-SRC_URI=""
+S="${WORKDIR}"
 
 # Amazon only provides x86 and amd64 Linux Xen guests, possibly FreeBSD,
 # so just don't go adding further keywords.
@@ -13,13 +13,8 @@ KEYWORDS="-* ~amd64 ~x86"
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE=""
 
 RDEPEND="net-misc/wget"
-DEPEND=""
-
-# EAPI 4+ requires $S to be set
-S="${WORKDIR}"
 
 src_install() {
 	newinitd "${FILESDIR}/amazon-ec2.init" amazon-ec2


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

end of thread, other threads:[~2023-09-13  3:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-13  3:49 [gentoo-commits] repo/gentoo:master commit in: app-admin/amazon-ec2-init/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2016-04-27 18:30 Austin English
2016-04-25 18:59 Austin English
2016-04-25 18:59 Austin English

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