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/libkate/
Date: Sun, 10 Jun 2018 20:42:13
Message-Id: 1528661521.e74556fac835d3f989e5c661544d781fcab5c780.asturm@gentoo
1 commit: e74556fac835d3f989e5c661544d781fcab5c780
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 9 19:54:52 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 10 20:12:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e74556fa
7
8 media-libs/libkate: Drop 0.4.1-r2
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 media-libs/libkate/libkate-0.4.1-r2.ebuild | 53 ------------------------------
13 1 file changed, 53 deletions(-)
14
15 diff --git a/media-libs/libkate/libkate-0.4.1-r2.ebuild b/media-libs/libkate/libkate-0.4.1-r2.ebuild
16 deleted file mode 100644
17 index 279c56974bd..00000000000
18 --- a/media-libs/libkate/libkate-0.4.1-r2.ebuild
19 +++ /dev/null
20 @@ -1,53 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -PYTHON_COMPAT=( python2_7 )
27 -inherit ltprune python-single-r1
28 -
29 -DESCRIPTION="Codec for karaoke and text encapsulation for Ogg"
30 -HOMEPAGE="https://code.google.com/p/libkate/"
31 -SRC_URI="https://libkate.googlecode.com/files/${P}.tar.gz"
32 -
33 -LICENSE="BSD"
34 -SLOT="0"
35 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
36 -
37 -IUSE="debug doc wxwidgets"
38 -REQUIRED_USE="wxwidgets? ( ${PYTHON_REQUIRED_USE} )"
39 -
40 -COMMON_DEPEND="
41 - media-libs/libogg:=
42 - media-libs/libpng:0=
43 -"
44 -DEPEND="${COMMON_DEPEND}
45 - virtual/pkgconfig
46 - sys-devel/flex
47 - sys-devel/bison
48 - doc? ( app-doc/doxygen )
49 -"
50 -RDEPEND="${COMMON_DEPEND}
51 - wxwidgets? (
52 - ${PYTHON_DEPS}
53 - dev-python/wxpython:3.0[${PYTHON_USEDEP}]
54 - media-libs/liboggz )
55 -"
56 -
57 -pkg_setup() {
58 - use wxwidgets && python-single-r1_pkg_setup
59 -}
60 -
61 -src_configure() {
62 - if ! use wxwidgets; then
63 - sed -i -e "s/HAVE_PYTHON=yes/HAVE_PYTHON=no/" configure || die
64 - fi
65 -
66 - econf --disable-static $(use_enable debug) $(use_enable doc)
67 -}
68 -
69 -src_install() {
70 - default
71 - prune_libtool_files
72 - use wxwidgets && python_fix_shebang "${D}"
73 -}