x11-misc/slop: Remove old
authorDavid Seifert <soap@gentoo.org>
Mon, 23 Apr 2018 08:22:42 +0000 (10:22 +0200)
committerDavid Seifert <soap@gentoo.org>
Tue, 24 Apr 2018 09:21:19 +0000 (11:21 +0200)
Package-Manager: Portage-2.3.31, Repoman-2.3.9

x11-misc/slop/Manifest
x11-misc/slop/slop-6.3.46.ebuild [deleted file]

index 2ed1af945a0c5b7f9f552c43cd0b72b232283753..dde7b8e91c764c4d74517f9a2b5a65f07853d4d7 100644 (file)
@@ -1,2 +1 @@
-DIST slop-6.3.46.tar.gz 89391 BLAKE2B 0150ca63e4a598e892abd5505e867f01204f29796dc378a7f3d0c041c1a27f000e98962c41cbf8109573575b37449c1869f29f988c5d2046b504382b2a56779d SHA512 9f44bbb8e14e71a17858711d8da902cb9cf5dc65ed47284be15122f2d1793544deab7f0700517bd07e44613662bfbc7f0991f3d36dcf74af6f90de5fbbd79558
 DIST slop-7.4.tar.gz 50079 BLAKE2B 20815270bf1bffe0ef26630fd31d0d4cc7261633cef389e64c232a89033b6e8b5e1651fb5c882e2870808107734c4c088123b85675fa2aae932570d770344dc8 SHA512 13d09c2c9f05760ee0a273edb6d40da8a87989d3f071a8c868a0c7e535ba89b9eb934c79d56212cd689687f86e3683cef1b749ef7b37be3805ea8eb05c796e58
diff --git a/x11-misc/slop/slop-6.3.46.ebuild b/x11-misc/slop/slop-6.3.46.ebuild
deleted file mode 100644 (file)
index 796bb1f..0000000
+++ /dev/null
@@ -1,27 +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=""
-
-RDEPEND="
-       dev-libs/icu:=
-       virtual/opengl
-       x11-libs/libX11
-       x11-libs/libXext
-       x11-libs/libXrender"
-DEPEND="
-       ${RDEPEND}
-       media-libs/glm"
-
-PATCHES=( "${FILESDIR}"/${PN}-6.3.46-fix-build-system.patch )