Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-shells/dash: dash-0.5.6.1-r1.ebuild ChangeLog
Date: Fri, 27 Aug 2010 18:41:03
Message-Id: 20100827184059.7C94820051@flycatcher.gentoo.org
1 vapier 10/08/27 18:40:59
2
3 Modified: dash-0.5.6.1-r1.ebuild ChangeLog
4 Log:
5 Require static-libs isn't built with USE=static-libs #334693 by Rebecca Menessec.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 app-shells/dash/dash-0.5.6.1-r1.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/dash-0.5.6.1-r1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/dash-0.5.6.1-r1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/dash-0.5.6.1-r1.ebuild?r1=1.1&r2=1.2
14
15 Index: dash-0.5.6.1-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.6.1-r1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- dash-0.5.6.1-r1.ebuild 22 Aug 2010 20:24:45 -0000 1.1
22 +++ dash-0.5.6.1-r1.ebuild 27 Aug 2010 18:40:59 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.6.1-r1.ebuild,v 1.1 2010/08/22 20:24:45 truedfx Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.6.1-r1.ebuild,v 1.2 2010/08/27 18:40:59 vapier Exp $
28
29 EAPI="2"
30
31 @@ -21,7 +21,7 @@
32 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
33 IUSE="libedit static"
34
35 -DEPEND="libedit? ( dev-libs/libedit )"
36 +DEPEND="libedit? ( dev-libs/libedit static? ( dev-libs/libedit[-static-libs] ) )"
37
38 S=${WORKDIR}/${MY_P}
39
40
41
42
43 1.77 app-shells/dash/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?rev=1.77&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?rev=1.77&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?r1=1.76&r2=1.77
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v
52 retrieving revision 1.76
53 retrieving revision 1.77
54 diff -u -r1.76 -r1.77
55 --- ChangeLog 22 Aug 2010 20:24:45 -0000 1.76
56 +++ ChangeLog 27 Aug 2010 18:40:59 -0000 1.77
57 @@ -1,6 +1,10 @@
58 # ChangeLog for app-shells/dash
59 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
60
61 + 27 Aug 2010; Mike Frysinger <vapier@g.o> dash-0.5.6.1-r1.ebuild:
62 + Require static-libs isn't built with USE=static-libs #334693 by Rebecca
63 + Menessec.
64 +
65 *dash-0.5.6.1-r1 (22 Aug 2010)
66
67 22 Aug 2010; Harald van Dijk <truedfx@g.o> -dash-0.5.6.1.ebuild,