Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/wxsvg: ChangeLog wxsvg-1.0.8.ebuild wxsvg-1.0.2-r1.ebuild
Date: Sun, 27 Feb 2011 13:23:16
Message-Id: 20110227132307.83CC220054@flycatcher.gentoo.org
1 dirtyepic 11/02/27 13:23:07
2
3 Modified: ChangeLog
4 Added: wxsvg-1.0.8.ebuild
5 Removed: wxsvg-1.0.2-r1.ebuild
6 Log:
7 Version bump, remove old.
8
9 (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.22 media-libs/wxsvg/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/wxsvg/ChangeLog?rev=1.22&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/wxsvg/ChangeLog?rev=1.22&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/wxsvg/ChangeLog?r1=1.21&r2=1.22
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-libs/wxsvg/ChangeLog,v
21 retrieving revision 1.21
22 retrieving revision 1.22
23 diff -u -r1.21 -r1.22
24 --- ChangeLog 2 Jan 2011 09:55:29 -0000 1.21
25 +++ ChangeLog 27 Feb 2011 13:23:07 -0000 1.22
26 @@ -1,6 +1,12 @@
27 # ChangeLog for media-libs/wxsvg
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-libs/wxsvg/ChangeLog,v 1.21 2011/01/02 09:55:29 phajdan.jr Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-libs/wxsvg/ChangeLog,v 1.22 2011/02/27 13:23:07 dirtyepic Exp $
31 +
32 +*wxsvg-1.0.8 (27 Feb 2011)
33 +
34 + 27 Feb 2011; Ryan Hill <dirtyepic@g.o> -wxsvg-1.0.2-r1.ebuild,
35 + -files/wxsvg-1.0.2-external-expat.patch, +wxsvg-1.0.8.ebuild:
36 + Version bump, remove old.
37
38 02 Jan 2011; Pawel Hajdan jr <phajdan.jr@g.o> wxsvg-1.0.5.ebuild:
39 x86 stable wrt bug #349722
40
41
42
43 1.1 media-libs/wxsvg/wxsvg-1.0.8.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/wxsvg/wxsvg-1.0.8.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/wxsvg/wxsvg-1.0.8.ebuild?rev=1.1&content-type=text/plain
47
48 Index: wxsvg-1.0.8.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/media-libs/wxsvg/wxsvg-1.0.8.ebuild,v 1.1 2011/02/27 13:23:07 dirtyepic Exp $
53
54 EAPI="3"
55 WX_GTK_VER="2.8"
56 AUTOTOOLS_IN_SOURCE_BUILD="1"
57
58 inherit autotools-utils wxwidgets
59
60 DESCRIPTION="C++ library to create, manipulate and render SVG files."
61 HOMEPAGE="http://wxsvg.sourceforge.net/"
62 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
63
64 LICENSE="wxWinLL-3"
65 SLOT="0"
66 KEYWORDS="~amd64 ~ppc ~x86"
67 IUSE="static-libs"
68
69 RDEPEND="x11-libs/wxGTK:2.8[X]
70 >=dev-libs/expat-2.0.1-r3
71 >=dev-libs/glib-2.12
72 >=dev-libs/libxml2-2.6.26
73 >=media-libs/fontconfig-2.4
74 >=media-libs/freetype-2.2.0
75 >=media-libs/libart_lgpl-2.3.17
76 >=media-video/ffmpeg-0.4.9_p20080326
77 >=x11-libs/pango-1.14.9"
78 DEPEND="${RDEPEND}
79 dev-util/pkgconfig"
80
81 DOCS=(AUTHORS ChangeLog TODO)