sys-apps/systemd: Merge "bump required app-arch/lz4 version to 0_p131"
[gentoo.git] / app-admin / hardinfo / hardinfo-0.5.2_pre20130823.ebuild
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=5
6
7 inherit cmake-utils
8
9 DESCRIPTION="A system information and benchmark tool for Linux systems"
10 HOMEPAGE="http://hardinfo.org/"
11 SRC_URI="https://dev.gentoo.org/~hasufell/distfiles/${P}.tar.xz"
12
13 LICENSE="GPL-2"
14 SLOT="0"
15 KEYWORDS="amd64 x86"
16 IUSE=""
17
18 RDEPEND="dev-libs/glib:2
19         net-libs/libsoup
20         x11-libs/gdk-pixbuf
21         x11-libs/gtk+:2
22         x11-libs/pango"
23 DEPEND="${RDEPEND}
24         virtual/pkgconfig"