From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0BC9E1396D1 for ; Wed, 30 Aug 2017 06:26:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22A541FC018; Wed, 30 Aug 2017 06:26:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F26351FC017 for ; Wed, 30 Aug 2017 06:26:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D60B33BE4E for ; Wed, 30 Aug 2017 06:26:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AEB6A8792 for ; Wed, 30 Aug 2017 06:26:45 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1504074157.a4472a3914f5dc2ceb8db53869dff4f02bc12a10.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/slop/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/slop/Manifest x11-misc/slop/slop-6.3.46.ebuild X-VCS-Directories: x11-misc/slop/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: a4472a3914f5dc2ceb8db53869dff4f02bc12a10 X-VCS-Branch: master Date: Wed, 30 Aug 2017 06:26:45 +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: 613671fb-1c36-41ba-88bf-47bdd4c979f6 X-Archives-Hash: a76499e8773512e7753dc6eb0b4f2aed commit: a4472a3914f5dc2ceb8db53869dff4f02bc12a10 Author: Ingolf Wagner ingolf-wagner de> AuthorDate: Tue Aug 29 21:52:05 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Aug 30 06:22:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4472a39 x11-misc/slop: bump version to 6.3.46 Closes: https://github.com/gentoo/gentoo/pull/4950 x11-misc/slop/Manifest | 1 + x11-misc/slop/slop-6.3.46.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/x11-misc/slop/Manifest b/x11-misc/slop/Manifest index e002bc62316..d1b88225cfb 100644 --- a/x11-misc/slop/Manifest +++ b/x11-misc/slop/Manifest @@ -1 +1,2 @@ DIST slop-4.3.21.tar.gz 488238 SHA256 352eb367a8d11686adb182c7dbddf65d55b0ee4d5a2257a07486d5728722177c SHA512 4489a108883b785eb5dda368a06ea0b7c61e3afeefdeb421f211e01e3cb7eb20836200197abc755be653f086fcd3b8647a460dacf15062fe2cd44438b4f54b68 WHIRLPOOL 651d5c736fd4a8431fd9967280181c8512a4948c9534d73cc8c035cf9a925dffc22e966ffed79421ec2e1fae1c6008af4e6cac7413a8efe45a8f5f2e8f6113e2 +DIST slop-6.3.46.tar.gz 89391 SHA256 228ef2bf5d4824af5c22c87ce040080f0ce7385d0538bf2641dcd6ce70486e1a SHA512 9f44bbb8e14e71a17858711d8da902cb9cf5dc65ed47284be15122f2d1793544deab7f0700517bd07e44613662bfbc7f0991f3d36dcf74af6f90de5fbbd79558 WHIRLPOOL 72bdefd6657df687ea5af038f9635c3a1033fcf67d316b1983a55ce86e067f21733a8c2a752281ce59e15ada562ce001eded09dcb87e8ec989cc2325fdb904c4 diff --git a/x11-misc/slop/slop-6.3.46.ebuild b/x11-misc/slop/slop-6.3.46.ebuild new file mode 100644 index 00000000000..d8334f019a4 --- /dev/null +++ b/x11-misc/slop/slop-6.3.46.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils + +DESCRIPTION="An application that queries the user for a selection for printing" +HOMEPAGE="https://github.com/naelstrof/slop" +SRC_URI="https://github.com/naelstrof/slop/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-libs/icu + virtual/opengl + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXrender +" +DEPEND=" + ${RDEPEND} + media-libs/glm +"