From 57dbe782fa3930bfa59520388f90ca4c2f037785 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 13 Sep 2023 10:44:02 +0100 Subject: gentoo auto-resync : 13:09:2023 - 10:44:02 --- app-admin/amazon-ec2-init/Manifest | 2 +- .../amazon-ec2-init-20101127-r1.ebuild | 32 ---------------------- .../amazon-ec2-init-20101127-r2.ebuild | 27 ++++++++++++++++++ 3 files changed, 28 insertions(+), 33 deletions(-) delete mode 100644 app-admin/amazon-ec2-init/amazon-ec2-init-20101127-r1.ebuild create mode 100644 app-admin/amazon-ec2-init/amazon-ec2-init-20101127-r2.ebuild (limited to 'app-admin/amazon-ec2-init') diff --git a/app-admin/amazon-ec2-init/Manifest b/app-admin/amazon-ec2-init/Manifest index f1f5f7c46f9e..a26dc0e32602 100644 --- a/app-admin/amazon-ec2-init/Manifest +++ b/app-admin/amazon-ec2-init/Manifest @@ -1,3 +1,3 @@ AUX amazon-ec2.init 1073 BLAKE2B f9bfa80b9317965eb603bb414e02b77c8e4045045fd10c29bf1fbe4a216e0f71d71b411b77123ca66a282716b510768773cb47a6ccd717683354f5688a2c85b0 SHA512 6dcbca0fed4e3a4e8c0d0e9da4cb8ea380f6604605402350d8980bad1377376584b644157f88a2babcd605e690f3a52cf89e63e130d679b501327675c90d5836 -EBUILD amazon-ec2-init-20101127-r1.ebuild 782 BLAKE2B ffa596ff1819b00897cbfa1775178c24c6ccbe8d255a21ad9c157b6741513a9f70032b86c64c34cf61ec59941da518615ec5354f4a40adcdbb0419be2a5a747d SHA512 87370a42b3c982e973fa5d40c2d7c2418cc01c26f8cfcf41084fa5d15e1097504c99aaf3cc226fcf66f0826ac429670a31e795f65706963b359c8eed3d12423e +EBUILD amazon-ec2-init-20101127-r2.ebuild 718 BLAKE2B 743b2f4d762bb137c6e7dd0092a1613050afffdb4ed6b5623c8eed6ad0cb7612b743980f8aedc8df855a9e66fb902a0cd60b2516e484e66f65dec372f9c6887d SHA512 5d54194b0768ba9001f8dce34c9d1382e98cc958b559ab88fd96edc37c5fc2d78a49868c7a0b1dd0a43b165dbbb6b04c0f912886d1e2d24b44dd8bb34ebef8de MISC metadata.xml 167 BLAKE2B 868e3b584722eaacf68273db062bb773d8c7e5d7ab2b81ca7e8397643bf7cc106c3a1033594401c99c54f667bb45d6b73f9048fc335580bbd44b4589ad26a832 SHA512 30caadd1496c3b9969136038239a1d8e01f236726b4022c2d7e19ca7575f25f735e556835e581afbf44fbd3e4104c40f2b5ef5fa70118d75c881fdf871962d0a 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 deleted file mode 100644 index 0d3bdf8f5554..000000000000 --- a/app-admin/amazon-ec2-init/amazon-ec2-init-20101127-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -DESCRIPTION="Init script to setup Amazon EC2 instance parameters" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -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="" - -# EAPI 4+ requires $S to be set -S="${WORKDIR}" - -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." -} diff --git a/app-admin/amazon-ec2-init/amazon-ec2-init-20101127-r2.ebuild b/app-admin/amazon-ec2-init/amazon-ec2-init-20101127-r2.ebuild new file mode 100644 index 000000000000..bf0ab56be575 --- /dev/null +++ b/app-admin/amazon-ec2-init/amazon-ec2-init-20101127-r2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Init script to setup Amazon EC2 instance parameters" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +S="${WORKDIR}" + +# 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" + +RDEPEND="net-misc/wget" + +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." +} -- cgit v1.2.3