diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-03-13 16:55:35 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-03-13 16:55:35 +0000 |
commit | 1dde4e5c4b92d849bf1abf0a48135b2a0644f7e1 (patch) | |
tree | c99a472cce74148d499f42ada873454b0e32a42d /app-admin/aws-as-tools | |
parent | da6a52f691ef980bab92d003d5df8f463c623af8 (diff) |
gentoo resync : 13.03.2018
Diffstat (limited to 'app-admin/aws-as-tools')
-rw-r--r-- | app-admin/aws-as-tools/Manifest | 3 | ||||
-rw-r--r-- | app-admin/aws-as-tools/aws-as-tools-1.0.49.1.ebuild | 63 | ||||
-rw-r--r-- | app-admin/aws-as-tools/metadata.xml | 12 |
3 files changed, 0 insertions, 78 deletions
diff --git a/app-admin/aws-as-tools/Manifest b/app-admin/aws-as-tools/Manifest deleted file mode 100644 index 2376a45fa4e9..000000000000 --- a/app-admin/aws-as-tools/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST AutoScaling-1.0.49.1.zip 12387808 BLAKE2B 7f43b3544b05f1adc196c28b7c2fc5c26ea84cb3d3bd7cf098d8413b98aac5d2908177ee5567aad6dbea96d1abbf60794c4450423de768c280a33cb4efdbbd1e SHA512 aefc4dfc970757062ca972c5d532485c9e28ceb771b6fa0a4fb2fe25460bd67e3023bcefde57f9852340b6015e7ab2771c49beb0826e1394710ea7eea94948ed -EBUILD aws-as-tools-1.0.49.1.ebuild 1669 BLAKE2B 008f80572c8302b3fdce9385f7edd2c80c6bd8c7336a06eb13046f508dd4b0bb8bb01c9f882360c284e0b5036105dd86544a395b48d178d844969d1e21f68659 SHA512 5cf1ea6b4e08754b89b87e2ba1c672e61f4e1c9791abfaf3ecbee9e41ef4889164880aa957e48dc931e5a0dc3970cf96d08b1e322440f7be79efefaa9fc2f512 -MISC metadata.xml 379 BLAKE2B d22bbbcde5c8f4712e3c66652f3fcd0ee0042c8a60e9dc07e736820170f74ca32ffea2f1b3ef6524fe0c01302acfa6bac61aa52a58d9b0df31a8b27e382adfeb SHA512 bdff2b298c7db59ad37e2bc71a778e91ffe8cdad327fbe4c8824ff83ea79709e23f87c1bea605ccd8491ac87bc0920295570089303613f76ffd897fd91fc939e diff --git a/app-admin/aws-as-tools/aws-as-tools-1.0.49.1.ebuild b/app-admin/aws-as-tools/aws-as-tools-1.0.49.1.ebuild deleted file mode 100644 index a9b3692c2a2a..000000000000 --- a/app-admin/aws-as-tools/aws-as-tools-1.0.49.1.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="The API tools serve as the client interface to the Auto Scaling web service" -HOMEPAGE="http://aws.amazon.com/developertools/2535" -# SRC_URI="http://ec2-downloads.s3.amazonaws.com/AutoScaling-2011-01-01.zip" -SRC_URI="mirror://sabayon/app-admin/AutoScaling-1.0.49.1.zip" - -LICENSE="Amazon" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -RESTRICT="mirror" - -DEPEND="app-arch/unzip" -RDEPEND="virtual/jre" - -S="${WORKDIR}/AutoScaling-${PV}" - -src_prepare() { - default - - find . -name '*.cmd' -delete || die - rm bin/{as-cmd,service}-2009-05-15 || die -} - -src_install() { - insinto /opt/${PN}/lib - doins -r lib/. - - exeinto /opt/${PN}/bin - doexe bin/* - - cat > "${T}"/99${PN} <<- EOF || die - AWS_AUTO_SCALING_HOME=/opt/${PN} - PATH=/opt/${PN}/bin - ROOTPATH=/opt/${PN}/bin - EOF - doenvd "${T}"/99${PN} - - dodoc "THIRDPARTYLICENSE.TXT" -} - -pkg_postinst() { - ewarn "Remember to run: env-update && source /etc/profile if you plan" - ewarn "to use these tools in a shell before logging out (or restarting" - ewarn "your login manager)" - - elog - elog "You need to put the following in your ~/.bashrc replacing the" - elog "values with the full path to your AWS credentials file." - elog - elog " export AWS_CREDENTIAL_FILE=/path/and_filename_of_credential_file" - elog - elog "It should contains two lines: the first line lists the AWS Account's" - elog "AWS Access Key ID, and the second line lists the AWS Account's" - elog "Secret Access Key. For example:" - elog - elog " AWSAccessKeyId=AKIAIOSFODNN7EXAMPLE" - elog " AWSSecretKey=wJalrXUtnFEMI/K7MDENG/bPxRfiCYzEXAMPLEKEY" -} diff --git a/app-admin/aws-as-tools/metadata.xml b/app-admin/aws-as-tools/metadata.xml deleted file mode 100644 index 6d127b5ab82c..000000000000 --- a/app-admin/aws-as-tools/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>sergey.zhuga@gmail.com</email> - <name>Sergey Zhuga</name> - </maintainer> - <maintainer type="project"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> -</pkgmetadata> |