Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: media-gfx/PhiloGL/
Date: Sun, 27 Sep 2020 13:44:31
Message-Id: 1601212697.63c114d682001a2c455e793a9b031ad208fe6571.epsilon-0@gentoo
1 commit: 63c114d682001a2c455e793a9b031ad208fe6571
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Sun Sep 27 13:18:17 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Sun Sep 27 13:18:17 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=63c114d6
7
8 media-gfa/PhiloGL: drop dead package
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
12
13 media-gfx/PhiloGL/PhiloGL-1.4.3.ebuild | 37 ----------------------------------
14 media-gfx/PhiloGL/metadata.xml | 8 --------
15 2 files changed, 45 deletions(-)
16
17 diff --git a/media-gfx/PhiloGL/PhiloGL-1.4.3.ebuild b/media-gfx/PhiloGL/PhiloGL-1.4.3.ebuild
18 deleted file mode 100644
19 index 2b9792e69..000000000
20 --- a/media-gfx/PhiloGL/PhiloGL-1.4.3.ebuild
21 +++ /dev/null
22 @@ -1,37 +0,0 @@
23 -# Copyright 1999-2014 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=5
27 -
28 -DESCRIPTION="WebGL Framework for Data Vis, Creative Coding and Game Development"
29 -HOMEPAGE="http://www.senchalabs.org/philogl/"
30 -SRC_URI="http://www.senchalabs.org/philogl/downloads/${P}.zip"
31 -
32 -LICENSE="MIT"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~x86"
35 -IUSE="examples"
36 -
37 -S=${WORKDIR}
38 -
39 -src_prepare() {
40 - if use examples ; then
41 - for f in $(find "${S}"/examples -name index.html); do
42 - sed -e "s:../../../build:/usr/share/${PN}/build:g" \
43 - -e "s:../../build:/usr/share/${PN}/build:g" \
44 - -i ${f} || die
45 - done
46 - sed -e "s:../../../shaders/:/usr/share/${PN}/shaders/:" \
47 - -i examples/lessons/{14,15,16}/index.js || die
48 - fi
49 -}
50 -
51 -src_install() {
52 - insinto /usr/share/${PN}
53 - doins -r build shaders
54 -
55 - if use examples ; then
56 - insinto /usr/share/doc/${PF}
57 - doins -r examples
58 - fi
59 -}
60
61 diff --git a/media-gfx/PhiloGL/metadata.xml b/media-gfx/PhiloGL/metadata.xml
62 deleted file mode 100644
63 index c62a87f48..000000000
64 --- a/media-gfx/PhiloGL/metadata.xml
65 +++ /dev/null
66 @@ -1,8 +0,0 @@
67 -<?xml version="1.0" encoding="UTF-8"?>
68 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
69 -<pkgmetadata>
70 - <maintainer type="person">
71 - <email>xarthisius@g.o</email>
72 - <name>Kacper Kowalik</name>
73 - </maintainer>
74 -</pkgmetadata>