commit: a4472a3914f5dc2ceb8db53869dff4f02bc12a10 Author: Ingolf Wagner <contact <AT> ingolf-wagner <DOT> de> AuthorDate: Tue Aug 29 21:52:05 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> 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 +"