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 5645E1387B1 for ; Tue, 22 Sep 2015 09:19:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 528B6E0857; Tue, 22 Sep 2015 09:19:13 +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 DF507E0857 for ; Tue, 22 Sep 2015 09:19:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 612BA3408E5 for ; Tue, 22 Sep 2015 09:19:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 512BC16C for ; Tue, 22 Sep 2015 09:19:09 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1442913548.bc73443fc9d6d6d3775890225c5f30101121d5a5.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/copyq/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/copyq/Manifest x11-apps/copyq/copyq-2.4.9.ebuild x11-apps/copyq/metadata.xml X-VCS-Directories: x11-apps/copyq/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: bc73443fc9d6d6d3775890225c5f30101121d5a5 X-VCS-Branch: master Date: Tue, 22 Sep 2015 09:19:09 +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: f2a02f5b-9aca-43bb-92fc-0336e49be504 X-Archives-Hash: df2307b324a396457cbfd2fb9c96061d commit: bc73443fc9d6d6d3775890225c5f30101121d5a5 Author: Justin Lecher gentoo org> AuthorDate: Tue Sep 22 09:18:59 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Sep 22 09:19:08 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc73443f x11-apps/copyq: New package initial ebuild written by keenblade and Paul Tobias Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=499350 Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher gentoo.org> x11-apps/copyq/Manifest | 1 + x11-apps/copyq/copyq-2.4.9.ebuild | 51 +++++++++++++++++++++++++++++++++++++++ x11-apps/copyq/metadata.xml | 14 +++++++++++ 3 files changed, 66 insertions(+) diff --git a/x11-apps/copyq/Manifest b/x11-apps/copyq/Manifest new file mode 100644 index 0000000..db3b0fd --- /dev/null +++ b/x11-apps/copyq/Manifest @@ -0,0 +1 @@ +DIST copyq-2.4.9.tar.gz 1415277 SHA256 0736602eef82bd8ddfb7edb2a4c49b898897f7d25ddc2ae249ed50fd4406a8f4 SHA512 e790b2d7531a3e4eb3b88af720074ba35aedae8ef530ee89c78d798720fcf5668b52f4c7f27ea22828dbfac33dbf22260f69294e3fff587c2d05a36844210421 WHIRLPOOL 0cf03d36a9a7b1f1f62453af30b2301929d0ffc022c7e6290346fe6a9af11cb0a1a7a8128daf10fd73166a9ba4f6c9f2c57899229b1fc404ffe6b81dedfa3b78 diff --git a/x11-apps/copyq/copyq-2.4.9.ebuild b/x11-apps/copyq/copyq-2.4.9.ebuild new file mode 100644 index 0000000..831a965 --- /dev/null +++ b/x11-apps/copyq/copyq-2.4.9.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit cmake-utils multilib + +DESCRIPTION="Clipboard manager with advanced features" +HOMEPAGE="https://github.com/hluk/CopyQ" +SRC_URI="https://github.com/hluk/CopyQ/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-3" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="qt4 +qt5 test webkit" + +REQUIRED_USE="|| ( qt4 qt5 )" + +RDEPEND=" + x11-libs/libX11 + x11-libs/libXfixes + x11-libs/libXtst + qt4? ( + dev-qt/qtcore:4= + dev-qt/qtgui:4= + dev-qt/qtscript:4= + webkit? ( dev-qt/qtwebkit:4= ) + ) + qt5? ( + dev-qt/qtcore:5= + dev-qt/qtgui:5= + dev-qt/qtnetwork:5= + dev-qt/qtscript:5= + dev-qt/qtwidgets:5= + webkit? ( dev-qt/qtwebkit:5= ) + ) +" +DEPEND="${RDEPEND}" + +S="${WORKDIR}"/CopyQ-${PV} + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with qt5) + $(cmake-utils_use_with webkit) + $(cmake-utils_use_with test TESTS) + -DPLUGIN_INSTALL_PREFIX=/usr/$(get_libdir)/${PN}/plugins/ + ) + cmake-utils_src_configure +} diff --git a/x11-apps/copyq/metadata.xml b/x11-apps/copyq/metadata.xml new file mode 100644 index 0000000..584ed1f --- /dev/null +++ b/x11-apps/copyq/metadata.xml @@ -0,0 +1,14 @@ + + + + + jlec@gentoo.org + Justin Lecher + + + + enables the application to use advanced HTML rendering and fetching + remote images and other data + + +