summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2017-03-16 09:12:30 -0700
committerMatt Turner <mattst88@gentoo.org>2017-03-16 09:12:53 -0700
commit5d04eb33c23b663f017c70b3e9b6e266784d55c8 (patch)
tree9a16c82dd930b97b858dd95d7426244ea421a886 /x11-libs
parentx11-libs/libICE: Drop vulnerable versions. (diff)
downloadgentoo-5d04eb33c23b663f017c70b3e9b6e266784d55c8.tar.gz
gentoo-5d04eb33c23b663f017c70b3e9b6e266784d55c8.tar.bz2
gentoo-5d04eb33c23b663f017c70b3e9b6e266784d55c8.zip
x11-libs/libXdmcp: Drop vulnerable versions.
Bug: https://bugs.gentoo.org/611352
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libXdmcp/Manifest1
-rw-r--r--x11-libs/libXdmcp/libXdmcp-1.1.1-r1.ebuild26
-rw-r--r--x11-libs/libXdmcp/libXdmcp-1.1.2.ebuild26
3 files changed, 0 insertions, 53 deletions
diff --git a/x11-libs/libXdmcp/Manifest b/x11-libs/libXdmcp/Manifest
index 4826cadaa1cb..a8cc411c4993 100644
--- a/x11-libs/libXdmcp/Manifest
+++ b/x11-libs/libXdmcp/Manifest
@@ -1,2 +1 @@
-DIST libXdmcp-1.1.1.tar.bz2 310878 SHA256 9ace6d4230f9dce4ed090692f82f613253ada8f887b23b3d8ff3dd4e3a7c118e SHA512 b17ad4bf01443cb78b440a33a89f2b98babf02402d7bdf68161a08429fd1964ac8112b0bb1519dd2138db0a5ff295c7b7581f56ff602ccca1a9baac26bc62e08 WHIRLPOOL 54bc7ebdbdced210a0e2c82eb63fdb884a3e9869127b5489f11e0e6f8f1c0b55d825f0b5e10b30f52db4d35bec2b1bf91d32eb326c7e6ce5a3cba8fff9abb606
DIST libXdmcp-1.1.2.tar.bz2 331518 SHA256 81fe09867918fff258296e1e1e159f0dc639cb30d201c53519f25ab73af4e4e2 SHA512 f96005934b8bc752059106f8caf7df0574f5ef3c7a83bd797497b56ca556a7ff4dc1d28195e421259e82ea027b5c738094add3ec107a22544c9070725d8d46bb WHIRLPOOL ad5a3c86463d4ae582f1ffaf2ae85f5d118f7789b18f9cafd08dcc43b6fe03d9797430e0a686a7d422e09342f4a2c01f0e83a9eb9563dd6a66bf94722b81f2e0
diff --git a/x11-libs/libXdmcp/libXdmcp-1.1.1-r1.ebuild b/x11-libs/libXdmcp/libXdmcp-1.1.1-r1.ebuild
deleted file mode 100644
index 0b5fae1949f2..000000000000
--- a/x11-libs/libXdmcp/libXdmcp-1.1.1-r1.ebuild
+++ /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 X Display Manager Control Protocol library"
-
-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 ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE=""
-
-RDEPEND="x11-proto/xproto"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
- xorg-2_pkg_setup
-
- XORG_CONFIGURE_OPTIONS=(
- $(use_enable doc docs)
- $(use_with doc xmlto)
- --without-fop
- )
-}
diff --git a/x11-libs/libXdmcp/libXdmcp-1.1.2.ebuild b/x11-libs/libXdmcp/libXdmcp-1.1.2.ebuild
deleted file mode 100644
index 9293f8d08f32..000000000000
--- a/x11-libs/libXdmcp/libXdmcp-1.1.2.ebuild
+++ /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 X Display Manager Control Protocol library"
-
-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 ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE=""
-
-RDEPEND="x11-proto/xproto"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
- xorg-2_pkg_setup
-
- XORG_CONFIGURE_OPTIONS=(
- $(use_enable doc docs)
- $(use_with doc xmlto)
- --without-fop
- )
-}