From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B316B1396D9 for ; Sun, 19 Nov 2017 23:49:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92E5EE0F8C; Sun, 19 Nov 2017 23:49:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5ADF3E0F8C for ; Sun, 19 Nov 2017 23:49:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88AD5341301 for ; Sun, 19 Nov 2017 23:49:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9289DA0C1 for ; Sun, 19 Nov 2017 23:49:30 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1511135359.94426a06078f5869ea76ce3827469d6b78641c77.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libgltf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libgltf/Manifest media-libs/libgltf/libgltf-0.0.2.ebuild X-VCS-Directories: media-libs/libgltf/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 94426a06078f5869ea76ce3827469d6b78641c77 X-VCS-Branch: master Date: Sun, 19 Nov 2017 23:49:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 59b5b768-9735-4d5c-a75b-592bc6d82cba X-Archives-Hash: 553ed921ab834e4a942435f98949390d commit: 94426a06078f5869ea76ce3827469d6b78641c77 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 19 23:29:53 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 19 23:49:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94426a06 media-libs/libgltf: Drop old Package-Manager: Portage-2.3.14, Repoman-2.3.6 media-libs/libgltf/Manifest | 1 - media-libs/libgltf/libgltf-0.0.2.ebuild | 50 --------------------------------- 2 files changed, 51 deletions(-) diff --git a/media-libs/libgltf/Manifest b/media-libs/libgltf/Manifest index 6fbb14013af..9424d4cf6ec 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 71a7cd7e05b..00000000000 --- 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 -}