diff options
Diffstat (limited to 'x11-libs/libFS')
-rw-r--r-- | x11-libs/libFS/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libFS/libFS-1.0.3.ebuild | 22 | ||||
-rw-r--r-- | x11-libs/libFS/libFS-1.0.4.ebuild | 24 |
3 files changed, 6 insertions, 48 deletions
diff --git a/x11-libs/libFS/ChangeLog b/x11-libs/libFS/ChangeLog index 7fb56770373e..2aa539eea359 100644 --- a/x11-libs/libFS/ChangeLog +++ b/x11-libs/libFS/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libFS -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v 1.68 2013/10/08 05:07:16 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v 1.69 2014/03/26 13:34:41 chithanh Exp $ + + 26 Mar 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + -libFS-1.0.3.ebuild, -libFS-1.0.4.ebuild: + Remove old/vulnerable versions, bug #471098. 08 Oct 2013; Agostino Sarubbo <ago@gentoo.org> libFS-1.0.5.ebuild: Stable for x86, wrt bug #475480 diff --git a/x11-libs/libFS/libFS-1.0.3.ebuild b/x11-libs/libFS/libFS-1.0.3.ebuild deleted file mode 100644 index 9605d8c6c950..000000000000 --- a/x11-libs/libFS/libFS-1.0.3.ebuild +++ /dev/null @@ -1,22 +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/libFS/libFS-1.0.3.ebuild,v 1.9 2011/02/14 14:37:16 xarthisius Exp $ - -EAPI=3 -inherit xorg-2 - -DESCRIPTION="X.Org FS library" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="ipv6" - -RDEPEND="x11-libs/xtrans - x11-proto/xproto - x11-proto/fontsproto" -DEPEND="${RDEPEND}" - -pkg_setup() { - xorg-2_pkg_setup - - CONFIGURE_OPTIONS="$(use_enable ipv6)" -} diff --git a/x11-libs/libFS/libFS-1.0.4.ebuild b/x11-libs/libFS/libFS-1.0.4.ebuild deleted file mode 100644 index a94d8186f7bc..000000000000 --- a/x11-libs/libFS/libFS-1.0.4.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/libFS-1.0.4.ebuild,v 1.8 2012/08/26 17:23:02 armin76 Exp $ - -EAPI=4 -inherit xorg-2 - -DESCRIPTION="X.Org FS library" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="ipv6" - -RDEPEND="x11-libs/xtrans - x11-proto/xproto - x11-proto/fontsproto" -DEPEND="${RDEPEND}" - -pkg_setup() { - xorg-2_pkg_setup - - XORG_CONFIGURE_OPTIONS=( - $(use_enable ipv6) - ) -} |