public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ben Kohler" <bkohler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/hwinfo/
Date: Tue, 18 May 2021 14:15:16 +0000 (UTC)	[thread overview]
Message-ID: <1621347295.ad1935d365fb6553bc3e64b0f01bd69b8fb96a43.bkohler@gentoo> (raw)

commit:     ad1935d365fb6553bc3e64b0f01bd69b8fb96a43
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue May 18 13:41:25 2021 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue May 18 14:14:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad1935d3

sys-apps/hwinfo: drop old

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 sys-apps/hwinfo/Manifest            |  2 --
 sys-apps/hwinfo/hwinfo-21.23.ebuild | 56 ---------------------------------
 sys-apps/hwinfo/hwinfo-21.4.ebuild  | 63 -------------------------------------
 3 files changed, 121 deletions(-)

diff --git a/sys-apps/hwinfo/Manifest b/sys-apps/hwinfo/Manifest
index 7182a792023..95e7193967d 100644
--- a/sys-apps/hwinfo/Manifest
+++ b/sys-apps/hwinfo/Manifest
@@ -1,3 +1 @@
-DIST hwinfo-21.23-1.2.src.rpm 844672 BLAKE2B 33cfd68c06081d76b33243474b9a72cc5994c749ff57b7fc4f36c88627707068fb86d4825bae66e4e08f730dc8849264f5f31f8717f28400b3d54302ac12b1eb SHA512 d25c955fa5620268a34a857916e0bdbbdb92f8e092735ac453e7bacc6476e00047c9ccef3a5275e5d50cc354bf9e3cffef57af519dc885d0afd3d161ab426629
-DIST hwinfo-21.4-1.1.src.rpm 781525 BLAKE2B 83c6d0b3d15a7b4354223eef8b976643ec6520842007ce6fb06534360a8994d4aac0975eba059275910f59391e7069b0166b69301006ea78ca4b74c6aefbde7c SHA512 bccac7749751924e1e1a8005e6fd783da7114926b6d9b9a1247b3b26dd680848eb2b85b368c312d08b444c8d7b75036d249daf33afc5b7efbbcc09bfbad4b340
 DIST hwinfo-21.72-1.3.src.rpm 926285 BLAKE2B b8a38b2f04649e268a6d6fbebabd724a0c678e81ea9c09c3453ababa26e91ba5fe55c7feccf157ab81ab676e6610ba1700ef1691bdd06fbcbc1cdd86806282d2 SHA512 4e51ee4f8e03eee82317557aa39b5018cc2370b33bfdb280ecb8716687d951f8c34fa7598a1e0eff03025991eee654af488e3343d93167e4cf16380d047c2de3

diff --git a/sys-apps/hwinfo/hwinfo-21.23.ebuild b/sys-apps/hwinfo/hwinfo-21.23.ebuild
deleted file mode 100644
index 97cc8c3e0a7..00000000000
--- a/sys-apps/hwinfo/hwinfo-21.23.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit multilib rpm toolchain-funcs
-
-DESCRIPTION="Hardware detection tool used in SuSE Linux"
-HOMEPAGE="https://www.opensuse.org/"
-SRC_URI="http://download.opensuse.org/source/factory/repo/oss/suse/src/${P}-1.2.src.rpm"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
-	amd64? ( dev-libs/libx86emu )
-	x86? ( dev-libs/libx86emu )"
-DEPEND="${RDEPEND}
-	sys-devel/flex
-	>=sys-kernel/linux-headers-2.6.17"
-
-MAKEOPTS="${MAKEOPTS} -j1"
-
-src_prepare() {
-	# Respect AR variable.
-	sed -i \
-		-e 's:ar r:$(AR) r:' \
-		src/{,isdn,ids,smp,hd}/Makefile || die
-
-	# Respect LDFLAGS.
-	sed -i -e 's:$(CC) $(CFLAGS):$(CC) $(LDFLAGS) $(CFLAGS):' src/ids/Makefile || die
-
-	# Respect MAKE variable. Skip forced -pipe and -g. Respect LDFLAGS.
-	sed -i \
-		-e 's:make:$(MAKE):' \
-		-e 's:-pipe -g::' \
-		-e 's:LDFLAGS.*=:LDFLAGS +=:' \
-		Makefile{,.common} || die
-	default
-}
-
-src_compile() {
-	tc-export AR
-	emake CC="$(tc-getCC)" RPM_OPT_FLAGS="${CFLAGS}"
-}
-
-src_install() {
-	emake DESTDIR="${ED}" LIBDIR="/usr/$(get_libdir)" install
-
-	dodoc changelog README*
-	doman doc/*.{1,8}
-	insinto /usr/share/doc/${PF}/examples
-	doins doc/example*.c
-}

diff --git a/sys-apps/hwinfo/hwinfo-21.4.ebuild b/sys-apps/hwinfo/hwinfo-21.4.ebuild
deleted file mode 100644
index a63b0e33b3f..00000000000
--- a/sys-apps/hwinfo/hwinfo-21.4.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit multilib rpm toolchain-funcs
-
-DESCRIPTION="hardware detection tool used in SuSE Linux"
-HOMEPAGE="https://www.opensuse.org/"
-SRC_URI="http://download.opensuse.org/source/factory/repo/oss/suse/src/${P}-1.1.src.rpm"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
-	amd64? ( dev-libs/libx86emu )
-	x86? ( dev-libs/libx86emu )"
-DEPEND="${RDEPEND}
-	sys-devel/flex
-	>=sys-kernel/linux-headers-2.6.17"
-
-MAKEOPTS="${MAKEOPTS} -j1"
-
-src_prepare() {
-	# Respect AR variable.
-	sed -i \
-		-e 's:ar r:$(AR) r:' \
-		src/{,isdn,ids,smp,hd}/Makefile || die
-
-	# Avoid -I directories for dbus because HAL is obsolete.
-	sed -i -e '/CFLAGS/d' src/hd/Makefile || die
-	# Respect LDFLAGS.
-	sed -i -e 's:$(CC) -shared:& $(LDFLAGS):' src/Makefile || die
-	sed -i -e 's:$(CC) $(CFLAGS):$(CC) $(LDFLAGS) $(CFLAGS):' src/ids/Makefile || die
-
-	# Use linux/pci.h directly. #506876
-	sed -i \
-		-e '/#include.*sys\/pci.h/s:sys/pci.h:linux/pci.h:' \
-		src/hd/*.c || die
-
-	# Respect MAKE variable. Skip forced -pipe and -g. Respect LDFLAGS.
-	sed -i \
-		-e 's:make:$(MAKE):' \
-		-e 's:-pipe -g::' \
-		-e 's:LDFLAGS.*=:LDFLAGS +=:' \
-		Makefile{,.common} || die
-}
-
-src_compile() {
-	tc-export AR
-	emake CC="$(tc-getCC)" RPM_OPT_FLAGS="${CFLAGS}"
-}
-
-src_install() {
-	emake DESTDIR="${ED}" LIBDIR="/usr/$(get_libdir)" install
-
-	dodoc changelog README
-	doman doc/*.{1,8}
-	insinto /usr/share/doc/${PF}/examples
-	doins doc/example*.c
-}


             reply	other threads:[~2021-05-18 14:15 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-18 14:15 Ben Kohler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-04 10:30 [gentoo-commits] repo/gentoo:master commit in: sys-apps/hwinfo/ WANG Xuerui
2023-12-28 14:16 Ben Kohler
2023-11-02 12:47 Ben Kohler
2023-11-01 19:20 Arthur Zamarin
2023-10-02 14:52 Ben Kohler
2023-09-27 17:56 Ben Kohler
2023-07-08 18:43 Ben Kohler
2023-07-08 18:43 Ben Kohler
2023-06-01 14:46 Ben Kohler
2023-05-19 17:45 Sam James
2023-05-19 17:45 Sam James
2023-01-12 20:47 Ben Kohler
2022-10-04 15:50 Ben Kohler
2022-10-04 15:35 Ben Kohler
2022-09-27  7:08 Agostino Sarubbo
2022-09-27  6:05 Jakov Smolić
2022-09-27  6:05 Jakov Smolić
2022-08-12 12:20 Ben Kohler
2022-07-17 13:41 Ben Kohler
2022-06-21 14:26 Ben Kohler
2022-06-21 12:56 Ben Kohler
2022-05-25 16:50 Jakov Smolić
2022-02-19 13:14 Ben Kohler
2022-02-18 17:54 Sam James
2022-02-18 17:47 Sam James
2022-02-18 17:47 Sam James
2022-01-22  6:03 Arthur Zamarin
2022-01-07 17:09 Ben Kohler
2021-09-28 17:33 Ben Kohler
2021-09-28 17:33 Ben Kohler
2021-09-23 18:31 Ben Kohler
2021-09-17  9:20 Agostino Sarubbo
2021-09-17  9:18 Agostino Sarubbo
2021-08-02 13:30 Ben Kohler
2021-07-13 13:44 Ben Kohler
2021-06-25 19:36 Sam James
2021-06-25 19:33 Sam James
2021-06-25 19:32 Sam James
2021-05-25 11:11 Ben Kohler
2021-04-23 16:13 Sam James
2021-04-22 20:15 Sam James
2021-04-22 20:15 Sam James
2021-03-23 19:41 Ben Kohler
2018-07-23  1:09 Mikle Kolyada
2018-05-27 16:11 Aaron Bauman
2018-05-21 16:18 Mikle Kolyada
2018-03-04 10:12 Sergei Trofimovich
2017-12-18 16:40 Jason Zaman
2016-02-09 14:57 Justin Lecher
2016-02-09 14:39 Justin Lecher
2016-02-09 14:31 Justin Lecher

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=1621347295.ad1935d365fb6553bc3e64b0f01bd69b8fb96a43.bkohler@gentoo \
    --to=bkohler@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