diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-09 21:54:52 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-10 22:12:01 +0200 |
commit | e74556fac835d3f989e5c661544d781fcab5c780 (patch) | |
tree | 204673fe22a58cb1586224d9d1662fde6886d453 /media-libs/libkate | |
parent | sys-kernel/vanilla-sources: Automated version bump to {4.4.136,4.9.107} - rem... (diff) | |
download | gentoo-e74556fac835d3f989e5c661544d781fcab5c780.tar.gz gentoo-e74556fac835d3f989e5c661544d781fcab5c780.tar.bz2 gentoo-e74556fac835d3f989e5c661544d781fcab5c780.zip |
media-libs/libkate: Drop 0.4.1-r2
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'media-libs/libkate')
-rw-r--r-- | media-libs/libkate/libkate-0.4.1-r2.ebuild | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/media-libs/libkate/libkate-0.4.1-r2.ebuild b/media-libs/libkate/libkate-0.4.1-r2.ebuild deleted file mode 100644 index 279c56974bdc..000000000000 --- a/media-libs/libkate/libkate-0.4.1-r2.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) -inherit ltprune python-single-r1 - -DESCRIPTION="Codec for karaoke and text encapsulation for Ogg" -HOMEPAGE="https://code.google.com/p/libkate/" -SRC_URI="https://libkate.googlecode.com/files/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd" - -IUSE="debug doc wxwidgets" -REQUIRED_USE="wxwidgets? ( ${PYTHON_REQUIRED_USE} )" - -COMMON_DEPEND=" - media-libs/libogg:= - media-libs/libpng:0= -" -DEPEND="${COMMON_DEPEND} - virtual/pkgconfig - sys-devel/flex - sys-devel/bison - doc? ( app-doc/doxygen ) -" -RDEPEND="${COMMON_DEPEND} - wxwidgets? ( - ${PYTHON_DEPS} - dev-python/wxpython:3.0[${PYTHON_USEDEP}] - media-libs/liboggz ) -" - -pkg_setup() { - use wxwidgets && python-single-r1_pkg_setup -} - -src_configure() { - if ! use wxwidgets; then - sed -i -e "s/HAVE_PYTHON=yes/HAVE_PYTHON=no/" configure || die - fi - - econf --disable-static $(use_enable debug) $(use_enable doc) -} - -src_install() { - default - prune_libtool_files - use wxwidgets && python_fix_shebang "${D}" -} |