public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, app-admin/ec2-ami-tools/
Date: Sun, 30 Apr 2023 10:07:52 +0000 (UTC)	[thread overview]
Message-ID: <1682849168.4f4acb9b1256aee9f8cdec721113f993933ad322.soap@gentoo> (raw)

commit:     4f4acb9b1256aee9f8cdec721113f993933ad322
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 30 10:06:08 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 30 10:06:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f4acb9b

app-admin/ec2-ami-tools: treeclean

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-admin/ec2-ami-tools/Manifest                   |  1 -
 app-admin/ec2-ami-tools/ec2-ami-tools-1.5.7.ebuild | 49 ----------------------
 app-admin/ec2-ami-tools/metadata.xml               |  5 ---
 profiles/package.mask                              |  7 ----
 4 files changed, 62 deletions(-)

diff --git a/app-admin/ec2-ami-tools/Manifest b/app-admin/ec2-ami-tools/Manifest
deleted file mode 100644
index ca2f24660aca..000000000000
--- a/app-admin/ec2-ami-tools/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ec2-ami-tools-1.5.7.zip 156611 BLAKE2B f3e4c05a1f25e1d47a6981981b92db551953028f0621e3f175e3ab5db8823d72f56d2145376c52dc6d134ec2a167c14d64997e969785991589f9c97b93277f78 SHA512 2754ded47cbe842f58e12207c4bb7f81c8cd366dc506cbadfa9bda74d91fd5f8e1cafbb117612b14833368ff5943c4943a072d1679f23f591c15f2f49b61b4c2

diff --git a/app-admin/ec2-ami-tools/ec2-ami-tools-1.5.7.ebuild b/app-admin/ec2-ami-tools/ec2-ami-tools-1.5.7.ebuild
deleted file mode 100644
index e9a0ebb7de0e..000000000000
--- a/app-admin/ec2-ami-tools/ec2-ami-tools-1.5.7.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby26 ruby27"
-inherit ruby-single
-
-DESCRIPTION="Command-line tools that serve as client interface to the Amazon EC2 web service"
-HOMEPAGE="https://aws.amazon.com/en/tools/"
-SRC_URI="http://s3.amazonaws.com/ec2-downloads/${P}.zip"
-
-LICENSE="Amazon || ( Ruby GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="app-arch/unzip"
-RDEPEND="
-	${RUBY_DEPS}
-	virtual/ruby-ssl
-	net-misc/rsync
-	net-misc/curl"
-
-src_prepare() {
-	# Remove a left behind license file.
-	rm -f lib/ec2/oem/LICENSE.txt || die 'Removal of LICENSE failed.'
-
-	default
-}
-
-src_install() {
-	dobin bin/*
-
-	insinto /usr
-	doins -r lib
-
-	insinto /etc/ec2/amitools
-	doins etc/ec2/amitools/*
-
-	dodir /etc/env.d
-	echo "EC2_AMITOOL_HOME=/usr" >> "${T}"/99${PN} || die "Can't write environment variable."
-	doenvd "${T}"/99${PN}
-}
-
-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)."
-}

diff --git a/app-admin/ec2-ami-tools/metadata.xml b/app-admin/ec2-ami-tools/metadata.xml
deleted file mode 100644
index bef24d2c2337..000000000000
--- a/app-admin/ec2-ami-tools/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <!-- maintainer-needed -->
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 8a331c5f173f..53b4a887e4f9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -339,13 +339,6 @@ dev-ruby/flickraw
 app-text/ronn
 dev-ruby/hpricot
 
-# Hans de Graaff <graaff@gentoo.org> (2023-03-29)
-# ruby27-only package without tests and without maintainer. Upstream
-# releases new versions in an unversioned zip file. This needs a
-# dedicated maintainer that can test this package.
-# Masked for removal on 2023-04-29.
-app-admin/ec2-ami-tools
-
 # Sam James <sam@gentoo.org> (2023-03-29)
 # Regressions in solving ability affecting e.g. igraph:
 # https://github.com/opencollab/arpack-ng/issues/401


                 reply	other threads:[~2023-04-30 10:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1682849168.4f4acb9b1256aee9f8cdec721113f993933ad322.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox