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 40AE0138334 for ; Tue, 21 May 2019 23:18:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63D46E0863; Tue, 21 May 2019 23:18:52 +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 14872E0863 for ; Tue, 21 May 2019 23:18:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 990CE344D6D for ; Tue, 21 May 2019 23:18:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 194F157B for ; Tue, 21 May 2019 23:18:49 +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: <1558480700.086785602b9c2c58becc8cc28d9cc1952643028a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/ptex/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/ptex/ptex-2.1.28.ebuild X-VCS-Directories: media-libs/ptex/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 086785602b9c2c58becc8cc28d9cc1952643028a X-VCS-Branch: master Date: Tue, 21 May 2019 23:18:49 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: eb4c18af-b706-4bc3-8074-e192080d7f08 X-Archives-Hash: bb565a4cd22daf7bea5d327936284769 commit: 086785602b9c2c58becc8cc28d9cc1952643028a Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue May 21 23:18:20 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue May 21 23:18:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08678560 media-libs/ptex: Drop 2.1.28 (r0) Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/ptex/ptex-2.1.28.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/media-libs/ptex/ptex-2.1.28.ebuild b/media-libs/ptex/ptex-2.1.28.ebuild deleted file mode 100644 index b766367ac44..00000000000 --- a/media-libs/ptex/ptex-2.1.28.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="Per-Face Texture Mapping for Production Rendering" -HOMEPAGE="http://ptex.us/" -SRC_URI="https://github.com/wdas/ptex/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="BSD" -SLOT="0" -RDEPEND="sys-libs/zlib" -DEPEND="${RDEPEND} - app-doc/doxygen" - -KEYWORDS="~amd64 ~x86" - -src_configure() { - local mycmakeargs=( -DCMAKE_INSTALL_DOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html ) - cmake-utils_src_configure -}