x11-proto/scrnsaverproto: Drop old version
authorMatt Turner <mattst88@gentoo.org>
Mon, 23 Apr 2018 22:27:21 +0000 (15:27 -0700)
committerMatt Turner <mattst88@gentoo.org>
Mon, 23 Apr 2018 22:48:11 +0000 (15:48 -0700)
x11-proto/scrnsaverproto/Manifest [deleted file]
x11-proto/scrnsaverproto/scrnsaverproto-1.2.2-r1.ebuild [deleted file]

diff --git a/x11-proto/scrnsaverproto/Manifest b/x11-proto/scrnsaverproto/Manifest
deleted file mode 100644 (file)
index dcb167f..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST scrnsaverproto-1.2.2.tar.bz2 118820 BLAKE2B 96bcf9e37b2d2a7f646691f08d376e8307954a0e95ae557a4688e94406ef4c1ea841d5ac3373a00a6e368bf09139aaf1421f6d584961bd8e482c241b252ecc01 SHA512 e74a512a6101967983a1d713d22a1f456f77519998116ef0f0a9e4b44ae4730ecd41eb9c0f7fa53e9f5c94967541daf10693d701af832597f5347461c5990ebc
diff --git a/x11-proto/scrnsaverproto/scrnsaverproto-1.2.2-r1.ebuild b/x11-proto/scrnsaverproto/scrnsaverproto-1.2.2-r1.ebuild
deleted file mode 100644 (file)
index 44e90ea..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_DOC=doc
-XORG_MULTILIB=yes
-inherit xorg-2
-
-DESCRIPTION="X.Org ScrnSaver protocol headers"
-
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="!<x11-libs/libXScrnSaver-1.2"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
-       xorg-2_pkg_setup
-
-       XORG_CONFIGURE_OPTIONS=(
-               $(use_enable doc specs)
-               $(use_with doc xmlto)
-               --without-fop
-       )
-}