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 9F66C1384B4 for ; Sat, 28 Nov 2015 17:36:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F50821C0DD; Sat, 28 Nov 2015 17:36:11 +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 8D30221C0E4 for ; Sat, 28 Nov 2015 17:36:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F13E03408EE for ; Sat, 28 Nov 2015 17:36:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5151EA50 for ; Sat, 28 Nov 2015 17:36:02 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1448525957.62365cf34d80a2d90f00a7626ab7637451ce4bbf.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-about/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxqt-base/lxqt-about/lxqt-about-0.10.0.ebuild X-VCS-Directories: lxqt-base/lxqt-about/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 62365cf34d80a2d90f00a7626ab7637451ce4bbf X-VCS-Branch: master Date: Sat, 28 Nov 2015 17:36:02 +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: 334b7353-6d52-4b33-b194-cd02306a8b00 X-Archives-Hash: b092e128321148c5e548eedaff61cb86 commit: 62365cf34d80a2d90f00a7626ab7637451ce4bbf Author: Paolo Pedroni users noreply github com> AuthorDate: Tue Nov 24 10:56:12 2015 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Nov 26 08:19:17 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62365cf3 lxqt-base/lxqt-about: Version bump to 0.10.0 Thanks to Alpha Bravo ungwana.de> in bug #564718 lxqt-base/lxqt-about/lxqt-about-0.10.0.ebuild | 31 +++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/lxqt-base/lxqt-about/lxqt-about-0.10.0.ebuild b/lxqt-base/lxqt-about/lxqt-about-0.10.0.ebuild new file mode 100644 index 0000000..b574c90 --- /dev/null +++ b/lxqt-base/lxqt-about/lxqt-about-0.10.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit cmake-utils + +DESCRIPTION="LXQt about dialog" +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/lxqt/${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" +fi + +LICENSE="GPL-2 LGPL-2.1+" +SLOT="0" + +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + dev-qt/qtxml:5 + ~lxqt-base/liblxqt-${PV} +" +RDEPEND="${DEPEND}"