From ea7393aa4b648d0e76eaae5cb5a53f843b424f12 Mon Sep 17 00:00:00 2001 From: Paolo Pedroni Date: Tue, 24 Nov 2015 11:50:49 +0100 Subject: lxbt-base/libsysstat: Version bump to 0.3.1 --- lxqt-base/libsysstat/libsysstat-0.3.1.ebuild | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 lxqt-base/libsysstat/libsysstat-0.3.1.ebuild (limited to 'lxqt-base/libsysstat') diff --git a/lxqt-base/libsysstat/libsysstat-0.3.1.ebuild b/lxqt-base/libsysstat/libsysstat-0.3.1.ebuild new file mode 100644 index 00000000000..c8203a8c715 --- /dev/null +++ b/lxqt-base/libsysstat/libsysstat-0.3.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2015 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="GPL-2 LGPL-2.1+" +SLOT="0" + +RDEPEND=" + dev-qt/qtcore:5 +" +DEPEND="${RDEPEND} + dev-qt/linguist-tools:5 +" -- cgit v1.2.1