diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-03-26 13:35:42 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-03-26 13:35:42 +0000 |
commit | 6e6ce8135df22d368fb5e783e8f778ec10f78198 (patch) | |
tree | 7890a2390b8a1fb11b6cadca0348f1db05357dec /x11-libs/libXt | |
parent | Remove old/vulnerable versions, bug #471098. (diff) | |
download | gentoo-2-6e6ce8135df22d368fb5e783e8f778ec10f78198.tar.gz gentoo-2-6e6ce8135df22d368fb5e783e8f778ec10f78198.tar.bz2 gentoo-2-6e6ce8135df22d368fb5e783e8f778ec10f78198.zip |
Remove old/vulnerable versions, bug #471098.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-libs/libXt')
-rw-r--r-- | x11-libs/libXt/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libXt/libXt-1.1.1.ebuild | 24 | ||||
-rw-r--r-- | x11-libs/libXt/libXt-1.1.3-r1.ebuild | 26 | ||||
-rw-r--r-- | x11-libs/libXt/libXt-1.1.3.ebuild | 24 |
4 files changed, 6 insertions, 76 deletions
diff --git a/x11-libs/libXt/ChangeLog b/x11-libs/libXt/ChangeLog index 2db0460a8a5b..b5df87a7a805 100644 --- a/x11-libs/libXt/ChangeLog +++ b/x11-libs/libXt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libXt -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXt/ChangeLog,v 1.123 2013/10/08 05:08:32 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXt/ChangeLog,v 1.124 2014/03/26 13:35:42 chithanh Exp $ + + 26 Mar 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + -libXt-1.1.1.ebuild, -libXt-1.1.3-r1.ebuild, -libXt-1.1.3.ebuild: + Remove old/vulnerable versions, bug #471098. 08 Oct 2013; Agostino Sarubbo <ago@gentoo.org> libXt-1.1.4.ebuild: Stable for x86, wrt bug #475480 diff --git a/x11-libs/libXt/libXt-1.1.1.ebuild b/x11-libs/libXt/libXt-1.1.1.ebuild deleted file mode 100644 index 53e2c2745150..000000000000 --- a/x11-libs/libXt/libXt-1.1.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXt/libXt-1.1.1.ebuild,v 1.8 2011/06/22 18:33:06 grobian Exp $ - -EAPI=4 -inherit xorg-2 toolchain-funcs - -DESCRIPTION="X.Org Xt library" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libSM - x11-libs/libICE - x11-proto/xproto - x11-proto/kbproto" -DEPEND="${RDEPEND}" - -pkg_setup() { - xorg-2_pkg_setup - - tc-is-cross-compiler && export CFLAGS_FOR_BUILD="${BUILD_CFLAGS}" -} diff --git a/x11-libs/libXt/libXt-1.1.3-r1.ebuild b/x11-libs/libXt/libXt-1.1.3-r1.ebuild deleted file mode 100644 index 90176b84c92e..000000000000 --- a/x11-libs/libXt/libXt-1.1.3-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXt/libXt-1.1.3-r1.ebuild,v 1.1 2013/02/26 16:16:24 mgorny Exp $ - -EAPI=5 - -XORG_MULTILIB=yes -inherit xorg-2 toolchain-funcs - -DESCRIPTION="X.Org Xt library" - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~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-libs/libX11[${MULTILIB_USEDEP}] - x11-libs/libSM[${MULTILIB_USEDEP}] - x11-libs/libICE[${MULTILIB_USEDEP}] - x11-proto/xproto[${MULTILIB_USEDEP}] - x11-proto/kbproto[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND}" - -pkg_setup() { - xorg-2_pkg_setup - - tc-is-cross-compiler && export CFLAGS_FOR_BUILD="${BUILD_CFLAGS}" -} diff --git a/x11-libs/libXt/libXt-1.1.3.ebuild b/x11-libs/libXt/libXt-1.1.3.ebuild deleted file mode 100644 index 5e8131c8841c..000000000000 --- a/x11-libs/libXt/libXt-1.1.3.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXt/libXt-1.1.3.ebuild,v 1.10 2013/02/22 18:30:12 zmedico Exp $ - -EAPI=4 -inherit xorg-2 toolchain-funcs - -DESCRIPTION="X.Org Xt library" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~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-libs/libX11 - x11-libs/libSM - x11-libs/libICE - x11-proto/xproto - x11-proto/kbproto" -DEPEND="${RDEPEND}" - -pkg_setup() { - xorg-2_pkg_setup - - tc-is-cross-compiler && export CFLAGS_FOR_BUILD="${BUILD_CFLAGS}" -} |