diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-12-03 20:24:08 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-12-03 21:36:36 -0500 |
commit | 3dd7d36d388ace609d14ab317a4769e92b10b164 (patch) | |
tree | eb1d7faaad8c74ba3b423bb3701f62893b3e3ef6 /x11-libs/libXpresent | |
parent | x11-libs/libXmu: Drop old versions (diff) | |
download | gentoo-3dd7d36d388ace609d14ab317a4769e92b10b164.tar.gz gentoo-3dd7d36d388ace609d14ab317a4769e92b10b164.tar.bz2 gentoo-3dd7d36d388ace609d14ab317a4769e92b10b164.zip |
x11-libs/libXpresent: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/libXpresent')
-rw-r--r-- | x11-libs/libXpresent/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libXpresent/files/libXpresent-1.0.0-add-depends-to-pkgconfig.patch | 29 | ||||
-rw-r--r-- | x11-libs/libXpresent/libXpresent-1.0.0-r1.ebuild | 22 |
3 files changed, 0 insertions, 52 deletions
diff --git a/x11-libs/libXpresent/Manifest b/x11-libs/libXpresent/Manifest index bba304e21fa7..c78a20b8a45c 100644 --- a/x11-libs/libXpresent/Manifest +++ b/x11-libs/libXpresent/Manifest @@ -1,2 +1 @@ -DIST libXpresent-1.0.0.tar.bz2 263461 BLAKE2B bc35477c5f0d8bb3403c00650f94a6625994e857f249b24d59e434dbac9696bc4403d14fc82a8aa2f27c3c3c818ebb0665612305873f1ad49bb3bb1e08e7de5a SHA512 e88b4ec4fcbc0417a0cbecc0ecd73f8085c496dc6d1a4902b6550750a69a1cb8bb76c436c7941ee3bf3c61ffc85bbd8f8327fca30f14815dbef1cd53bb8db16b DIST libXpresent-1.0.1.tar.xz 257136 BLAKE2B 22c66f595f8f42ed8a7bcf60c4ae5689e590e443d9e99785fc8747dabe7aa20031f303c72950c8fdd64b347776f84d17156d539cb83900d60a11dae3b6c21df8 SHA512 a4551f49a68f4487eb70dc5b50b7f745fbc8b6842cfa60422afe3834af41c504a37bcfddb4e7e9ee084b250df256034290776c8eb7d8838e392eb626fff55d25 diff --git a/x11-libs/libXpresent/files/libXpresent-1.0.0-add-depends-to-pkgconfig.patch b/x11-libs/libXpresent/files/libXpresent-1.0.0-add-depends-to-pkgconfig.patch deleted file mode 100644 index 1b5be70a4f3c..000000000000 --- a/x11-libs/libXpresent/files/libXpresent-1.0.0-add-depends-to-pkgconfig.patch +++ /dev/null @@ -1,29 +0,0 @@ -[mattst88] Dropped configure.ac changes. ebuild depends on these. - -From dd6771cdf6f04cde37eb14891573c0e55be83241 Mon Sep 17 00:00:00 2001 -From: Julien Cristau <jcristau@debian.org> -Date: Sun, 26 Apr 2015 17:53:15 +0200 -Subject: configure, xpresent.pc: require xext, xfixes and xrandr - -include/X11/extensions/Xpresent.h:#include <X11/extensions/Xfixes.h> -include/X11/extensions/Xpresent.h:#include <X11/extensions/Xrandr.h> -include/X11/extensions/Xpresent.h:#include <X11/extensions/sync.h> - -v2: also add requirement in xpresent.pc since we include those in our - public header - -Signed-off-by: Julien Cristau <jcristau@debian.org> - -diff --git a/xpresent.pc.in b/xpresent.pc.in -index d5d0d38..8f6047a 100644 ---- a/xpresent.pc.in -+++ b/xpresent.pc.in -@@ -7,6 +7,6 @@ Name: Xpresent - Description: X Present Library - Version: @PACKAGE_VERSION@ - Requires: xproto presentproto >= @PRESENTEXT_VERSION@ --Requires.private: x11 -+Requires.private: x11 xext xfixes xrandr - Cflags: -I${includedir} - Libs: -L${libdir} -lXpresent --- diff --git a/x11-libs/libXpresent/libXpresent-1.0.0-r1.ebuild b/x11-libs/libXpresent/libXpresent-1.0.0-r1.ebuild deleted file mode 100644 index 25304ed45ad4..000000000000 --- a/x11-libs/libXpresent/libXpresent-1.0.0-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -XORG_DOC=doc -XORG_MULTILIB=yes -inherit xorg-3 - -DESCRIPTION="X Present Extension C Library" - -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" - -RDEPEND=" - x11-libs/libX11[${MULTILIB_USEDEP}] - x11-libs/libXext[${MULTILIB_USEDEP}] - x11-libs/libXfixes[${MULTILIB_USEDEP}] - x11-libs/libXrandr[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND} - x11-base/xorg-proto" - -PATCHES=( "${FILESDIR}"/${P}-add-depends-to-pkgconfig.patch ) |