diff options
author | 2013-06-01 03:17:05 +0000 | |
---|---|---|
committer | 2013-06-01 03:17:05 +0000 | |
commit | 11aa323db1a291560c52a34a0a83f9a9067a218d (patch) | |
tree | a821d46354af2a6cd616f16f662017b11cc99e62 /x11-libs/libFS | |
parent | Version bump for security bug #471098. (diff) | |
download | gentoo-2-11aa323db1a291560c52a34a0a83f9a9067a218d.tar.gz gentoo-2-11aa323db1a291560c52a34a0a83f9a9067a218d.tar.bz2 gentoo-2-11aa323db1a291560c52a34a0a83f9a9067a218d.zip |
Version bump for security bug #471098.
(Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-libs/libFS')
-rw-r--r-- | x11-libs/libFS/ChangeLog | 11 | ||||
-rw-r--r-- | x11-libs/libFS/libFS-1.0.5.ebuild | 23 |
2 files changed, 31 insertions, 3 deletions
diff --git a/x11-libs/libFS/ChangeLog b/x11-libs/libFS/ChangeLog index 8c818d9f118c..c8a6dc341b24 100644 --- a/x11-libs/libFS/ChangeLog +++ b/x11-libs/libFS/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libFS -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v 1.58 2012/08/26 17:23:02 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v 1.59 2013/06/01 03:17:05 chithanh Exp $ + +*libFS-1.0.5 (01 Jun 2013) + + 01 Jun 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +libFS-1.0.5.ebuild: + Version bump for security bug #471098. 26 Aug 2012; Raúl Porcel <armin76@gentoo.org> libFS-1.0.4.ebuild: alpha/ia64/s390/sh/sparc stable wrt #419473 @@ -209,4 +215,3 @@ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +libFS-0.99.0.ebuild: Initial commit for modular X. - diff --git a/x11-libs/libFS/libFS-1.0.5.ebuild b/x11-libs/libFS/libFS-1.0.5.ebuild new file mode 100644 index 000000000000..a554c77e793a --- /dev/null +++ b/x11-libs/libFS/libFS-1.0.5.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/libFS-1.0.5.ebuild,v 1.1 2013/06/01 03:17:05 chithanh Exp $ + +EAPI=5 +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}" + +src_configure() { + XORG_CONFIGURE_OPTIONS=( + $(use_enable ipv6) + ) + xorg-2_src_configure +} |