diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-09-21 10:07:00 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-09-21 10:11:47 -0700 |
commit | 4d1eacdb20f0299db9c8f5550164e363f30050de (patch) | |
tree | dc8261ef34e0f0fe329807fb14f765e10e7dbb14 /x11-libs | |
parent | x11-libs/libdrm: Drop old versions (diff) | |
download | gentoo-4d1eacdb20f0299db9c8f5550164e363f30050de.tar.gz gentoo-4d1eacdb20f0299db9c8f5550164e363f30050de.tar.bz2 gentoo-4d1eacdb20f0299db9c8f5550164e363f30050de.zip |
x11-libs/libICE: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libICE/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libICE/libICE-1.0.9-r2.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/x11-libs/libICE/Manifest b/x11-libs/libICE/Manifest index 09f64b4db983..78e6e6acd932 100644 --- a/x11-libs/libICE/Manifest +++ b/x11-libs/libICE/Manifest @@ -1,2 +1 @@ DIST libICE-1.0.10.tar.bz2 393116 BLAKE2B 2089cbddab679f8565f0b7bf0313616b71f33cd403aea2cb84032a247c1e1d01de343058c31be73214bd6dea7fc167fa6a0f81704c960bc279d904bdf4bf804f SHA512 2f1ef2c32c833c71894a08fa7e7ed53f301f6c7bd22485d71c12884d8e8b36b99f362ec886349dcc84d08edc81c8b2cea035320831d64974edeba021b433c468 -DIST libICE-1.0.9.tar.bz2 384921 BLAKE2B 701122d9ef6bfa9077f63b35131dc4603964dbb0b7f58bd54ca49e25be24265142d39da4e1f7c72fdf4945dfb358f7b061acb848dfb0c1bcac5973c9fc728a26 SHA512 daa8126ee5279c08f801274a2754132762dea2a40f4733c4b0bf8e8bdad61cba826939a2e067beb3524e256a98a2b83f23c8d4643f3e75a284ab02cc73da41b7 diff --git a/x11-libs/libICE/libICE-1.0.9-r2.ebuild b/x11-libs/libICE/libICE-1.0.9-r2.ebuild deleted file mode 100644 index f64eb53a93ce..000000000000 --- a/x11-libs/libICE/libICE-1.0.9-r2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# 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 ~x64-cygwin ~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="ipv6" - -RDEPEND="x11-base/xorg-proto - x11-libs/xtrans - elibc_glibc? ( dev-libs/libbsd )" -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 - ) -} |