Gentoo Archives: gentoo-commits

From: "Matt Turner (mattst88)" <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/glm: glm-0.9.5.1.ebuild ChangeLog
Date: Fri, 24 Jan 2014 18:26:13
Message-Id: 20140124182609.DA2F62004C@flycatcher.gentoo.org
1 mattst88 14/01/24 18:26:09
2
3 Modified: ChangeLog
4 Added: glm-0.9.5.1.ebuild
5 Log:
6 Version bump to 0.9.5.1, bug 416265. Thanks to Evgeny Bobkin.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
9
10 Revision Changes Path
11 1.4 media-libs/glm/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glm/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glm/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glm/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/glm/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 28 Apr 2012 18:07:18 -0000 1.3
24 +++ ChangeLog 24 Jan 2014 18:26:09 -0000 1.4
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-libs/glm
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/glm/ChangeLog,v 1.3 2012/04/28 18:07:18 tupone Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-libs/glm/ChangeLog,v 1.4 2014/01/24 18:26:09 mattst88 Exp $
31 +
32 +*glm-0.9.5.1 (24 Jan 2014)
33 +
34 + 24 Jan 2014; Matt Turner <mattst88@g.o> +glm-0.9.5.1.ebuild:
35 + Version bump to 0.9.5.1, bug 416265. Thanks to Evgeny Bobkin.
36
37 *glm-0.9.3.2 (28 Apr 2012)
38
39 @@ -15,4 +20,3 @@
40 14 Sep 2011; Tupone Alfredo <tupone@g.o> +glm-0.9.2.4.ebuild,
41 +metadata.xml:
42 New ebuild
43 -
44
45
46
47 1.1 media-libs/glm/glm-0.9.5.1.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glm/glm-0.9.5.1.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glm/glm-0.9.5.1.ebuild?rev=1.1&content-type=text/plain
51
52 Index: glm-0.9.5.1.ebuild
53 ===================================================================
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/media-libs/glm/glm-0.9.5.1.ebuild,v 1.1 2014/01/24 18:26:09 mattst88 Exp $
57
58 EAPI=5
59
60 DESCRIPTION="OpenGL Mathematics"
61 HOMEPAGE="http://glm.g-truc.net/"
62 SRC_URI="mirror://sourceforge/ogl-math/${P}.zip"
63
64 S="${WORKDIR}/${PN}"
65
66 LICENSE="MIT"
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86"
69 IUSE=""
70
71 RDEPEND=""
72 DEPEND="app-arch/unzip"
73
74 src_install() {
75 dodoc doc/${PN}.pdf
76 cd ${PN}
77 insinto /usr/include/${PN}
78 doins -r *.hpp detail gtc gtx virtrev
79 rm "${D}"/usr/include/${PN}/detail/*cpp
80 }