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 350D41382DE for ; Sun, 3 Jul 2016 20:28:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C06E11412D; Sun, 3 Jul 2016 20:27:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC97714145 for ; Sun, 3 Jul 2016 20:27:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 32BED340DED for ; Sun, 3 Jul 2016 20:27:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34B722449 for ; Sun, 3 Jul 2016 20:27:52 +0000 (UTC) From: "Andreas Hüttel" 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 Hüttel" Message-ID: <1467577661.84005d2dfe83cee89b4961a494d95f2d0a7a14eb.dilfridge@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.1.ebuild X-VCS-Directories: media-libs/libgltf/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 84005d2dfe83cee89b4961a494d95f2d0a7a14eb X-VCS-Branch: master Date: Sun, 3 Jul 2016 20:27:52 +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: 4259a4cf-2514-49b0-a33c-5447d95119de X-Archives-Hash: c96529ad52ea46f8f4a8665bed1a5452 commit: 84005d2dfe83cee89b4961a494d95f2d0a7a14eb Author: Andreas Sturmlechner gmail com> AuthorDate: Sun Jun 5 12:04:14 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sun Jul 3 20:27:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84005d2d media-libs/libgltf: Drop old, latest version is stable Package-Manager: portage-2.2.28 media-libs/libgltf/Manifest | 1 - media-libs/libgltf/libgltf-0.0.1.ebuild | 51 --------------------------------- 2 files changed, 52 deletions(-) diff --git a/media-libs/libgltf/Manifest b/media-libs/libgltf/Manifest index aa8ba78..b18edd4 100644 --- a/media-libs/libgltf/Manifest +++ b/media-libs/libgltf/Manifest @@ -1,2 +1 @@ -DIST libgltf-0.0.1.tar.bz2 348202 SHA256 2569bd6521a6afc53484746035478f1f8a8f002baa6c3d7ea83764e4db576345 SHA512 7009b9f9fcf4033bf4a884bbc017a740390418552495f2f2c940bdac43ecebb9899f6f4b3b18f28f6fca2f352992c61aeecccf3087ceb272891a8710e678268e WHIRLPOOL a89f7531705cbabb460b6890fbc99007a8cbde1d775a77531d467b5ab9e10d4867358c11ad7c35e2064f6236d906a7bfce569e23ac1b6f74b9e448444e053af6 DIST libgltf-0.0.2.tar.bz2 538040 SHA256 d1cc7297ed1921aa969e26413b4c4e18afc882ce4d2f5a2aa2a2905706f7206b SHA512 74ca5e5e0f38ee5a67e870b49f4adf6c9710dc696afb776149618c05d15e3527d605143230f7ceacd199b609bcbb683cfc72d8e4ef22ba5b9ca777c8a2b53dcf WHIRLPOOL fbac1dc41cab63d4f322893d1b55d513fe8eefad5d625db703134dc429b3b87b5b6d36c481810d6e819c8f8213846b700d318421ac7858347c5ddf1cd875a246 diff --git a/media-libs/libgltf/libgltf-0.0.1.ebuild b/media-libs/libgltf/libgltf-0.0.1.ebuild deleted file mode 100644 index 40e42ba..0000000 --- a/media-libs/libgltf/libgltf-0.0.1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -EGIT_REPO_URI="git://gerrit.libreoffice.org/libgltf.git" -inherit base eutils -[[ ${PV} == 9999 ]] && inherit autotools git-2 - -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() { - [[ -d m4 ]] || mkdir "m4" - base_src_prepare - [[ ${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 -}