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 584F61381FA for ; Mon, 2 Jun 2014 12:00:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 163C6E0AD6; Mon, 2 Jun 2014 12:00:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9910DE0AD6 for ; Mon, 2 Jun 2014 12:00:52 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7BA9433FF67 for ; Mon, 2 Jun 2014 12:00:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 08EDD181A9 for ; Mon, 2 Jun 2014 12:00:50 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1401707146.75c0dab7d1ceeb1e4471d3c8bd83fe83191bc132.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: app-admin/lxqt-admin/ X-VCS-Repository: proj/qt X-VCS-Files: app-admin/lxqt-admin/lxqt-admin-9999.ebuild app-admin/lxqt-admin/metadata.xml X-VCS-Directories: app-admin/lxqt-admin/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 75c0dab7d1ceeb1e4471d3c8bd83fe83191bc132 X-VCS-Branch: master Date: Mon, 2 Jun 2014 12:00:50 +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: 977afca6-848d-479a-88f2-94802f11ef63 X-Archives-Hash: 43dfa783cbf88ec19872541599de21fc commit: 75c0dab7d1ceeb1e4471d3c8bd83fe83191bc132 Author: Jauhien Piatlicki gentoo org> AuthorDate: Mon Jun 2 11:05:46 2014 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Mon Jun 2 11:05:46 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=75c0dab7 Add app-admin/lxqt-admin --- app-admin/lxqt-admin/lxqt-admin-9999.ebuild | 22 ++++++++++++++++++++++ app-admin/lxqt-admin/metadata.xml | 5 +++++ 2 files changed, 27 insertions(+) diff --git a/app-admin/lxqt-admin/lxqt-admin-9999.ebuild b/app-admin/lxqt-admin/lxqt-admin-9999.ebuild new file mode 100644 index 0000000..cdee4d5 --- /dev/null +++ b/app-admin/lxqt-admin/lxqt-admin-9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +inherit cmake-utils + +DESCRIPTION="LXQt system administration tool" +HOMEPAGE="http://www.lxqt.org/" + +inherit git-r3 +EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" + +LICENSE="LGPL-2.1+" +SLOT="0" + +DEPEND="dev-libs/glib:2 + dev-libs/liboobs + dev-qt/qtcore:4 + dev-qt/qtgui:4 + ~lxqt-base/liblxqt-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-admin/lxqt-admin/metadata.xml b/app-admin/lxqt-admin/metadata.xml new file mode 100644 index 0000000..f988383 --- /dev/null +++ b/app-admin/lxqt-admin/metadata.xml @@ -0,0 +1,5 @@ + + + + lxqt +