From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libICE/
Date: Thu, 16 Mar 2017 16:13:01 +0000 (UTC) [thread overview]
Message-ID: <1489680773.8bd3d32950f98d616d97c0df66a841eb5c6f7f0c.mattst88@gentoo> (raw)
commit: 8bd3d32950f98d616d97c0df66a841eb5c6f7f0c
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 16:11:52 2017 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 16:12:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bd3d329
x11-libs/libICE: Drop vulnerable versions.
Bug: https://bugs.gentoo.org/611354
x11-libs/libICE/Manifest | 1 -
x11-libs/libICE/libICE-1.0.8-r1.ebuild | 29 -----------------------------
x11-libs/libICE/libICE-1.0.9.ebuild | 29 -----------------------------
3 files changed, 59 deletions(-)
diff --git a/x11-libs/libICE/Manifest b/x11-libs/libICE/Manifest
index e347b98d0b7..8dedc376765 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 0ff129957c6..00000000000
--- 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 7cef6112c59..00000000000
--- 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
- )
-}
next reply other threads:[~2017-03-16 16:13 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-16 16:13 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-26 20:34 [gentoo-commits] repo/gentoo:master commit in: x11-libs/libICE/ Matt Turner
2025-01-24 3:55 Matt Turner
2025-01-18 7:11 Arthur Zamarin
2025-01-18 0:30 Jakov Smolić
2025-01-18 0:30 Jakov Smolić
2025-01-18 0:30 Jakov Smolić
2025-01-17 19:29 Arthur Zamarin
2025-01-17 19:11 Arthur Zamarin
2025-01-17 19:11 Arthur Zamarin
2024-12-13 23:47 Matt Turner
2023-01-26 17:47 Matt Turner
2023-01-24 18:29 Arthur Zamarin
2023-01-24 18:27 Arthur Zamarin
2023-01-24 1:00 Sam James
2022-12-20 4:11 Matt Turner
2022-12-06 9:14 Sam James
2022-12-04 3:03 Matt Turner
2022-05-08 3:10 WANG Xuerui
2022-02-17 7:12 Matt Turner
2022-01-01 15:53 James Le Cuirot
2021-09-23 20:13 Sam James
2021-05-02 15:24 Matt Turner
2020-12-27 18:28 Fabian Groffen
2019-09-21 17:11 Matt Turner
2019-09-21 13:45 Sergei Trofimovich
2019-09-21 0:15 Mikle Kolyada
2019-09-21 0:15 Mikle Kolyada
2019-09-20 21:32 Aaron Bauman
2019-09-20 12:17 Agostino Sarubbo
2019-09-20 12:14 Agostino Sarubbo
2019-09-20 12:10 Agostino Sarubbo
2019-09-20 12:08 Agostino Sarubbo
2019-09-20 12:06 Agostino Sarubbo
2019-07-14 18:23 Matt Turner
2019-06-12 17:08 Michael Haubenwallner
2018-06-28 13:55 Mikle Kolyada
2017-06-18 15:14 Alexis Ballier
2017-03-16 8:15 Jeroen Roovers
2017-03-11 18:59 Agostino Sarubbo
2017-03-10 12:53 Agostino Sarubbo
2017-03-10 9:09 Agostino Sarubbo
2017-03-08 7:44 Michael Weber
2017-03-06 15:50 Tobias Klausmann
2017-01-29 21:11 Fabian Groffen
2017-01-21 1:46 Matt Turner
2017-01-20 18:09 Matt Turner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1489680773.8bd3d32950f98d616d97c0df66a841eb5c6f7f0c.mattst88@gentoo \
--to=mattst88@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox