Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libgltf/
Date: Sun, 19 Nov 2017 23:49:42
Message-Id: 1511135359.94426a06078f5869ea76ce3827469d6b78641c77.asturm@gentoo
1 commit: 94426a06078f5869ea76ce3827469d6b78641c77
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 19 23:29:53 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 19 23:49:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94426a06
7
8 media-libs/libgltf: Drop old
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.6
11
12 media-libs/libgltf/Manifest | 1 -
13 media-libs/libgltf/libgltf-0.0.2.ebuild | 50 ---------------------------------
14 2 files changed, 51 deletions(-)
15
16 diff --git a/media-libs/libgltf/Manifest b/media-libs/libgltf/Manifest
17 index 6fbb14013af..9424d4cf6ec 100644
18 --- a/media-libs/libgltf/Manifest
19 +++ b/media-libs/libgltf/Manifest
20 @@ -1,2 +1 @@
21 -DIST libgltf-0.0.2.tar.bz2 538040 SHA256 d1cc7297ed1921aa969e26413b4c4e18afc882ce4d2f5a2aa2a2905706f7206b SHA512 74ca5e5e0f38ee5a67e870b49f4adf6c9710dc696afb776149618c05d15e3527d605143230f7ceacd199b609bcbb683cfc72d8e4ef22ba5b9ca777c8a2b53dcf WHIRLPOOL fbac1dc41cab63d4f322893d1b55d513fe8eefad5d625db703134dc429b3b87b5b6d36c481810d6e819c8f8213846b700d318421ac7858347c5ddf1cd875a246
22 DIST libgltf-0.1.0.tar.gz 736163 SHA256 119e730fbf002dd0eaafa4930167267d7d910aa17f29979ca9ca8b66625fd2da SHA512 c4ef222d638a3f691bcce493776ef451830168ef0569c417f0acdd305e5f261500767943f92a3e65d6b00aecf6c02bdae56f52e0943b8d36490ef66474d9252a WHIRLPOOL 3994d7200b351dbc73c1041aad1ff802344226a61c5d46e366f5f42ecf3d5fbd5410c40d2eb9cd6b0b92d25f496ebf06cdc9c942470d6b6a99c9e69ff31d9106
23
24 diff --git a/media-libs/libgltf/libgltf-0.0.2.ebuild b/media-libs/libgltf/libgltf-0.0.2.ebuild
25 deleted file mode 100644
26 index 71a7cd7e05b..00000000000
27 --- a/media-libs/libgltf/libgltf-0.0.2.ebuild
28 +++ /dev/null
29 @@ -1,50 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -EGIT_REPO_URI="git://gerrit.libreoffice.org/libgltf.git"
36 -inherit eutils
37 -[[ ${PV} == 9999 ]] && inherit autotools git-r3
38 -
39 -DESCRIPTION="C++ Library for rendering OpenGL models stored in glTF format"
40 -HOMEPAGE="http://www.libreoffice.org"
41 -[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.bz2"
42 -
43 -LICENSE="MPL-2.0"
44 -SLOT="0"
45 -[[ ${PV} == 9999 ]] || \
46 -KEYWORDS="amd64 x86"
47 -IUSE="debug test"
48 -
49 -RDEPEND="virtual/opengl"
50 -
51 -DEPEND="${RDEPEND}
52 - dev-libs/boost
53 - media-libs/glew:=
54 - media-libs/glm
55 - sys-devel/libtool
56 - virtual/pkgconfig
57 -"
58 -
59 -# testsuite not in tarball
60 -# only in git; unsure
61 -RESTRICT="test"
62 -
63 -src_prepare() {
64 - default
65 - [[ -d m4 ]] || mkdir "m4"
66 - [[ ${PV} == 9999 ]] && eautoreconf
67 -}
68 -
69 -src_configure() {
70 - econf \
71 - --docdir="${EPREFIX}/usr/share/doc/${PF}" \
72 - --disable-werror \
73 - $(use_enable test tests)
74 -}
75 -
76 -src_install() {
77 - default
78 - prune_libtool_files --all
79 -}