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/ptex/
Date: Tue, 21 May 2019 23:18:53
Message-Id: 1558480700.086785602b9c2c58becc8cc28d9cc1952643028a.asturm@gentoo
1 commit: 086785602b9c2c58becc8cc28d9cc1952643028a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 21 23:18:20 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue May 21 23:18:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08678560
7
8 media-libs/ptex: Drop 2.1.28 (r0)
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-libs/ptex/ptex-2.1.28.ebuild | 22 ----------------------
14 1 file changed, 22 deletions(-)
15
16 diff --git a/media-libs/ptex/ptex-2.1.28.ebuild b/media-libs/ptex/ptex-2.1.28.ebuild
17 deleted file mode 100644
18 index b766367ac44..00000000000
19 --- a/media-libs/ptex/ptex-2.1.28.ebuild
20 +++ /dev/null
21 @@ -1,22 +0,0 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -inherit cmake-utils
28 -
29 -DESCRIPTION="Per-Face Texture Mapping for Production Rendering"
30 -HOMEPAGE="http://ptex.us/"
31 -SRC_URI="https://github.com/wdas/ptex/archive/v${PV}.tar.gz -> ${P}.tar.gz"
32 -LICENSE="BSD"
33 -SLOT="0"
34 -RDEPEND="sys-libs/zlib"
35 -DEPEND="${RDEPEND}
36 - app-doc/doxygen"
37 -
38 -KEYWORDS="~amd64 ~x86"
39 -
40 -src_configure() {
41 - local mycmakeargs=( -DCMAKE_INSTALL_DOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html )
42 - cmake-utils_src_configure
43 -}