summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2017-03-16 09:11:52 -0700
committerMatt Turner <mattst88@gentoo.org>2017-03-16 09:12:53 -0700
commit8bd3d32950f98d616d97c0df66a841eb5c6f7f0c (patch)
tree96c7374f563cf43b6a73d9791c38f6b52e5fec8e /x11-libs
parentsys-cluster/nova: 15.0.1 bup just for DrEeevil (diff)
downloadgentoo-8bd3d32950f98d616d97c0df66a841eb5c6f7f0c.tar.gz
gentoo-8bd3d32950f98d616d97c0df66a841eb5c6f7f0c.tar.bz2
gentoo-8bd3d32950f98d616d97c0df66a841eb5c6f7f0c.zip
x11-libs/libICE: Drop vulnerable versions.
Bug: https://bugs.gentoo.org/611354
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libICE/Manifest1
-rw-r--r--x11-libs/libICE/libICE-1.0.8-r1.ebuild29
-rw-r--r--x11-libs/libICE/libICE-1.0.9.ebuild29
3 files changed, 0 insertions, 59 deletions
diff --git a/x11-libs/libICE/Manifest b/x11-libs/libICE/Manifest
index e347b98d0b7b..8dedc3767659 100644
--- a/x11-libs/libICE/Manifest
+++ b/x11-libs/libICE/Manifest
@@ -1,2 +1 @@
-DIST libICE-1.0.8.tar.bz2 365762 SHA256 24a991284d02ff0c789bc8d11ad2e4dffe144cb70f24e28f9ce3e8b1ee08b71e SHA512 eac189813df84c0d1b5a4f59855a147c945cb6960bb91dd3d94b2fbe909609a3da1d250bea4a0c8090b4dc64b4f64eb548b67a39de719ebddce19c6c1394532e WHIRLPOOL 3dba49fac7bd5852ef448d6d51408831d24802e5fed0fbb9a3877814c53d971c89db9aa53d388825660f42acf19a0d2b3ad625d58dfb0fa623e5ae5df49c4ac5
DIST libICE-1.0.9.tar.bz2 384921 SHA256 8f7032f2c1c64352b5423f6b48a8ebdc339cc63064af34d66a6c9aa79759e202 SHA512 daa8126ee5279c08f801274a2754132762dea2a40f4733c4b0bf8e8bdad61cba826939a2e067beb3524e256a98a2b83f23c8d4643f3e75a284ab02cc73da41b7 WHIRLPOOL efdd7bc60416d883b15af7cfd0c152a2b7f7ee539d0717704b89c0621f9cefa718b14af63fb1d10709e7b0cc84d660f30d069ff0b273d304be8f0c5a74fe1090
diff --git a/x11-libs/libICE/libICE-1.0.8-r1.ebuild b/x11-libs/libICE/libICE-1.0.8-r1.ebuild
deleted file mode 100644
index 0ff129957c60..000000000000
--- a/x11-libs/libICE/libICE-1.0.8-r1.ebuild
+++ /dev/null
@@ -1,29 +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 Inter-Client Exchange 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="ipv6"
-
-RDEPEND="x11-libs/xtrans
- >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
- xorg-2_pkg_setup
-
- XORG_CONFIGURE_OPTIONS=(
- $(use_enable ipv6)
- $(use_enable doc docs)
- $(use_enable doc specs)
- $(use_with doc xmlto)
- --without-fop
- )
-}
diff --git a/x11-libs/libICE/libICE-1.0.9.ebuild b/x11-libs/libICE/libICE-1.0.9.ebuild
deleted file mode 100644
index 7cef6112c59f..000000000000
--- a/x11-libs/libICE/libICE-1.0.9.ebuild
+++ /dev/null
@@ -1,29 +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 Inter-Client Exchange 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="ipv6"
-
-RDEPEND="x11-libs/xtrans
- >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
- xorg-2_pkg_setup
-
- XORG_CONFIGURE_OPTIONS=(
- $(use_enable ipv6)
- $(use_enable doc docs)
- $(use_enable doc specs)
- $(use_with doc xmlto)
- --without-fop
- )
-}