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 35A34138010 for ; Thu, 4 Oct 2012 06:05:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F4C521C028; Thu, 4 Oct 2012 06:05:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E104621C028 for ; Thu, 4 Oct 2012 06:05:43 +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 4B33133C4F0 for ; Thu, 4 Oct 2012 06:05:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D9CBDE5436 for ; Thu, 4 Oct 2012 06:05:40 +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: <1349330725.218946e9e86375c808ef84604d0d43c1353c46f9.yngwin@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: razorqt-base/libqtxdg/ X-VCS-Repository: proj/qt X-VCS-Files: razorqt-base/libqtxdg/libqtxdg-9999.ebuild razorqt-base/libqtxdg/metadata.xml X-VCS-Directories: razorqt-base/libqtxdg/ X-VCS-Committer: yngwin X-VCS-Committer-Name: Ben de Groot X-VCS-Revision: 218946e9e86375c808ef84604d0d43c1353c46f9 X-VCS-Branch: master Date: Thu, 4 Oct 2012 06:05:40 +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: 265842f9-2296-4c61-8d2b-dd5ea89f9646 X-Archives-Hash: db81f680944c7b7928f5501059372fb5 commit: 218946e9e86375c808ef84604d0d43c1353c46f9 Author: Ben de Groot gmail com> AuthorDate: Thu Oct 4 06:05:25 2012 +0000 Commit: Ben de Groot gentoo org> CommitDate: Thu Oct 4 06:05:25 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=218946e9 razorqt-base/libqtxdg: initial commit --- razorqt-base/libqtxdg/libqtxdg-9999.ebuild | 32 ++++++++++++++++++++++++++++ razorqt-base/libqtxdg/metadata.xml | 5 ++++ 2 files changed, 37 insertions(+), 0 deletions(-) diff --git a/razorqt-base/libqtxdg/libqtxdg-9999.ebuild b/razorqt-base/libqtxdg/libqtxdg-9999.ebuild new file mode 100644 index 0000000..65fd45f --- /dev/null +++ b/razorqt-base/libqtxdg/libqtxdg-9999.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 +inherit cmake-utils + +DESCRIPTION="A Qt implementation of XDG standards" +HOMEPAGE="http://razor-qt.org/" + +if [[ ${PV} = *9999* ]]; then +inherit git-2 + EGIT_REPO_URI="git://github.com/Razor-qt/razor-qt.git" + EGIT_BRANCH="master" + KEYWORDS="" +else + SRC_URI="https://github.com/downloads/Razor-qt/razor-qt/${P}.tar.bz2" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="LGPL-2+" +SLOT="0" +IUSE="" + +DEPEND="sys-apps/file + x11-libs/qt-core:4 + x11-libs/qt-gui:4 + !x11-wm/razorqt" +RDEPEND="${DEPEND} + x11-misc/xdg-utils" + +CMAKE_USE_DIR=${S}/libraries/qtxdg diff --git a/razorqt-base/libqtxdg/metadata.xml b/razorqt-base/libqtxdg/metadata.xml new file mode 100644 index 0000000..3cbebd8 --- /dev/null +++ b/razorqt-base/libqtxdg/metadata.xml @@ -0,0 +1,5 @@ + + + + qt +