aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2020-09-27 13:18:17 +0000
committerAisha Tammy <gentoo@aisha.cc>2020-09-27 13:18:17 +0000
commit63c114d682001a2c455e793a9b031ad208fe6571 (patch)
treefb6349b172f4e236ad1a7d76a67bc4e7be154030 /media-gfx
parentsci-mathematics/ufc: drop package (diff)
downloadsci-63c114d682001a2c455e793a9b031ad208fe6571.tar.gz
sci-63c114d682001a2c455e793a9b031ad208fe6571.tar.bz2
sci-63c114d682001a2c455e793a9b031ad208fe6571.zip
media-gfa/PhiloGL: drop dead package
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/PhiloGL/Manifest1
-rw-r--r--media-gfx/PhiloGL/PhiloGL-1.4.3.ebuild37
-rw-r--r--media-gfx/PhiloGL/metadata.xml8
3 files changed, 0 insertions, 46 deletions
diff --git a/media-gfx/PhiloGL/Manifest b/media-gfx/PhiloGL/Manifest
deleted file mode 100644
index f045b5183..000000000
--- a/media-gfx/PhiloGL/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST PhiloGL-1.4.3.zip 2484628 BLAKE2B 43adf2b1fea3c98a4970fbca8ce5b3f5feef8b61b085043c897f36d7e18e0abb5c0ec44ce24723d6a99e7cfb4d5ab285cc11982630e239827d624dbcfab1e49d SHA512 5483b92e0ed282734f08a42f231f8b871a821c977d0ba8fd59169bf557d41761a7d03252f1f8bc4807d912edb96bedf0fa21f0b330a521079708580d002ddc4b
diff --git a/media-gfx/PhiloGL/PhiloGL-1.4.3.ebuild b/media-gfx/PhiloGL/PhiloGL-1.4.3.ebuild
deleted file mode 100644
index 2b9792e69..000000000
--- a/media-gfx/PhiloGL/PhiloGL-1.4.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="WebGL Framework for Data Vis, Creative Coding and Game Development"
-HOMEPAGE="http://www.senchalabs.org/philogl/"
-SRC_URI="http://www.senchalabs.org/philogl/downloads/${P}.zip"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-S=${WORKDIR}
-
-src_prepare() {
- if use examples ; then
- 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
- done
- sed -e "s:../../../shaders/:/usr/share/${PN}/shaders/:" \
- -i examples/lessons/{14,15,16}/index.js || die
- fi
-}
-
-src_install() {
- insinto /usr/share/${PN}
- doins -r build shaders
-
- if use examples ; then
- insinto /usr/share/doc/${PF}
- doins -r examples
- fi
-}
diff --git a/media-gfx/PhiloGL/metadata.xml b/media-gfx/PhiloGL/metadata.xml
deleted file mode 100644
index c62a87f48..000000000
--- a/media-gfx/PhiloGL/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>xarthisius@gentoo.org</email>
- <name>Kacper Kowalik</name>
- </maintainer>
-</pkgmetadata>