summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-11-20 00:29:53 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-11-20 00:49:19 +0100
commit94426a06078f5869ea76ce3827469d6b78641c77 (patch)
tree61eed7700470fda40f86c08631d0ec0443d0c447
parentdev-libs/libixion: Drop old (diff)
downloadgentoo-94426a06078f5869ea76ce3827469d6b78641c77.tar.gz
gentoo-94426a06078f5869ea76ce3827469d6b78641c77.tar.bz2
gentoo-94426a06078f5869ea76ce3827469d6b78641c77.zip
media-libs/libgltf: Drop old
Package-Manager: Portage-2.3.14, Repoman-2.3.6
-rw-r--r--media-libs/libgltf/Manifest1
-rw-r--r--media-libs/libgltf/libgltf-0.0.2.ebuild50
2 files changed, 0 insertions, 51 deletions
diff --git a/media-libs/libgltf/Manifest b/media-libs/libgltf/Manifest
index 6fbb14013aff..9424d4cf6ecd 100644
--- a/media-libs/libgltf/Manifest
+++ b/media-libs/libgltf/Manifest
@@ -1,2 +1 @@
-DIST libgltf-0.0.2.tar.bz2 538040 SHA256 d1cc7297ed1921aa969e26413b4c4e18afc882ce4d2f5a2aa2a2905706f7206b SHA512 74ca5e5e0f38ee5a67e870b49f4adf6c9710dc696afb776149618c05d15e3527d605143230f7ceacd199b609bcbb683cfc72d8e4ef22ba5b9ca777c8a2b53dcf WHIRLPOOL fbac1dc41cab63d4f322893d1b55d513fe8eefad5d625db703134dc429b3b87b5b6d36c481810d6e819c8f8213846b700d318421ac7858347c5ddf1cd875a246
DIST libgltf-0.1.0.tar.gz 736163 SHA256 119e730fbf002dd0eaafa4930167267d7d910aa17f29979ca9ca8b66625fd2da SHA512 c4ef222d638a3f691bcce493776ef451830168ef0569c417f0acdd305e5f261500767943f92a3e65d6b00aecf6c02bdae56f52e0943b8d36490ef66474d9252a WHIRLPOOL 3994d7200b351dbc73c1041aad1ff802344226a61c5d46e366f5f42ecf3d5fbd5410c40d2eb9cd6b0b92d25f496ebf06cdc9c942470d6b6a99c9e69ff31d9106
diff --git a/media-libs/libgltf/libgltf-0.0.2.ebuild b/media-libs/libgltf/libgltf-0.0.2.ebuild
deleted file mode 100644
index 71a7cd7e05b7..000000000000
--- a/media-libs/libgltf/libgltf-0.0.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_REPO_URI="git://gerrit.libreoffice.org/libgltf.git"
-inherit eutils
-[[ ${PV} == 9999 ]] && inherit autotools git-r3
-
-DESCRIPTION="C++ Library for rendering OpenGL models stored in glTF format"
-HOMEPAGE="http://www.libreoffice.org"
-[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.bz2"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-[[ ${PV} == 9999 ]] || \
-KEYWORDS="amd64 x86"
-IUSE="debug test"
-
-RDEPEND="virtual/opengl"
-
-DEPEND="${RDEPEND}
- dev-libs/boost
- media-libs/glew:=
- 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 \
- --docdir="${EPREFIX}/usr/share/doc/${PF}" \
- --disable-werror \
- $(use_enable test tests)
-}
-
-src_install() {
- default
- prune_libtool_files --all
-}