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,  9 Jun 2018 16:55:31 +0000 (UTC)	[thread overview]
Message-ID: <1528563312.5c76530c373cb67e4321286f4cc9e9445a6525b0.whissi@gentoo> (raw)

commit:     5c76530c373cb67e4321286f4cc9e9445a6525b0
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  9 16:54:47 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Jun  9 16:55:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c76530c

sys-apps/hponcfg: Bump to v5.2.0-0

x86 dropped because upstream no longer provides x86 binaries.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/sys-apps/hponcfg/Manifest b/sys-apps/hponcfg/Manifest
index de19bb04afb..7e1fba3bf93 100644
--- a/sys-apps/hponcfg/Manifest
+++ b/sys-apps/hponcfg/Manifest
@@ -1,2 +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

diff --git a/sys-apps/hponcfg/hponcfg-5.2.0.0.ebuild b/sys-apps/hponcfg/hponcfg-5.2.0.0.ebuild
new file mode 100644
index 00000000000..d7eab2b4e3c
--- /dev/null
+++ b/sys-apps/hponcfg/hponcfg-5.2.0.0.ebuild
@@ -0,0 +1,37 @@
+# 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:[~2018-06-09 16:55 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-09 16:55 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
2019-08-17 23:16 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=1528563312.5c76530c373cb67e4321286f4cc9e9445a6525b0.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