* [gentoo-commits] dev/dev-zero:master commit in: app-misc/hardinfo/
@ 2013-10-24 8:16 Tiziano Müller
0 siblings, 0 replies; only message in thread
From: Tiziano Müller @ 2013-10-24 8:16 UTC (permalink / raw
To: gentoo-commits
commit: 66496f4b4463f526ed155e0f6a7cd79994ceb885
Author: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 24 08:16:02 2013 +0000
Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Thu Oct 24 08:16:02 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=66496f4b
In the tree as app-admin/hardinfo
---
app-misc/hardinfo/Manifest | 2 --
app-misc/hardinfo/hardinfo-0.5.1.ebuild | 52 ---------------------------------
2 files changed, 54 deletions(-)
diff --git a/app-misc/hardinfo/Manifest b/app-misc/hardinfo/Manifest
deleted file mode 100644
index dd38de0..0000000
--- a/app-misc/hardinfo/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST hardinfo-0.5.1.tar.bz2 246924 RMD160 ef0c91fa8c0c032cf74a96e045e4823f7fe3b81e SHA1 983f0445aa60e02156bc5a5eaedeffb30b8e4d64 SHA256 a0df6c0d7c92a7d20710b8eb551197398a965aaae053782b89a32a160b731b7a
-EBUILD hardinfo-0.5.1.ebuild 1235 RMD160 86d146b0d3ac204ad084e0e05021b46898ad56a4 SHA1 513193cef4bd33a9c2e6731b5baced9cf95dbcc0 SHA256 7138c8398839b2e05b421b1df9997323f9c8d090c27cd1296cae1713d28a4ae4
diff --git a/app-misc/hardinfo/hardinfo-0.5.1.ebuild b/app-misc/hardinfo/hardinfo-0.5.1.ebuild
deleted file mode 100644
index 21f6be7..0000000
--- a/app-misc/hardinfo/hardinfo-0.5.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:
-
-EAPI="2"
-
-inherit linux-info multilib toolchain-funcs
-
-DESCRIPTION="HardInfo is a system information and benchmark tool for Linux systems"
-HOMEPAGE="http://hardinfo.berlios.de/"
-SRC_URI="http://download.berlios.de/hardinfo/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="network wireless"
-
-RDEPEND="x11-libs/gtk+:2
- net-libs/libsoup:2.4"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-pkg_setup() {
- if use wireless ; then
- CONFIG_CHECK="WIRELESS_EXT"
- linux-info_pkg_setup
- fi
-}
-
-src_configure() {
- sed -i \
- -e "s|CC = .*|CC = $(tc-getCC)|" \
- -e "s|CCFLAGS = \(.*\)|CCFLAGS = \1 ${CFLAGS}|" \
- -e 's|\($(CCFLAGS)\)|\1 $(LDFLAGS)|' \
- -e '/^CCSLOW =/d' \
- -e 's|CCSLOW|CC|g' \
- Makefile.in || die "sed failed"
-
-
- # not autoconf
- sed -i \
- -e "s|LIBDIR='/usr/lib'|LIBDIR='/usr/$(get_libdir)'|" \
- -e "s|LINUX_WE=1|LINUX_WE=$(use wireless && echo 1 || echo -1)|" \
- -e "s|SOUP=1|SOUP=$(use_wireless && echo 1 || echo -1)|" \
- configure || die "sed failed"
-
- ./configure || die "configure failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc TODO
-}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-10-24 8:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-24 8:16 [gentoo-commits] dev/dev-zero:master commit in: app-misc/hardinfo/ Tiziano Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox