diff options
author | Austin English <wizardedit@gentoo.org> | 2016-04-25 13:58:38 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-04-25 13:59:07 -0500 |
commit | d918bf1baecc1e4940751e5e24e418582ec0414a (patch) | |
tree | 421a9509c6d270d9eb6987211102dfb700708aa2 | |
parent | app-admin/amazon-ec2-init: revbump amazon-ec2-init-20101127 to -r1 and update... (diff) | |
download | gentoo-d918bf1baecc1e4940751e5e24e418582ec0414a.tar.gz gentoo-d918bf1baecc1e4940751e5e24e418582ec0414a.tar.bz2 gentoo-d918bf1baecc1e4940751e5e24e418582ec0414a.zip |
app-admin/amazon-ec2-init: remove amazon-ec2-init-20101127
Package-Manager: portage-2.2.26
-rw-r--r-- | app-admin/amazon-ec2-init/amazon-ec2-init-20101127.ebuild | 30 |
1 files changed, 0 insertions, 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 c5c97e419c02..000000000000 --- 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." -} |