diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-03-26 12:55:31 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-03-26 12:55:31 +0000 |
commit | 4e2b1b0165e499482105a06dde4c44077fa2be52 (patch) | |
tree | 3c8c0775f1fa526e7d54f3e287b386698b4e5516 /x11-libs/libXp | |
parent | Remove old/vulnerable versions, bug #471098. (diff) | |
download | gentoo-2-4e2b1b0165e499482105a06dde4c44077fa2be52.tar.gz gentoo-2-4e2b1b0165e499482105a06dde4c44077fa2be52.tar.bz2 gentoo-2-4e2b1b0165e499482105a06dde4c44077fa2be52.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/libXp')
-rw-r--r-- | x11-libs/libXp/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libXp/libXp-1.0.1-r1.ebuild | 19 | ||||
-rw-r--r-- | x11-libs/libXp/libXp-1.0.1.ebuild | 18 |
3 files changed, 6 insertions, 39 deletions
diff --git a/x11-libs/libXp/ChangeLog b/x11-libs/libXp/ChangeLog index 64690df9c9e3..b30199a529db 100644 --- a/x11-libs/libXp/ChangeLog +++ b/x11-libs/libXp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libXp -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXp/ChangeLog,v 1.53 2013/10/21 13:54:04 grobian Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXp/ChangeLog,v 1.54 2014/03/26 12:55:31 chithanh Exp $ + + 26 Mar 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + -libXp-1.0.1-r1.ebuild, -libXp-1.0.1.ebuild: + Remove old/vulnerable versions, bug #471098. 21 Oct 2013; Fabian Groffen <grobian@gentoo.org> libXp-1.0.2.ebuild: Marked ~x64-macos, bug #486818 diff --git a/x11-libs/libXp/libXp-1.0.1-r1.ebuild b/x11-libs/libXp/libXp-1.0.1-r1.ebuild deleted file mode 100644 index 4c9c83fbe2c2..000000000000 --- a/x11-libs/libXp/libXp-1.0.1-r1.ebuild +++ /dev/null @@ -1,19 +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/libXp/libXp-1.0.1-r1.ebuild,v 1.1 2013/02/26 15:59:23 mgorny Exp $ - -EAPI=5 - -XORG_MULTILIB=yes -inherit xorg-2 - -DESCRIPTION="X.Org Xp library" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" -IUSE="" - -RDEPEND="x11-libs/libX11[${MULTILIB_USEDEP}] - x11-libs/libXext[${MULTILIB_USEDEP}] - x11-libs/libXau[${MULTILIB_USEDEP}] - x11-proto/xextproto[${MULTILIB_USEDEP}] - x11-proto/printproto[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND}" diff --git a/x11-libs/libXp/libXp-1.0.1.ebuild b/x11-libs/libXp/libXp-1.0.1.ebuild deleted file mode 100644 index 771c3b443102..000000000000 --- a/x11-libs/libXp/libXp-1.0.1.ebuild +++ /dev/null @@ -1,18 +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/libXp/libXp-1.0.1.ebuild,v 1.9 2013/02/22 19:04:30 zmedico Exp $ - -EAPI=3 - -inherit xorg-2 - -DESCRIPTION="X.Org Xp library" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXau - x11-proto/xextproto - x11-proto/printproto" -DEPEND="${RDEPEND}" |