diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-12-30 20:12:26 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-12-30 20:13:57 +1100 |
commit | 8b05a51861d57b5c5115f30dac4b8f936372a9bb (patch) | |
tree | cca03c33e15c10068d76180d65ed3d8922712288 /x11-misc/slop/slop-4.3.21.ebuild | |
parent | media-sound/supercollider: Proxied maintainer retired (diff) | |
download | gentoo-8b05a51861d57b5c5115f30dac4b8f936372a9bb.tar.gz gentoo-8b05a51861d57b5c5115f30dac4b8f936372a9bb.tar.bz2 gentoo-8b05a51861d57b5c5115f30dac4b8f936372a9bb.zip |
x11-misc/slop: remove 4.3.21
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'x11-misc/slop/slop-4.3.21.ebuild')
-rw-r--r-- | x11-misc/slop/slop-4.3.21.ebuild | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/x11-misc/slop/slop-4.3.21.ebuild b/x11-misc/slop/slop-4.3.21.ebuild deleted file mode 100644 index 20411872e466..000000000000 --- a/x11-misc/slop/slop-4.3.21.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# 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="opengl" - -RDEPEND=" - x11-libs/libX11 - x11-libs/libXext - opengl? ( - media-libs/glew:0= - media-libs/imlib2 - virtual/opengl - x11-libs/libXrandr - x11-libs/libXrender - )" -DEPEND=" - ${RDEPEND} - opengl? ( - media-libs/glm - )" - -PATCHES=( - "${FILESDIR}/${PN}-4.3.21-no-cppcheck.patch" - "${FILESDIR}/${PN}-4.3.21-no-gengetopt.patch" - "${FILESDIR}/${PN}-4.3.21-no-librt.patch" -) - -src_prepare() { - use opengl || PATCHES+=( "${FILESDIR}/${PN}-4.3.21-no-opengl.patch" ) - cmake-utils_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DCMAKE_OPENGL_SUPPORT=$(usex opengl) - ) - cmake-utils_src_configure -} |