Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-proto/bigreqsproto: ChangeLog bigreqsproto-1.1.1.ebuild
Date: Sun, 31 Oct 2010 11:23:15
Message-Id: 20101031112310.B138020051@flycatcher.gentoo.org
1 scarabeus 10/10/31 11:23:10
2
3 Modified: ChangeLog
4 Added: bigreqsproto-1.1.1.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2_rc98/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.41 x11-proto/bigreqsproto/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/bigreqsproto/ChangeLog?rev=1.41&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/bigreqsproto/ChangeLog?rev=1.41&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/bigreqsproto/ChangeLog?r1=1.40&r2=1.41
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v
20 retrieving revision 1.40
21 retrieving revision 1.41
22 diff -u -r1.40 -r1.41
23 --- ChangeLog 10 Sep 2010 17:33:27 -0000 1.40
24 +++ ChangeLog 31 Oct 2010 11:23:10 -0000 1.41
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-proto/bigreqsproto
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v 1.40 2010/09/10 17:33:27 scarabeus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v 1.41 2010/10/31 11:23:10 scarabeus Exp $
30 +
31 +*bigreqsproto-1.1.1 (31 Oct 2010)
32 +
33 + 31 Oct 2010; Tomáš Chvátal <scarabeus@g.o>
34 + +bigreqsproto-1.1.1.ebuild:
35 + Version bump
36
37 10 Sep 2010; Tomáš Chvátal <scarabeus@g.o>
38 -bigreqsproto-1.0.2.ebuild, bigreqsproto-1.1.0.ebuild:
39
40
41
42 1.1 x11-proto/bigreqsproto/bigreqsproto-1.1.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/bigreqsproto/bigreqsproto-1.1.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/bigreqsproto/bigreqsproto-1.1.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: bigreqsproto-1.1.1.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/bigreqsproto-1.1.1.ebuild,v 1.1 2010/10/31 11:23:10 scarabeus Exp $
52
53 EAPI=3
54 inherit xorg-2
55
56 DESCRIPTION="X.Org BigReqs protocol headers"
57
58 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
59 IUSE="doc"
60
61 RDEPEND=""
62 DEPEND="${RDEPEND}
63 doc? ( app-text/xmlto )"
64
65 pkg_setup() {
66 xorg-2_pkg_setup
67
68 CONFIGURE_OPTIONS="$(use_enable doc specs)
69 $(use_with doc xmlto)
70 --without-fop"
71 }