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 682241382C5 for ; Wed, 27 Jan 2021 18:35:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA8DEE0C33; Wed, 27 Jan 2021 18:35:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7082AE0C33 for ; Wed, 27 Jan 2021 18:35:05 +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 B263F33BEE8 for ; Wed, 27 Jan 2021 18:35:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 191BA4AA for ; Wed, 27 Jan 2021 18:35:02 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1611772492.064c49535c41f31e81aaeb806a065696f2877dd7.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libquvi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libquvi/libquvi-0.9.4-r1.ebuild media-libs/libquvi/libquvi-0.9.4-r2.ebuild X-VCS-Directories: media-libs/libquvi/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 064c49535c41f31e81aaeb806a065696f2877dd7 X-VCS-Branch: master Date: Wed, 27 Jan 2021 18:35:02 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 47603138-974a-48ea-a689-786c1c3d29ea X-Archives-Hash: d4ae5a452947dce4cacfb70241cfec33 commit: 064c49535c41f31e81aaeb806a065696f2877dd7 Author: Conrad Kostecki gentoo org> AuthorDate: Wed Jan 27 18:34:38 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Jan 27 18:34:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=064c4953 media-libs/libquvi: drop old version Closes: https://bugs.gentoo.org/740160 Closes: https://bugs.gentoo.org/744367 Closes: https://bugs.gentoo.org/758845 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Conrad Kostecki gentoo.org> media-libs/libquvi/libquvi-0.9.4-r1.ebuild | 46 ---------------------- media-libs/libquvi/libquvi-0.9.4-r2.ebuild | 61 ------------------------------ 2 files changed, 107 deletions(-) diff --git a/media-libs/libquvi/libquvi-0.9.4-r1.ebuild b/media-libs/libquvi/libquvi-0.9.4-r1.ebuild deleted file mode 100644 index bf3e51e5ae7..00000000000 --- a/media-libs/libquvi/libquvi-0.9.4-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -AUTOTOOLS_AUTORECONF=1 - -inherit autotools-utils eutils ltprune multilib-minimal - -DESCRIPTION="Library for parsing video download links" -HOMEPAGE="http://quvi.sourceforge.net/" -SRC_URI="mirror://sourceforge/quvi/${PV:0:3}/${P}.tar.xz" - -LICENSE="AGPL-3" -SLOT="0/8" # subslot = libquvi soname version -KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86" -IUSE="examples nls static-libs" - -RDEPEND="!=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] - >=dev-libs/libgcrypt-1.5.3:0=[${MULTILIB_USEDEP}] - >=media-libs/libquvi-scripts-0.9.20130903[${MULTILIB_USEDEP}] - >=net-libs/libproxy-0.4.11-r1[${MULTILIB_USEDEP}] - >=net-misc/curl-7.36.0[${MULTILIB_USEDEP}] - >=dev-lang/lua-5.1.5-r3:0=[deprecated,${MULTILIB_USEDEP}] - nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )" -DEPEND="${RDEPEND} - app-arch/xz-utils - virtual/pkgconfig - nls? ( sys-devel/gettext )" - -PATCHES=( "${FILESDIR}"/${PN}-0.9.1-headers-reinstall.patch ) - -multilib_src_configure() { - local myeconfargs=( - $(use_enable nls) - --with-manual - ) - autotools-utils_src_configure -} - -multilib_src_install_all() { - einstalldocs - prune_libtool_files - - use examples && dodoc -r examples -} diff --git a/media-libs/libquvi/libquvi-0.9.4-r2.ebuild b/media-libs/libquvi/libquvi-0.9.4-r2.ebuild deleted file mode 100644 index 75d9b7ba823..00000000000 --- a/media-libs/libquvi/libquvi-0.9.4-r2.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit autotools - -DESCRIPTION="Library for parsing video download links" -HOMEPAGE="http://quvi.sourceforge.net/" -SRC_URI="mirror://sourceforge/quvi/${PV:0:3}/${P}.tar.xz" - -LICENSE="AGPL-3" -SLOT="0/8" # subslot = libquvi soname version -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="examples nls static-libs" - -RDEPEND=" - >=dev-lang/lua-5.1.5-r3:0=[deprecated] - >=dev-libs/glib-2.34.3:2 - >=dev-libs/libgcrypt-1.5.3:0= - >=media-libs/libquvi-scripts-0.9.20130903 - !=net-libs/libproxy-0.4.11-r1 - >=net-misc/curl-7.36.0 - nls? ( >=virtual/libintl-0-r1 ) -" - -DEPEND="${RDEPEND}" - -BDEPEND=" - app-arch/xz-utils - virtual/pkgconfig - nls? ( sys-devel/gettext ) -" - -PATCHES=( - "${FILESDIR}"/${PN}-0.9.1-headers-reinstall.patch - "${FILESDIR}"/${PN}-0.9.4-autoconf-2.70.patch #749816 -) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - local myeconfargs=( - $(use_enable nls) - --with-manual - ) - - econf "${myeconfargs[@]}" -} - -src_install() { - default - - einstalldocs - use examples && dodoc -r examples - - find "${ED}" -name '*.la' -delete || die -}