Gentoo Archives: gentoo-commits

From: "Steve Arnold (nerdboy)" <nerdboy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/liblist: ChangeLog liblist-2.3.1-r1.ebuild
Date: Wed, 29 Sep 2010 02:21:53
Message-Id: 20100929022145.75F0620054@flycatcher.gentoo.org
1 nerdboy 10/09/29 02:21:45
2
3 Modified: ChangeLog liblist-2.3.1-r1.ebuild
4 Log:
5 Added upstream patch, cleaned up docdir confusion and old versions.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 dev-libs/liblist/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liblist/ChangeLog?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liblist/ChangeLog?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liblist/ChangeLog?r1=1.5&r2=1.6
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/liblist/ChangeLog,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- ChangeLog 13 Aug 2010 03:06:15 -0000 1.5
22 +++ ChangeLog 29 Sep 2010 02:21:45 -0000 1.6
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-libs/liblist
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblist/ChangeLog,v 1.5 2010/08/13 03:06:15 nerdboy Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblist/ChangeLog,v 1.6 2010/09/29 02:21:45 nerdboy Exp $
28 +
29 + 29 Sep 2010; Steve Arnold <nerdboy@g.o> liblist-2.3.1-r1.ebuild:
30 + Added upstream patch and cleaned up docdir confusion. Also removed old
31 + versions.
32
33 *liblist-2.3.1-r1 (13 Aug 2010)
34
35
36
37
38 1.2 dev-libs/liblist/liblist-2.3.1-r1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liblist/liblist-2.3.1-r1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liblist/liblist-2.3.1-r1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liblist/liblist-2.3.1-r1.ebuild?r1=1.1&r2=1.2
43
44 Index: liblist-2.3.1-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-libs/liblist/liblist-2.3.1-r1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- liblist-2.3.1-r1.ebuild 13 Aug 2010 03:06:15 -0000 1.1
51 +++ liblist-2.3.1-r1.ebuild 29 Sep 2010 02:21:45 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblist/liblist-2.3.1-r1.ebuild,v 1.1 2010/08/13 03:06:15 nerdboy Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblist/liblist-2.3.1-r1.ebuild,v 1.2 2010/09/29 02:21:45 nerdboy Exp $
57
58 EAPI=3
59
60 @@ -15,8 +15,13 @@
61 KEYWORDS="~amd64 ~amd64-linux ~ppc ~ppc64 ~x86"
62 IUSE="doc examples static-libs"
63
64 +DEPEND="doc? ( media-gfx/transfig
65 + dev-texlive/texlive-metapost
66 + virtual/latex-base )"
67 +
68 src_configure() {
69 - econf $(use_enable doc docs) \
70 + econf --docdir=/usr/share/doc/${P} \
71 + $(use_enable doc docs) \
72 $(use_enable examples) \
73 $(use_enable static-libs static)
74 }