diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-06-10 08:02:19 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-06-10 08:02:19 +0000 |
commit | a95c4cd25c3e814f3877dc7fdd803478da9a7ade (patch) | |
tree | b2df60375c0b67a5447391c1f3c001f3b778781b /x11-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-a95c4cd25c3e814f3877dc7fdd803478da9a7ade.tar.gz gentoo-2-a95c4cd25c3e814f3877dc7fdd803478da9a7ade.tar.bz2 gentoo-2-a95c4cd25c3e814f3877dc7fdd803478da9a7ade.zip |
Remove vulnerable version.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libXfont/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libXfont/libXfont-1.4.7.ebuild | 33 |
2 files changed, 5 insertions, 34 deletions
diff --git a/x11-libs/libXfont/ChangeLog b/x11-libs/libXfont/ChangeLog index 5d01a3f2beb9..e06a7ae5c7a8 100644 --- a/x11-libs/libXfont/ChangeLog +++ b/x11-libs/libXfont/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libXfont # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.210 2014/06/08 10:55:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.211 2014/06/10 08:02:19 chithanh Exp $ + + 10 Jun 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + -libXfont-1.4.7.ebuild: + Remove vulnerable version. 08 Jun 2014; Agostino Sarubbo <ago@gentoo.org> libXfont-1.4.8.ebuild: Stable for x86, wrt bug #510250 diff --git a/x11-libs/libXfont/libXfont-1.4.7.ebuild b/x11-libs/libXfont/libXfont-1.4.7.ebuild deleted file mode 100644 index 0d2b4a39efbc..000000000000 --- a/x11-libs/libXfont/libXfont-1.4.7.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.7.ebuild,v 1.10 2014/01/26 11:59:05 ago Exp $ - -EAPI=5 - -XORG_DOC=doc -inherit xorg-2 - -DESCRIPTION="X.Org Xfont library" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="bzip2 ipv6 truetype" - -RDEPEND="x11-libs/xtrans - x11-libs/libfontenc - truetype? ( >=media-libs/freetype-2 ) - bzip2? ( app-arch/bzip2 ) - x11-proto/xproto - x11-proto/fontsproto" -DEPEND="${RDEPEND}" - -src_configure() { - XORG_CONFIGURE_OPTIONS=( - $(use_enable ipv6) - $(use_enable doc devel-docs) - $(use_with doc xmlto) - $(use_with bzip2) - $(use_enable truetype freetype) - --without-fop - ) - xorg-2_src_configure -} |