forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lxqt-base/libsysstat: Version bump to 0.3.2
Package-Manager: portage-2.3.1
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST libsysstat-0.3.1.tar.xz 18884 SHA256 88e1031db659427d6549723d13317708e210cc833042c205ebfd447183b31648 SHA512 00413afc6363c38a0c15f5f617c47600711f06d072bc312d5e301f4bb9a8f42effa66f1fb600a4e6147ed30b48c32bee0e3879bbe411c12bef9cc8eaa20f566d WHIRLPOOL f5f57de365bd94c83e415c932d78d77476457af7d61e0cf547d416b3ae7abbf6cf8ce1925557f494b0d6ef71847978f70c7b1f2c09344895276007f13c4e53f2 | ||
DIST libsysstat-0.3.2.tar.xz 20344 SHA256 783ce129e781a9d7cd22b31f59ca6d739801dd4ec7107545084bbfb25aab2838 SHA512 6676f2670b09c1f94f4d17385016e119ce69345377a31d80d4c0b65a0c9d79993ae4d80e6801c5ea40b47ce813530a2819a278243f3c350335bfddb3593befcb WHIRLPOOL d32d60887b4548e3a529848826d8d310fcededb1855fa64db100bfbd51418aa54cba52738d786994f95d0724af9373300f3bce3c6e0d7ef231773414274fc104 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
inherit cmake-utils | ||
|
||
DESCRIPTION="A Qt-based interface to system statistics" | ||
HOMEPAGE="http://lxqt.org/" | ||
|
||
if [[ ${PV} = *9999* ]]; then | ||
inherit git-r3 | ||
EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" | ||
else | ||
SRC_URI="https://downloads.lxqt.org/${PN}/${PV}/${P}.tar.xz" | ||
KEYWORDS="~amd64 ~arm ~arm64 ~x86" | ||
fi | ||
|
||
LICENSE="LGPL-2.1+" | ||
SLOT="0" | ||
|
||
RDEPEND=" | ||
dev-qt/qtcore:5 | ||
" | ||
DEPEND="${RDEPEND} | ||
dev-qt/linguist-tools:5 | ||
" |