media-libs/libgltf: Remove last-rited
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 1 Jul 2018 16:41:00 +0000 (18:41 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Tue, 10 Jul 2018 12:04:27 +0000 (14:04 +0200)
Closes: https://bugs.gentoo.org/657400

media-libs/libgltf/Manifest [deleted file]
media-libs/libgltf/libgltf-0.1.0.ebuild [deleted file]
media-libs/libgltf/libgltf-9999.ebuild [deleted file]
media-libs/libgltf/metadata.xml [deleted file]
profiles/package.mask

diff --git a/media-libs/libgltf/Manifest b/media-libs/libgltf/Manifest
deleted file mode 100644 (file)
index 4266e0f..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST libgltf-0.1.0.tar.gz 736163 BLAKE2B d134df92ef246043290fa6a28c2d8a78e9c1d0d90208737d3ef5115d5b37ad942663316a1b54d7385cfa480d7cfd03c522136ad0d63fc733a34723aa20a58b38 SHA512 c4ef222d638a3f691bcce493776ef451830168ef0569c417f0acdd305e5f261500767943f92a3e65d6b00aecf6c02bdae56f52e0943b8d36490ef66474d9252a
diff --git a/media-libs/libgltf/libgltf-0.1.0.ebuild b/media-libs/libgltf/libgltf-0.1.0.ebuild
deleted file mode 100644 (file)
index 41afce1..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_REPO_URI="git://gerrit.libreoffice.org/libgltf.git"
-[[ ${PV} == 9999 ]] && inherit autotools git-r3
-
-DESCRIPTION="C++ Library for rendering OpenGL models stored in glTF format"
-HOMEPAGE="http://www.libreoffice.org https://gerrit.libreoffice.org/gitweb?p=libgltf.git"
-[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.gz"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-[[ ${PV} == 9999 ]] || \
-KEYWORDS="amd64 x86"
-IUSE="debug test"
-
-RDEPEND="
-       >=media-libs/libepoxy-1.3.1
-       virtual/opengl
-"
-DEPEND="${RDEPEND}
-       dev-libs/boost
-       media-libs/glm
-       sys-devel/libtool
-       virtual/pkgconfig
-"
-
-# testsuite not in tarball
-# only in git; unsure
-RESTRICT="test"
-
-src_prepare() {
-       default
-       [[ -d m4 ]] || mkdir "m4"
-       [[ ${PV} == 9999 ]] && eautoreconf
-}
-
-src_configure() {
-       econf \
-               --disable-werror \
-               $(use_enable debug) \
-               $(use_enable test tests)
-}
-
-src_install() {
-       default
-       find "${D}" -name '*.la' -delete || die
-}
diff --git a/media-libs/libgltf/libgltf-9999.ebuild b/media-libs/libgltf/libgltf-9999.ebuild
deleted file mode 100644 (file)
index 320dc63..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_REPO_URI="git://gerrit.libreoffice.org/libgltf.git"
-[[ ${PV} == 9999 ]] && inherit autotools git-r3
-
-DESCRIPTION="C++ Library for rendering OpenGL models stored in glTF format"
-HOMEPAGE="http://www.libreoffice.org https://gerrit.libreoffice.org/gitweb?p=libgltf.git"
-[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.gz"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-[[ ${PV} == 9999 ]] || \
-KEYWORDS="~amd64 ~x86"
-IUSE="debug test"
-
-RDEPEND="
-       >=media-libs/libepoxy-1.3.1
-       virtual/opengl
-"
-DEPEND="${RDEPEND}
-       dev-libs/boost
-       media-libs/glm
-       sys-devel/libtool
-       virtual/pkgconfig
-"
-
-# testsuite not in tarball
-# only in git; unsure
-RESTRICT="test"
-
-src_prepare() {
-       default
-       [[ -d m4 ]] || mkdir "m4"
-       [[ ${PV} == 9999 ]] && eautoreconf
-}
-
-src_configure() {
-       econf \
-               --disable-werror \
-               $(use_enable debug) \
-               $(use_enable test tests)
-}
-
-src_install() {
-       default
-       find "${D}" -name '*.la' -delete || die
-}
diff --git a/media-libs/libgltf/metadata.xml b/media-libs/libgltf/metadata.xml
deleted file mode 100644 (file)
index 13ce236..0000000
+++ /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="project">
-               <email>office@gentoo.org</email>
-               <name>Gentoo Office project</name>
-       </maintainer>
-</pkgmetadata>
index 083ff4323bfef10ff769a6a02571d48aadc4c955..7c144b9e21b901c696bb15777d7048bd0168dcce 100644 (file)
@@ -424,11 +424,6 @@ media-plugins/gst-plugins-schroedinger
 dev-lang/php:7.3
 virtual/httpd-php:7.3
 
-# Andreas Sturmlechner <asturm@gentoo.org> (10 Jun 2018)
-# Dead upstream, no more revdeps after LO dropped support.
-# Masked for removal in 30 days, bug #657400
-media-libs/libgltf
-
 # Mike Pagano <mpagano@gentoo.org> (30 May 2018)
 # Masking due to bad commit in the networking stack.
 =sys-kernel/gentoo-sources-4.14.46