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 05E88138359 for ; Tue, 14 Jul 2020 21:12:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 231A8E0899; Tue, 14 Jul 2020 21:12:03 +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 06270E0899 for ; Tue, 14 Jul 2020 21:12:02 +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 318BC34F136 for ; Tue, 14 Jul 2020 21:12:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAAC62D3 for ; Tue, 14 Jul 2020 21:11:57 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1594761105.975ddff2261b381e91c26f0dadd70f22c55649aa.asturm@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-7.4.ebuild X-VCS-Directories: x11-misc/slop/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 975ddff2261b381e91c26f0dadd70f22c55649aa X-VCS-Branch: master Date: Tue, 14 Jul 2020 21:11:57 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9be74f67-5332-456a-955b-a35ac1dab44a X-Archives-Hash: 6ae393b2d0ffe143b298d5cf47af73cd commit: 975ddff2261b381e91c26f0dadd70f22c55649aa Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jul 14 20:09:07 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jul 14 21:11:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=975ddff2 x11-misc/slop: Drop 7.4 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-misc/slop/Manifest | 1 - x11-misc/slop/slop-7.4.ebuild | 42 ------------------------------------------ 2 files changed, 43 deletions(-) diff --git a/x11-misc/slop/Manifest b/x11-misc/slop/Manifest index 6ea0008d788..58b030f8048 100644 --- a/x11-misc/slop/Manifest +++ b/x11-misc/slop/Manifest @@ -1,2 +1 @@ -DIST slop-7.4.tar.gz 50079 BLAKE2B 20815270bf1bffe0ef26630fd31d0d4cc7261633cef389e64c232a89033b6e8b5e1651fb5c882e2870808107734c4c088123b85675fa2aae932570d770344dc8 SHA512 13d09c2c9f05760ee0a273edb6d40da8a87989d3f071a8c868a0c7e535ba89b9eb934c79d56212cd689687f86e3683cef1b749ef7b37be3805ea8eb05c796e58 DIST slop-7.5.tar.gz 51060 BLAKE2B 8d0fcf932181dfc482be7c54cf5a08605a32c85bcd8b27223a4cd8a08323382e802a7f20faa6c51fe67583b1d320cf783c7b5cc8b871e534ea11a32b827e1f45 SHA512 c02e40c5b924841996617fcc9629a6a739a04b6128c18e1eb06dc285d2f8026d847e67077fb59a111fc45c112f871a6e5faef20108c3d777271e1d4aca7f4737 diff --git a/x11-misc/slop/slop-7.4.ebuild b/x11-misc/slop/slop-7.4.ebuild deleted file mode 100644 index a61629c541d..00000000000 --- a/x11-misc/slop/slop-7.4.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -: ${CMAKE_MAKEFILE_GENERATOR:=ninja} -inherit cmake-utils - -DESCRIPTION="An application that queries the user for a selection for printing" -HOMEPAGE="https://github.com/naelstrof/slop" - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/naelstrof/slop.git" -else - SRC_URI="https://github.com/naelstrof/slop/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-3" -SLOT="0/${PV}" -IUSE="opengl" - -RDEPEND=" - dev-libs/icu:= - x11-libs/libX11 - x11-libs/libXext - opengl? ( - media-libs/glew:0= - virtual/opengl - x11-libs/libXrender:= - )" -DEPEND=" - ${RDEPEND} - media-libs/glm" - -src_configure() { - local mycmakeargs=( - -DSLOP_OPENGL=$(usex opengl) - ) - cmake-utils_src_configure -}