public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/superdiag/
Date: Sun, 13 Oct 2019 11:22:11 +0000 (UTC)	[thread overview]
Message-ID: <1570965717.9dfcc9ad0fa5988a7be6ae2e97a5c9afde044b5b.juippis@gentoo> (raw)

commit:     9dfcc9ad0fa5988a7be6ae2e97a5c9afde044b5b
Author:     Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Sat Sep 21 22:01:04 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 11:21:57 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dfcc9ad

sys-apps/superdiag: drop old version

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/13007
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sys-apps/superdiag/Manifest                        |  1 -
 sys-apps/superdiag/superdiag-1.1.0.20180731.ebuild | 82 ----------------------
 2 files changed, 83 deletions(-)

diff --git a/sys-apps/superdiag/Manifest b/sys-apps/superdiag/Manifest
index dca4774bedc..c5e8ff9ed78 100644
--- a/sys-apps/superdiag/Manifest
+++ b/sys-apps/superdiag/Manifest
@@ -1,2 +1 @@
-DIST SuperDiag_1.1.0_20180731_package.zip 2564515 BLAKE2B 9ae34682daf5aa8996989c434906dd59f64e569a1cd1ae107d1e7861430ae028829efd1a1aa1ba2b5269d13e0ac2bef33b106a945fbd800fba6766b10f7486a5 SHA512 b79eae3063fc1425ee2a7a71304ae8993da52e9a2a8b2565e5f4fe0f3f3cdf8a7016cf765dab9e440c71cb8ff6b311fa2e4067459d76268bcf2697e8344c4e9a
 DIST SuperDiag_1.2.0_20190711.zip 4826479 BLAKE2B c0ffaf59ab1cbbe406a907938bf028844781533516dc6b0f2c2ee8144395da48a43e5931ef65e6990c97cfb887dd086d7535260319721b534e3b66135c37c680 SHA512 24ac9224a302e4f61a56015476b5c5fb279a057acae97e12c1e8e9271a8f410337f6182d5204d531927b0004ccb76b65c784c91be2c3644d0f30db0c8eca4c6f

diff --git a/sys-apps/superdiag/superdiag-1.1.0.20180731.ebuild b/sys-apps/superdiag/superdiag-1.1.0.20180731.ebuild
deleted file mode 100644
index 99c892c1441..00000000000
--- a/sys-apps/superdiag/superdiag-1.1.0.20180731.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-MY_BUILD="0724"
-MY_DATE="$(ver_cut 4)"
-MY_DATE_ISO="20180724"
-MY_PN="SuperDiag"
-MY_PV="$(ver_cut 1-3)"
-MY_P="${MY_PN}_${MY_PV}_${MY_DATE}"
-
-DESCRIPTION="Provides the capability to determine the health of Supermicro servers components"
-HOMEPAGE="https://www.supermicro.com"
-SRC_URI="${MY_PN}_${MY_PV}_${MY_DATE}_package.zip"
-
-KEYWORDS="-* ~amd64 ~x86"
-LICENSE="supermicro"
-SLOT="0"
-IUSE="iso usb"
-
-DEPEND="app-arch/unzip"
-
-RESTRICT="bindist fetch mirror"
-
-S="${WORKDIR}"
-
-src_unpack() {
-	unpack ${A}
-	unpack "${S}"/${MY_P}.zip
-
-	if use iso; then
-		unzip ${MY_P}/Diagnose_Remotely/ISOFor${MY_PN}_v${MY_PV}_${MY_BUILD}.zip -d iso || die
-	fi
-
-	if use usb; then
-		unzip ${MY_P}/Diagnose_Remotely/USBFor${MY_PN}_v${MY_PV}_${MY_BUILD}.zip -d usb || die
-	fi
-}
-
-pkg_nofetch() {
-	elog "Please download ${A} from"
-	elog "https://www.supermicro.com/SwDownload/UserInfo.aspx?sw=0&cat=SDO"
-	elog "and place it in your DISTDIR directory."
-}
-
-src_install() {
-	insinto /usr/share/superdiag
-	doins ${MY_P}/startup.nsh ${MY_P}/${MY_PN}_v${MY_PV}.efi ${MY_P}/EFI/Boot/BootX64.efi
-
-	insinto /usr/share/superdiag/Picture
-	doins ${MY_P}/Picture/*.bmp
-
-	insinto /usr/share/superdiag/SelData
-	doins ${MY_P}/SelData/*.dat
-
-	local DOCS=(
-		"Superdiag_${MY_PV}_addendum_release_notes.docx"
-		"${MY_P}/Supermicro Super Diagnostics Offline readme.txt"
-		"${MY_P}/Supermicro Super Diagnostics Offline User Guide V${MY_PV}.pdf"
-	)
-	dodoc "${DOCS[@]}"
-
-	if use iso; then
-		insinto /usr/share/superdiag/ISO
-		doins iso/${MY_PN}_v${MY_PV}_${MY_DATE_ISO}.iso
-
-		newdoc iso/Readme.txt Readme.ISO.txt
-	fi
-
-	if use usb; then
-		insinto /usr/share/superdiag/USB
-		doins usb/STARTUP.nsh
-
-		dosym ../BootX64.efi /usr/share/superdiag/USB/BootX64.efi
-		dosym ../${MY_PN}_v${MY_PV}.efi /usr/share/superdiag/USB/${MY_PN}_v${MY_PV}.efi
-		dosym ../Picture /usr/share/superdiag/USB/Picture
-		dosym ../SelData /usr/share/superdiag/USB/SelData
-
-		newdoc usb/Readme.txt Readme.USB.txt
-	fi
-}


             reply	other threads:[~2019-10-13 11:22 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-13 11:22 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-07-15 21:14 [gentoo-commits] repo/gentoo:master commit in: sys-apps/superdiag/ Conrad Kostecki
2023-07-15 21:14 Conrad Kostecki
2022-02-11 17:22 Conrad Kostecki
2022-02-11 17:22 Conrad Kostecki
2022-02-09 22:57 Conrad Kostecki
2022-02-09 22:57 Conrad Kostecki
2021-07-01 22:19 Conrad Kostecki
2021-07-01 22:19 Conrad Kostecki
2021-01-09 14:29 Conrad Kostecki
2021-01-09 14:29 Conrad Kostecki
2020-02-04 18:09 Conrad Kostecki
2020-02-04 18:09 Conrad Kostecki
2019-12-02 23:22 Conrad Kostecki
2019-10-13 11:22 Joonas Niilola
2018-10-01  7:37 Michał Górny

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=1570965717.9dfcc9ad0fa5988a7be6ae2e97a5c9afde044b5b.juippis@gentoo \
    --to=juippis@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