aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/PhiloGL')
-rw-r--r--media-gfx/PhiloGL/ChangeLog6
-rw-r--r--media-gfx/PhiloGL/PhiloGL-1.4.3.ebuild6
-rw-r--r--media-gfx/PhiloGL/metadata.xml8
3 files changed, 12 insertions, 8 deletions
diff --git a/media-gfx/PhiloGL/ChangeLog b/media-gfx/PhiloGL/ChangeLog
index 55b169465..305d9b9e0 100644
--- a/media-gfx/PhiloGL/ChangeLog
+++ b/media-gfx/PhiloGL/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for media-gfx/PhiloGL
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 03 Mar 2013; Justin Lecher <jlec@gentoo.org> PhiloGL-1.4.3.ebuild,
+ metadata.xml:
+ Move to EAPI=5 and fix quoting
+
17 Feb 2012; Kacper Kowalik <xarthisius@gentoo.org> PhiloGL-1.4.2.ebuild:
[media-gfx/PhiloGL] don't mess with paths and follow upstream as close as
possible
diff --git a/media-gfx/PhiloGL/PhiloGL-1.4.3.ebuild b/media-gfx/PhiloGL/PhiloGL-1.4.3.ebuild
index ad07e5bec..9ee4e2183 100644
--- a/media-gfx/PhiloGL/PhiloGL-1.4.3.ebuild
+++ b/media-gfx/PhiloGL/PhiloGL-1.4.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
DESCRIPTION="WebGL Framework for Data Vis, Creative Coding and Game Development"
HOMEPAGE="http://www.senchalabs.org/philogl/"
@@ -17,7 +17,7 @@ S=${WORKDIR}
src_prepare() {
if use examples ; then
- for f in $(find ${S}/examples -name index.html); do
+ for f in $(find "${S}"/examples -name index.html); do
sed -e "s:../../../build:/usr/share/${PN}/build:g" \
-e "s:../../build:/usr/share/${PN}/build:g" \
-i ${f} || die
diff --git a/media-gfx/PhiloGL/metadata.xml b/media-gfx/PhiloGL/metadata.xml
index 6629da3fa..ef58ee263 100644
--- a/media-gfx/PhiloGL/metadata.xml
+++ b/media-gfx/PhiloGL/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer>
- <email>xarthisius@gentoo.org</email>
- <name>Kacper Kowalik</name>
- </maintainer>
+ <maintainer>
+ <email>xarthisius@gentoo.org</email>
+ <name>Kacper Kowalik</name>
+ </maintainer>
</pkgmetadata>