diff options
author | Sam James <sam@gentoo.org> | 2022-04-17 20:14:54 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-17 20:17:25 +0100 |
commit | 5d55186cc60fdf72fac6b31c23c5557a10445107 (patch) | |
tree | f0b3bf64029996aae39083e8a7d5a5d06bf930f1 /x11-misc | |
parent | x11-misc/gpaste: drop 3.36.3, 3.42.2 (diff) | |
download | gentoo-5d55186cc60fdf72fac6b31c23c5557a10445107.tar.gz gentoo-5d55186cc60fdf72fac6b31c23c5557a10445107.tar.bz2 gentoo-5d55186cc60fdf72fac6b31c23c5557a10445107.zip |
x11-misc/slop: drop 7.5
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/slop/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/slop/slop-7.5.ebuild | 47 |
2 files changed, 0 insertions, 48 deletions
diff --git a/x11-misc/slop/Manifest b/x11-misc/slop/Manifest index 4dace195982a..1760412cfce0 100644 --- a/x11-misc/slop/Manifest +++ b/x11-misc/slop/Manifest @@ -1,2 +1 @@ -DIST slop-7.5.tar.gz 51060 BLAKE2B 8d0fcf932181dfc482be7c54cf5a08605a32c85bcd8b27223a4cd8a08323382e802a7f20faa6c51fe67583b1d320cf783c7b5cc8b871e534ea11a32b827e1f45 SHA512 c02e40c5b924841996617fcc9629a6a739a04b6128c18e1eb06dc285d2f8026d847e67077fb59a111fc45c112f871a6e5faef20108c3d777271e1d4aca7f4737 DIST slop-7.6.tar.gz 198605 BLAKE2B fcf8b0e1212f50044aa3e3a15d208ee3fda9e1883b9601beba6b29ad574555db83f382547bbe064570765e1ed1e7c0c92bf891edadf89f006bfdf10a5b469c66 SHA512 d1abc50cad124cfb11e9b57c38c824efb2ece3dffce8e54e451ce4adc4a7ad441c6171b7df5d1c8dfa66c875a12cf07b206ba3b87229c0e5f2ddf744d7922fc3 diff --git a/x11-misc/slop/slop-7.5.ebuild b/x11-misc/slop/slop-7.5.ebuild deleted file mode 100644 index 2a2d4fd07ad8..000000000000 --- a/x11-misc/slop/slop-7.5.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="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= - media-libs/libglvnd - virtual/opengl - x11-libs/libXrender:= - ) -" -DEPEND="${RDEPEND} - media-libs/glm -" - -PATCHES=( - "${FILESDIR}"/${P}-missing-header.patch -) - -src_configure() { - local mycmakeargs=( - -DSLOP_OPENGL=$(usex opengl) - ) - cmake_src_configure -} |