Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libFS: libFS-1.0.5.ebuild ChangeLog
Date: Sat, 01 Jun 2013 03:17:09
Message-Id: 20130601031705.6206A2171D@flycatcher.gentoo.org
1 chithanh 13/06/01 03:17:05
2
3 Modified: ChangeLog
4 Added: libFS-1.0.5.ebuild
5 Log:
6 Version bump for security bug #471098.
7
8 (Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.59 x11-libs/libFS/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libFS/ChangeLog?rev=1.59&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libFS/ChangeLog?rev=1.59&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libFS/ChangeLog?r1=1.58&r2=1.59
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v
20 retrieving revision 1.58
21 retrieving revision 1.59
22 diff -u -r1.58 -r1.59
23 --- ChangeLog 26 Aug 2012 17:23:02 -0000 1.58
24 +++ ChangeLog 1 Jun 2013 03:17:05 -0000 1.59
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-libs/libFS
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v 1.58 2012/08/26 17:23:02 armin76 Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v 1.59 2013/06/01 03:17:05 chithanh Exp $
31 +
32 +*libFS-1.0.5 (01 Jun 2013)
33 +
34 + 01 Jun 2013; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
35 + +libFS-1.0.5.ebuild:
36 + Version bump for security bug #471098.
37
38 26 Aug 2012; Raúl Porcel <armin76@g.o> libFS-1.0.4.ebuild:
39 alpha/ia64/s390/sh/sparc stable wrt #419473
40 @@ -209,4 +215,3 @@
41
42 08 Aug 2005; Donnie Berkholz <spyderous@g.o>; +libFS-0.99.0.ebuild:
43 Initial commit for modular X.
44 -
45
46
47
48 1.1 x11-libs/libFS/libFS-1.0.5.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libFS/libFS-1.0.5.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libFS/libFS-1.0.5.ebuild?rev=1.1&content-type=text/plain
52
53 Index: libFS-1.0.5.ebuild
54 ===================================================================
55 # Copyright 1999-2013 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/libFS-1.0.5.ebuild,v 1.1 2013/06/01 03:17:05 chithanh Exp $
58
59 EAPI=5
60 inherit xorg-2
61
62 DESCRIPTION="X.Org FS library"
63
64 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
65 IUSE="ipv6"
66
67 RDEPEND="x11-libs/xtrans
68 x11-proto/xproto
69 x11-proto/fontsproto"
70 DEPEND="${RDEPEND}"
71
72 src_configure() {
73 XORG_CONFIGURE_OPTIONS=(
74 $(use_enable ipv6)
75 )
76 xorg-2_src_configure
77 }