Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gl2ps: ChangeLog gl2ps-1.3.5.ebuild
Date: Fri, 01 Jan 2010 10:05:00
Message-Id: E1NQeNN-0000ng-Kq@stork.gentoo.org
1 ssuominen 10/01/01 10:04:57
2
3 Modified: ChangeLog
4 Added: gl2ps-1.3.5.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc61/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 x11-libs/gl2ps/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gl2ps/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gl2ps/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gl2ps/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gl2ps/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 7 Apr 2009 18:41:50 -0000 1.1
23 +++ ChangeLog 1 Jan 2010 10:04:57 -0000 1.2
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-libs/gl2ps
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gl2ps/ChangeLog,v 1.1 2009/04/07 18:41:50 bicatali Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gl2ps/ChangeLog,v 1.2 2010/01/01 10:04:57 ssuominen Exp $
30 +
31 +*gl2ps-1.3.5 (01 Jan 2010)
32 +
33 + 01 Jan 2010; Samuli Suominen <ssuominen@g.o> +gl2ps-1.3.5.ebuild,
34 + +files/gl2ps-1.3.5-CMakeLists.patch:
35 + Version bump.
36
37 *gl2ps-1.3.3 (07 Apr 2009)
38
39
40
41
42 1.1 x11-libs/gl2ps/gl2ps-1.3.5.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gl2ps/gl2ps-1.3.5.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gl2ps/gl2ps-1.3.5.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gl2ps-1.3.5.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/x11-libs/gl2ps/gl2ps-1.3.5.ebuild,v 1.1 2010/01/01 10:04:57 ssuominen Exp $
52
53 EAPI=2
54 inherit cmake-utils
55
56 DESCRIPTION="OpenGL to PostScript printing library"
57 HOMEPAGE="http://www.geuz.org/gl2ps/"
58 SRC_URI="http://geuz.org/${PN}/src/${P}.tgz"
59
60 LICENSE="LGPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
63 IUSE="png zlib"
64
65 DEPEND="virtual/glut
66 png? ( media-libs/libpng )
67 zlib? ( sys-libs/zlib )"
68
69 S=${WORKDIR}/${P}-source
70
71 PATCHES=( "${FILESDIR}/${P}-CMakeLists.patch" )
72
73 src_configure() {
74 mycmakeargs="${mycmakeargs}
75 $(cmake-utils_use_has png PNG)
76 $(cmake-utils_use_has zlib ZLIB)"
77 cmake-utils_src_configure
78 }
79
80 src_install() {
81 cmake-utils_src_install
82 prepalldocs
83 }