Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/amazon-ec2-init/
Date: Mon, 25 Apr 2016 18:59:27
Message-Id: 1461610747.d918bf1baecc1e4940751e5e24e418582ec0414a.wizardedit@gentoo
1 commit: d918bf1baecc1e4940751e5e24e418582ec0414a
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 25 18:58:38 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 25 18:59:07 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d918bf1b
7
8 app-admin/amazon-ec2-init: remove amazon-ec2-init-20101127
9
10 Package-Manager: portage-2.2.26
11
12 .../amazon-ec2-init-20101127.ebuild | 30 ----------------------
13 1 file changed, 30 deletions(-)
14
15 diff --git a/app-admin/amazon-ec2-init/amazon-ec2-init-20101127.ebuild b/app-admin/amazon-ec2-init/amazon-ec2-init-20101127.ebuild
16 deleted file mode 100644
17 index c5c97e4..0000000
18 --- a/app-admin/amazon-ec2-init/amazon-ec2-init-20101127.ebuild
19 +++ /dev/null
20 @@ -1,30 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="2"
26 -
27 -DESCRIPTION="Init script to setup Amazon EC2 instance parameters"
28 -HOMEPAGE="https://www.gentoo.org/"
29 -SRC_URI=""
30 -
31 -# Amazon only provides x86 and amd64 Linux Xen guests, possibly FreeBSD,
32 -# so just don't go adding further keywords.
33 -KEYWORDS="-* ~amd64 ~x86"
34 -
35 -LICENSE="GPL-2"
36 -SLOT="0"
37 -IUSE=""
38 -
39 -RDEPEND="net-misc/wget"
40 -DEPEND=""
41 -
42 -src_install() {
43 - newinitd "${FILESDIR}/amazon-ec2.init" amazon-ec2 || die
44 -}
45 -
46 -pkg_postinst() {
47 - elog "Remember to add amazon-ec2 init script to your boot runlevel"
48 - elog "otherwise it won't bring up the correct interfaces and won't."
49 - elog "start before the hostname has been set."
50 -}