Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/OpenGL: OpenGL-0.670.3.ebuild ChangeLog
Date: Wed, 30 Apr 2014 19:35:12
Message-Id: 20140430193506.A067D2004B@flycatcher.gentoo.org
1 bicatali 14/04/30 19:35:06
2
3 Modified: ChangeLog
4 Added: OpenGL-0.670.3.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
9
10 Revision Changes Path
11 1.9 dev-perl/OpenGL/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/OpenGL/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/OpenGL/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/OpenGL/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/OpenGL/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 12 Jul 2013 17:05:17 -0000 1.8
24 +++ ChangeLog 30 Apr 2014 19:35:06 -0000 1.9
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-perl/OpenGL
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/OpenGL/ChangeLog,v 1.8 2013/07/12 17:05:17 bicatali Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/OpenGL/ChangeLog,v 1.9 2014/04/30 19:35:06 bicatali Exp $
31 +
32 +*OpenGL-0.670.3 (30 Apr 2014)
33 +
34 + 30 Apr 2014; Sébastien Fabbro <bicatali@g.o> +OpenGL-0.670.3.ebuild:
35 + Version bump
36
37 *OpenGL-0.670.0 (12 Jul 2013)
38
39
40
41
42 1.1 dev-perl/OpenGL/OpenGL-0.670.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/OpenGL/OpenGL-0.670.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/OpenGL/OpenGL-0.670.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: OpenGL-0.670.3.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/OpenGL/OpenGL-0.670.3.ebuild,v 1.1 2014/04/30 19:35:06 bicatali Exp $
52
53 EAPI=5
54
55 MODULE_AUTHOR="CHM"
56 MODULE_VERSION=0.6703
57
58 inherit perl-module eutils
59
60 DESCRIPTION="Perl interface providing graphics display using OpenGL"
61
62 LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
63 SLOT="0"
64 KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
65 IUSE=""
66
67 RDEPEND="
68 media-libs/freeglut:0=
69 x11-libs/libICE:0=
70 x11-libs/libXext:0=
71 x11-libs/libXi:0=
72 x11-libs/libXmu:0="
73 DEPEND="${RDEPEND}"
74
75 mydoc="Release_Notes"
76
77 src_prepare() {
78 epatch "${FILESDIR}"/${PN}-0.66-no-display.patch
79 }
80
81 src_compile() {
82 sed -i -e 's/PERL_DL_NONLAZY=1//' Makefile || die
83 perl-module_src_compile
84 }