public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/hponcfg/
Date: Sat, 17 Aug 2019 23:16:22 +0000 (UTC)	[thread overview]
Message-ID: <1566083767.f1d3d922c8cb80d70708421f41113fedffe619df.whissi@gentoo> (raw)

commit:     f1d3d922c8cb80d70708421f41113fedffe619df
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 17 23:15:41 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Aug 17 23:16:07 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1d3d922

sys-apps/hponcfg: drop old

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 sys-apps/hponcfg/Manifest               |  1 -
 sys-apps/hponcfg/hponcfg-5.2.0.0.ebuild | 37 ---------------------------------
 2 files changed, 38 deletions(-)

diff --git a/sys-apps/hponcfg/Manifest b/sys-apps/hponcfg/Manifest
index e7f36763a3c..069d99968a1 100644
--- a/sys-apps/hponcfg/Manifest
+++ b/sys-apps/hponcfg/Manifest
@@ -1,4 +1,3 @@
 DIST hponcfg-4.6.0-0.i386.rpm 39344 BLAKE2B a1fb8c4237eae8caa90086b49dd89ad641c77663e0c98f82ec97724564437837223ea3acd15136aaf6c575e35923f2e804766c51179771aead9800ecae424cd1 SHA512 534e2d656349e34c539755d807456a671363640ca8dd6853787dbf7f2a594acb88478b59b2e21ca07b8c6f118f6ad3c2e0eb1ec072484db6a8fb707bd593e0e7
 DIST hponcfg-4.6.0-0.x86_64.rpm 44121 BLAKE2B 5fb073a0789380527066087a14e1806bd98a7ee76da18facbc578b0aff397a73df8a3236c22939bda4e8af19e3b6a03670947998c666fdd9b8e390a77be6d9e3 SHA512 830abe6816295fa7e0888e0848d707ab41510a9ea6dc17d01fd5de2fa56faf49af43ef6698aa379ac8baa6ab729262e77e209b90103ce67d45bf6f0b2d4df142
-DIST hponcfg-5.2.0-0.x86_64.rpm 59714 BLAKE2B dc78b47824195f8ec9b0d7537390b45984c949ecddabcfedfd9b04634d670633eb65d09b31d90fb17968b1e63541c9cb6384da73c117b5b045635f50a106ba39 SHA512 cc5ac7062d6b4e76c49be470d11697cf65dece225505c1f0cc8749b43ee34632a931a076d0f7ff2b021a79f2bf269d59a72f5153bf32cd2d0f5c6a9e0ad570cb
 DIST hponcfg-5.4.0-0.x86_64.rpm 59246 BLAKE2B 50979eec63121ad89fa2e13eb286236b1cd6fc02269ba93767a9cf19a7782aea570577f98cb307e75c73fcac1fc8bc8c281f21187be157cb816253751d263ed6 SHA512 55583acd1a9e5a639fe63ecff051af9676518130e431ba76a0cdbf2ba18f4b600aaae8388895631eb0b9be343e110b5fe39dc4ab844c3a2afef0bc601756c04c

diff --git a/sys-apps/hponcfg/hponcfg-5.2.0.0.ebuild b/sys-apps/hponcfg/hponcfg-5.2.0.0.ebuild
deleted file mode 100644
index d7eab2b4e3c..00000000000
--- a/sys-apps/hponcfg/hponcfg-5.2.0.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit pax-utils rpm versionator
-
-MY_PV=$(replace_version_separator 3 '-')
-
-DESCRIPTION="HP Lights-Out Online Configuration Utility (HPONCFG)"
-HOMEPAGE="http://h20564.www2.hpe.com/hpsc/swd/public/detail?swItemId=MTX_5ab6295f49964f16a699064f29"
-SRC_URI="amd64? ( https://downloads.linux.hpe.com/SDR/repo/spp/RHEL/7/x86_64/current/${PN}-${MY_PV}.x86_64.rpm )"
-
-LICENSE="hpe"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="elibc_glibc? ( >sys-libs/glibc-2.14 )"
-
-S="${WORKDIR}"
-
-QA_PRESTRIPPED="/usr/sbin/hponcfg /usr/li.*/libcpqc.*"
-QA_PREBUILT="/usr/sbin/hponcfg"
-
-src_install() {
-	dosbin sbin/hponcfg
-
-	# When bumping, verify SONAME (scanelf -S libhponcfg64.so)!
-	newlib.so "${S}"/usr/lib64/libhponcfg64.so libcpqci64.so.3
-	dosym libcpqci64.so.3 /usr/$(get_libdir)/libhponcfg64.so
-
-	dodoc "${S}"/usr/share/doc/hponcfg/*
-
-	pax-mark m "${D}"usr/sbin/hponcfg
-}


             reply	other threads:[~2019-08-17 23:16 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-17 23:16 Thomas Deutschmann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-30 17:01 [gentoo-commits] repo/gentoo:master commit in: sys-apps/hponcfg/ Ulrich Müller
2023-11-30 17:01 Ulrich Müller
2023-03-17 18:25 Sam James
2023-01-20 13:31 Joonas Niilola
2022-12-28 22:25 Sam James
2022-12-28 21:00 Sam James
2022-12-28 21:00 Sam James
2021-05-07 23:42 Thomas Deutschmann
2021-05-07 23:42 Thomas Deutschmann
2020-04-28 23:04 Thomas Deutschmann
2019-08-18 12:09 Thomas Deutschmann
2019-08-17 23:16 Thomas Deutschmann
2019-08-17 23:16 Thomas Deutschmann
2018-06-09 16:55 Thomas Deutschmann
2017-01-04  1:50 Thomas Deutschmann
2016-08-15 14:16 Thomas Deutschmann
2016-08-14 14:42 Thomas Deutschmann

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=1566083767.f1d3d922c8cb80d70708421f41113fedffe619df.whissi@gentoo \
    --to=whissi@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