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 89240138335 for ; Sun, 10 Jun 2018 09:20:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B24A3E0833; Sun, 10 Jun 2018 09:20:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 82BD5E0833 for ; Sun, 10 Jun 2018 09:20:15 +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 0CE3B335C95 for ; Sun, 10 Jun 2018 09:20:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 583232AA for ; Sun, 10 Jun 2018 09:19:59 +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: <1528621115.e45bd9e2c4e05cc93ea54ce8bef9447f54cadf8a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libkate/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libkate/libkate-0.4.1-r2.ebuild X-VCS-Directories: media-libs/libkate/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e45bd9e2c4e05cc93ea54ce8bef9447f54cadf8a X-VCS-Branch: master Date: Sun, 10 Jun 2018 09:19:59 +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-Archives-Salt: 602f7d5c-e29e-40de-9c5a-a682e8ae8c97 X-Archives-Hash: d9f21b50221297eccf917f2d04581631 commit: e45bd9e2c4e05cc93ea54ce8bef9447f54cadf8a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jun 9 19:54:52 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 10 08:58:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e45bd9e2 media-libs/libkate: Drop 0.4.1-r2 Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-libs/libkate/libkate-0.4.1-r2.ebuild | 53 ------------------------------ 1 file changed, 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 279c56974bd..00000000000 --- 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}" -}