Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/dia: dia-0.97.2-r1.ebuild ChangeLog
Date: Sat, 02 Jun 2012 22:07:43
Message-Id: 20120602220734.8814D2004B@flycatcher.gentoo.org
1 ssuominen 12/06/02 22:07:34
2
3 Modified: dia-0.97.2-r1.ebuild ChangeLog
4 Log:
5 Pull in correct SLOT of media-libs/libpng for headers and symlink.
6
7 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-office/dia/dia-0.97.2-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia/dia-0.97.2-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia/dia-0.97.2-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia/dia-0.97.2-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: dia-0.97.2-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.97.2-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- dia-0.97.2-r1.ebuild 2 Jun 2012 21:59:31 -0000 1.1
23 +++ dia-0.97.2-r1.ebuild 2 Jun 2012 22:07:34 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.97.2-r1.ebuild,v 1.1 2012/06/02 21:59:31 sping Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.97.2-r1.ebuild,v 1.2 2012/06/02 22:07:34 ssuominen Exp $
29
30 EAPI=4
31
32 @@ -26,7 +26,7 @@
33 dev-libs/popt
34 >=media-libs/freetype-2
35 >=media-libs/libart_lgpl-2
36 - media-libs/libpng
37 + media-libs/libpng:0
38 sys-libs/zlib
39 x11-libs/gtk+:2
40 x11-libs/pango
41 @@ -42,8 +42,8 @@
42 python? ( >=dev-python/pygtk-2 )"
43 DEPEND="${RDEPEND}
44 dev-util/intltool
45 - virtual/pkgconfig
46 sys-apps/sed
47 + virtual/pkgconfig
48 doc? ( dev-libs/libxslt )"
49
50 pkg_setup() {
51
52
53
54 1.144 app-office/dia/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia/ChangeLog?rev=1.144&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia/ChangeLog?rev=1.144&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia/ChangeLog?r1=1.143&r2=1.144
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/app-office/dia/ChangeLog,v
63 retrieving revision 1.143
64 retrieving revision 1.144
65 diff -u -r1.143 -r1.144
66 --- ChangeLog 2 Jun 2012 21:59:31 -0000 1.143
67 +++ ChangeLog 2 Jun 2012 22:07:34 -0000 1.144
68 @@ -1,6 +1,9 @@
69 # ChangeLog for app-office/dia
70 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/app-office/dia/ChangeLog,v 1.143 2012/06/02 21:59:31 sping Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/app-office/dia/ChangeLog,v 1.144 2012/06/02 22:07:34 ssuominen Exp $
73 +
74 + 02 Jun 2012; Samuli Suominen <ssuominen@g.o> dia-0.97.2-r1.ebuild:
75 + Pull in correct SLOT of media-libs/libpng for headers and symlink.
76
77 *dia-0.97.2-r1 (02 Jun 2012)