Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/slop/
Date: Wed, 30 Aug 2017 06:26:50
Message-Id: 1504074157.a4472a3914f5dc2ceb8db53869dff4f02bc12a10.soap@gentoo
1 commit: a4472a3914f5dc2ceb8db53869dff4f02bc12a10
2 Author: Ingolf Wagner <contact <AT> ingolf-wagner <DOT> de>
3 AuthorDate: Tue Aug 29 21:52:05 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 30 06:22:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4472a39
7
8 x11-misc/slop: bump version to 6.3.46
9
10 Closes: https://github.com/gentoo/gentoo/pull/4950
11
12 x11-misc/slop/Manifest | 1 +
13 x11-misc/slop/slop-6.3.46.ebuild | 27 +++++++++++++++++++++++++++
14 2 files changed, 28 insertions(+)
15
16 diff --git a/x11-misc/slop/Manifest b/x11-misc/slop/Manifest
17 index e002bc62316..d1b88225cfb 100644
18 --- a/x11-misc/slop/Manifest
19 +++ b/x11-misc/slop/Manifest
20 @@ -1 +1,2 @@
21 DIST slop-4.3.21.tar.gz 488238 SHA256 352eb367a8d11686adb182c7dbddf65d55b0ee4d5a2257a07486d5728722177c SHA512 4489a108883b785eb5dda368a06ea0b7c61e3afeefdeb421f211e01e3cb7eb20836200197abc755be653f086fcd3b8647a460dacf15062fe2cd44438b4f54b68 WHIRLPOOL 651d5c736fd4a8431fd9967280181c8512a4948c9534d73cc8c035cf9a925dffc22e966ffed79421ec2e1fae1c6008af4e6cac7413a8efe45a8f5f2e8f6113e2
22 +DIST slop-6.3.46.tar.gz 89391 SHA256 228ef2bf5d4824af5c22c87ce040080f0ce7385d0538bf2641dcd6ce70486e1a SHA512 9f44bbb8e14e71a17858711d8da902cb9cf5dc65ed47284be15122f2d1793544deab7f0700517bd07e44613662bfbc7f0991f3d36dcf74af6f90de5fbbd79558 WHIRLPOOL 72bdefd6657df687ea5af038f9635c3a1033fcf67d316b1983a55ce86e067f21733a8c2a752281ce59e15ada562ce001eded09dcb87e8ec989cc2325fdb904c4
23
24 diff --git a/x11-misc/slop/slop-6.3.46.ebuild b/x11-misc/slop/slop-6.3.46.ebuild
25 new file mode 100644
26 index 00000000000..d8334f019a4
27 --- /dev/null
28 +++ b/x11-misc/slop/slop-6.3.46.ebuild
29 @@ -0,0 +1,27 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +
35 +inherit cmake-utils
36 +
37 +DESCRIPTION="An application that queries the user for a selection for printing"
38 +HOMEPAGE="https://github.com/naelstrof/slop"
39 +SRC_URI="https://github.com/naelstrof/slop/archive/v${PV}.tar.gz -> ${P}.tar.gz"
40 +
41 +LICENSE="GPL-3"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~x86"
44 +IUSE=""
45 +
46 +RDEPEND="
47 + dev-libs/icu
48 + virtual/opengl
49 + x11-libs/libX11
50 + x11-libs/libXext
51 + x11-libs/libXrender
52 +"
53 +DEPEND="
54 + ${RDEPEND}
55 + media-libs/glm
56 +"