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 78AFC58974 for ; Sat, 16 Jan 2016 11:50:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66A4921C011; Sat, 16 Jan 2016 11:50:52 +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 DED7A21C011 for ; Sat, 16 Jan 2016 11:50:51 +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 01A6F340B10 for ; Sat, 16 Jan 2016 11:50:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C0B2CF9 for ; Sat, 16 Jan 2016 11:50:48 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1452945042.2195ad682ebf8bc87adb0e0dc0b4cbd8c78f153f.pacho@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 X-VCS-Directories: x11-apps/copyq/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 2195ad682ebf8bc87adb0e0dc0b4cbd8c78f153f X-VCS-Branch: master Date: Sat, 16 Jan 2016 11:50:48 +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: 6c3df43f-e090-438c-a95f-cb3ace36767c X-Archives-Hash: 964ae2997b536785d42c051e641eb2f0 commit: 2195ad682ebf8bc87adb0e0dc0b4cbd8c78f153f Author: Pacho Ramos gentoo org> AuthorDate: Sat Jan 16 11:50:22 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Jan 16 11:50:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2195ad68 x11-apps/copyq: Drop old Package-Manager: portage-2.2.26 x11-apps/copyq/Manifest | 1 - x11-apps/copyq/copyq-2.4.9.ebuild | 51 --------------------------------------- 2 files changed, 52 deletions(-) diff --git a/x11-apps/copyq/Manifest b/x11-apps/copyq/Manifest index 5782a50..e408044 100644 --- a/x11-apps/copyq/Manifest +++ b/x11-apps/copyq/Manifest @@ -1,2 +1 @@ -DIST copyq-2.4.9.tar.gz 1415277 SHA256 0736602eef82bd8ddfb7edb2a4c49b898897f7d25ddc2ae249ed50fd4406a8f4 SHA512 e790b2d7531a3e4eb3b88af720074ba35aedae8ef530ee89c78d798720fcf5668b52f4c7f27ea22828dbfac33dbf22260f69294e3fff587c2d05a36844210421 WHIRLPOOL 0cf03d36a9a7b1f1f62453af30b2301929d0ffc022c7e6290346fe6a9af11cb0a1a7a8128daf10fd73166a9ba4f6c9f2c57899229b1fc404ffe6b81dedfa3b78 DIST copyq-2.5.0.tar.gz 1428790 SHA256 7726745056e8d82625531defc75b2a740d3c42131ecce1f3181bc0a0bae51fb1 SHA512 0489c95fe8365ef9d927e14ad42c01ff9533928e403edbb92d0b9935713d7944edab1f939f100f74a0ddb219c4cf57cedf955362f35d23c706e25c64de725cc7 WHIRLPOOL f41d6ee1bf4fea4ab38bb01b4ef26988bb9968f1a8bc6ed21637318e687419853fc406fe688f01bc83cbce90f67bd9f98db2e48cda80afebcb2bb9897b7e63a5 diff --git a/x11-apps/copyq/copyq-2.4.9.ebuild b/x11-apps/copyq/copyq-2.4.9.ebuild deleted file mode 100644 index e33c6e6..0000000 --- a/x11-apps/copyq/copyq-2.4.9.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# 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 -}