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.2.1.ebuild wxsvg-1.1.9.ebuild
Date: Thu, 23 Jan 2014 04:30:10
Message-Id: 20140123043004.0DAA52004C@flycatcher.gentoo.org
1 dirtyepic 14/01/23 04:30:03
2
3 Modified: ChangeLog
4 Added: wxsvg-1.2.1.ebuild
5 Removed: wxsvg-1.1.9.ebuild
6 Log:
7 Version bump (bug #498902).
8
9 Signed-off-by: Ryan Hill <dirtyepic@g.o>
10 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
11
12 Revision Changes Path
13 1.45 media-libs/wxsvg/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/wxsvg/ChangeLog?rev=1.45&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/wxsvg/ChangeLog?rev=1.45&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/wxsvg/ChangeLog?r1=1.44&r2=1.45
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/media-libs/wxsvg/ChangeLog,v
22 retrieving revision 1.44
23 retrieving revision 1.45
24 diff -u -r1.44 -r1.45
25 --- ChangeLog 10 Jun 2013 04:03:02 -0000 1.44
26 +++ ChangeLog 23 Jan 2014 04:30:03 -0000 1.45
27 @@ -1,6 +1,12 @@
28 # ChangeLog for media-libs/wxsvg
29 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/media-libs/wxsvg/ChangeLog,v 1.44 2013/06/10 04:03:02 dirtyepic Exp $
31 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
32 +# $Header: /var/cvsroot/gentoo-x86/media-libs/wxsvg/ChangeLog,v 1.45 2014/01/23 04:30:03 dirtyepic Exp $
33 +
34 +*wxsvg-1.2.1 (23 Jan 2014)
35 +
36 + 23 Jan 2014; Ryan Hill <dirtyepic@g.o> -wxsvg-1.1.9.ebuild,
37 + +wxsvg-1.2.1.ebuild:
38 + Version bump (bug #498902).
39
40 *wxsvg-1.1.15 (10 Jun 2013)
41
42
43
44
45 1.1 media-libs/wxsvg/wxsvg-1.2.1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/wxsvg/wxsvg-1.2.1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/wxsvg/wxsvg-1.2.1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: wxsvg-1.2.1.ebuild
51 ===================================================================
52 # Copyright 1999-2014 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/media-libs/wxsvg/wxsvg-1.2.1.ebuild,v 1.1 2014/01/23 04:30:03 dirtyepic Exp $
55
56 EAPI="5"
57 WX_GTK_VER="2.8"
58
59 inherit eutils wxwidgets
60
61 DESCRIPTION="C++ library to create, manipulate and render SVG files"
62 HOMEPAGE="http://wxsvg.sourceforge.net/"
63 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
64
65 LICENSE="wxWinLL-3"
66 SLOT="0"
67 KEYWORDS="~amd64 ~x86"
68 IUSE="static-libs"
69
70 RDEPEND=">=dev-libs/expat-2
71 >=dev-libs/glib-2.28
72 dev-libs/libxml2
73 media-libs/fontconfig
74 media-libs/freetype:2
75 x11-libs/cairo
76 x11-libs/pango
77 x11-libs/wxGTK:2.8[X]
78 virtual/ffmpeg"
79 DEPEND="${RDEPEND}
80 virtual/pkgconfig"
81
82 DOCS=( AUTHORS ChangeLog TODO )
83
84 src_configure() {
85 econf \
86 $(use_enable static-libs static) \
87 --with-wx-config=${WX_CONFIG}
88 }
89
90 src_install() {
91 default
92 prune_libtool_files
93 }