From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9AA14138247 for ; Sun, 3 Nov 2013 15:51:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D7AEE0B05; Sun, 3 Nov 2013 15:51:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B2E4FE0B05 for ; Sun, 3 Nov 2013 15:51:38 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0EB533EE5B for ; Sun, 3 Nov 2013 15:51:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E8E0CE545C for ; Sun, 3 Nov 2013 15:51:34 +0000 (UTC) From: "Ben de Groot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben de Groot" Message-ID: <1383493880.7a60e5c02c4c6f493baa06f963f95e72a97b4f9e.yngwin@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxde-base/libsysstat/ X-VCS-Repository: proj/qt X-VCS-Files: lxde-base/libsysstat/libsysstat-9999.ebuild lxde-base/libsysstat/metadata.xml X-VCS-Directories: lxde-base/libsysstat/ X-VCS-Committer: yngwin X-VCS-Committer-Name: Ben de Groot X-VCS-Revision: 7a60e5c02c4c6f493baa06f963f95e72a97b4f9e X-VCS-Branch: master Date: Sun, 3 Nov 2013 15:51:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7ebf68d6-9f6f-4d7c-9936-f41f1372f309 X-Archives-Hash: c578a9c21794f6f10ee48346de153760 commit: 7a60e5c02c4c6f493baa06f963f95e72a97b4f9e Author: Ben de Groot gentoo org> AuthorDate: Sun Nov 3 15:51:20 2013 +0000 Commit: Ben de Groot gentoo org> CommitDate: Sun Nov 3 15:51:20 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=7a60e5c0 lxde-base/libsysstat: initial commit --- lxde-base/libsysstat/libsysstat-9999.ebuild | 26 ++++++++++++++++++++++++++ lxde-base/libsysstat/metadata.xml | 6 ++++++ 2 files changed, 32 insertions(+) diff --git a/lxde-base/libsysstat/libsysstat-9999.ebuild b/lxde-base/libsysstat/libsysstat-9999.ebuild new file mode 100644 index 0000000..6bbe4df --- /dev/null +++ b/lxde-base/libsysstat/libsysstat-9999.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +inherit cmake-utils + +DESCRIPTION="A Qt-based interface to system statistics" +HOMEPAGE="http://www.lxde.org/" + +if [[ ${PV} = *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="git://github.com/lxde/${PN}.git" + EGIT_BRANCH="master" + KEYWORDS="" +else + SRC_URI="mirror://sourceforge/lxde/${P}.tar.bz2" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-2 LGPL-2.1+" +SLOT="0" +IUSE="" + +DEPEND="dev-qt/qtcore:4" +RDEPEND="${DEPEND}" diff --git a/lxde-base/libsysstat/metadata.xml b/lxde-base/libsysstat/metadata.xml new file mode 100644 index 0000000..c141026 --- /dev/null +++ b/lxde-base/libsysstat/metadata.xml @@ -0,0 +1,6 @@ + + + + lxde + qt +