lxqt-base/libsysstat: Version bump to 0.3.2
authorManuel Rüger <mrueg@gentoo.org>
Mon, 26 Sep 2016 22:53:09 +0000 (00:53 +0200)
committerManuel Rüger <mrueg@gentoo.org>
Mon, 26 Sep 2016 22:53:09 +0000 (00:53 +0200)
Package-Manager: portage-2.3.1

lxqt-base/libsysstat/Manifest
lxqt-base/libsysstat/libsysstat-0.3.2.ebuild [new file with mode: 0644]

index 3f0fcb19d0061bcb994eeb2e819b0d2308c2971b..5e7323ec51d94d03d02ae908350815aa48a0e216 100644 (file)
@@ -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
diff --git a/lxqt-base/libsysstat/libsysstat-0.3.2.ebuild b/lxqt-base/libsysstat/libsysstat-0.3.2.ebuild
new file mode 100644 (file)
index 0000000..603a23b
--- /dev/null
@@ -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
+"