summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-05-22 01:18:20 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-05-22 01:18:20 +0200
commit086785602b9c2c58becc8cc28d9cc1952643028a (patch)
tree70a158caccacca0889d24330c91aa381775c92a4 /media-libs/ptex
parentprofiles: Stable-mask media-gfx/alembic[arnold,maya] (diff)
downloadgentoo-086785602b9c2c58becc8cc28d9cc1952643028a.tar.gz
gentoo-086785602b9c2c58becc8cc28d9cc1952643028a.tar.bz2
gentoo-086785602b9c2c58becc8cc28d9cc1952643028a.zip
media-libs/ptex: Drop 2.1.28 (r0)
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/ptex')
-rw-r--r--media-libs/ptex/ptex-2.1.28.ebuild22
1 files changed, 0 insertions, 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 b766367ac446..000000000000
--- 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
-}