summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-05-01 13:40:47 -0700
committerMatt Turner <mattst88@gentoo.org>2019-05-01 13:40:47 -0700
commit9a35fe072401a09bf1fda6be9e9926e2b32a95ca (patch)
tree0e7deb981f73f20528bbf5f7e8f5cd282c9837d7 /x11-libs
parentx11-libs/libXdmcp: Drop old versions (diff)
downloadgentoo-9a35fe072401a09bf1fda6be9e9926e2b32a95ca.tar.gz
gentoo-9a35fe072401a09bf1fda6be9e9926e2b32a95ca.tar.bz2
gentoo-9a35fe072401a09bf1fda6be9e9926e2b32a95ca.zip
x11-libs/libXext: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libXext/Manifest1
-rw-r--r--x11-libs/libXext/libXext-1.3.3-r1.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/x11-libs/libXext/Manifest b/x11-libs/libXext/Manifest
index e042f4cc5337..d97a33a8595b 100644
--- a/x11-libs/libXext/Manifest
+++ b/x11-libs/libXext/Manifest
@@ -1,2 +1 @@
-DIST libXext-1.3.3.tar.bz2 389523 BLAKE2B 5f187b85bcc4736c57011964821ca7fafc4ef44caefcafe60fd4c14fd8f60df8e9bd67136d067b62aa1b16e43ee1ab158f0931f9c1120fb4e391dc40ad9a0468 SHA512 669d61545d10b999872addbf5628127840a221cbeaafb5ffa4328e0e0e1823583ece973bcafd5f13852ed58d4b0fe313a35f304ac80c6ed2b382cbbca977761a
DIST libXext-1.3.4.tar.bz2 389114 BLAKE2B 941ebf63583a05f40063ec0d2350a40ccc656c6463e58a347489f7dcd8dc5ae5c3b24b561d74a0af2661c2e3c941bd4ffd90295273c248f22e52f23e8d7c0ec9 SHA512 09146397d95f80c04701be1cc0a9c580ab5a085842ac31d17dfb6d4c2e42b4253b89cba695e54444e520be359883a76ffd02f42484c9e2ba2c33a5a40c29df4a
diff --git a/x11-libs/libXext/libXext-1.3.3-r1.ebuild b/x11-libs/libXext/libXext-1.3.3-r1.ebuild
deleted file mode 100644
index c318766369be..000000000000
--- a/x11-libs/libXext/libXext-1.3.3-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 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 Xext library"
-
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE=""
-
-RDEPEND="x11-base/xorg-proto
- >=x11-libs/libX11-1.6.2:=[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- XORG_CONFIGURE_OPTIONS=(
- $(use_enable doc specs)
- $(use_with doc xmlto)
- --without-fop
- )
- xorg-2_src_configure
-}