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.4.ebuild wxsvg-1.0.2.ebuild
Date: Sun, 04 Jul 2010 08:44:02
Message-Id: 20100704084359.2B96D2CE14@corvid.gentoo.org
1 dirtyepic 10/07/04 08:43:58
2
3 Modified: ChangeLog
4 Added: wxsvg-1.0.4.ebuild
5 Removed: wxsvg-1.0.2.ebuild
6 Log:
7 Version bump.
8 (Portage version: 2.2_rc67/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.15 media-libs/wxsvg/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/wxsvg/ChangeLog?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/wxsvg/ChangeLog?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/wxsvg/ChangeLog?r1=1.14&r2=1.15
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/wxsvg/ChangeLog,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- ChangeLog 20 Feb 2010 05:30:58 -0000 1.14
24 +++ ChangeLog 4 Jul 2010 08:43:58 -0000 1.15
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-libs/wxsvg
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/wxsvg/ChangeLog,v 1.14 2010/02/20 05:30:58 dirtyepic Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/wxsvg/ChangeLog,v 1.15 2010/07/04 08:43:58 dirtyepic Exp $
30 +
31 +*wxsvg-1.0.4 (04 Jul 2010)
32 +
33 + 04 Jul 2010; Ryan Hill <dirtyepic@g.o> -wxsvg-1.0.2.ebuild,
34 + +wxsvg-1.0.4.ebuild:
35 + Version bump.
36
37 *wxsvg-1.0.2-r1 (20 Feb 2010)
38
39
40
41
42 1.1 media-libs/wxsvg/wxsvg-1.0.4.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/wxsvg/wxsvg-1.0.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/wxsvg/wxsvg-1.0.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: wxsvg-1.0.4.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/media-libs/wxsvg/wxsvg-1.0.4.ebuild,v 1.1 2010/07/04 08:43:58 dirtyepic Exp $
52
53 EAPI=2
54 WX_GTK_VER="2.8"
55
56 inherit wxwidgets
57
58 DESCRIPTION="C++ library to create, manipulate and render SVG files."
59 HOMEPAGE="http://wxsvg.sourceforge.net/"
60 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
61
62 LICENSE="wxWinLL-3"
63 SLOT="0"
64 KEYWORDS="~amd64 ~ppc ~x86"
65 IUSE=""
66
67 RDEPEND="x11-libs/wxGTK:2.8[X]
68 >=dev-libs/expat-2.0.1-r3
69 >=dev-libs/glib-2.12
70 >=dev-libs/libxml2-2.6.26
71 >=media-libs/fontconfig-2.4
72 >=media-libs/freetype-2.2.0
73 >=media-libs/libart_lgpl-2.3.17
74 >=media-video/ffmpeg-0.4.9_p20080326
75 >=x11-libs/pango-1.14.9"
76 DEPEND="${RDEPEND}
77 dev-util/pkgconfig"
78
79 src_install() {
80 emake DESTDIR="${D}" install || die "emake install failed"
81 dodoc AUTHORS ChangeLog TODO
82 }