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 F37DC13997D for ; Wed, 13 Nov 2019 01:03:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B49AE08CA; Wed, 13 Nov 2019 01:03:11 +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 828A9E08CA for ; Wed, 13 Nov 2019 01:03:11 +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 5140134CCE6 for ; Wed, 13 Nov 2019 01:03:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB4458B9 for ; Wed, 13 Nov 2019 01:03:06 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1573606947.5bc3f65de9b926a36f57923510ef2c60cacff56c.bman@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.4.1-r1.ebuild X-VCS-Directories: media-libs/libquvi/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 5bc3f65de9b926a36f57923510ef2c60cacff56c X-VCS-Branch: master Date: Wed, 13 Nov 2019 01:03:06 +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: 69db64db-b0a0-448b-b7e9-c7ef0b9c200b X-Archives-Hash: 4119866209238b24e1f76a1e89301758 commit: 5bc3f65de9b926a36f57923510ef2c60cacff56c Author: Aaron Bauman gentoo org> AuthorDate: Tue Nov 12 23:48:28 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Nov 13 01:02:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bc3f65d media-libs/libquvi: drop old EAPI Signed-off-by: Aaron Bauman gentoo.org> media-libs/libquvi/libquvi-0.4.1-r1.ebuild | 42 ------------------------------ 1 file changed, 42 deletions(-) diff --git a/media-libs/libquvi/libquvi-0.4.1-r1.ebuild b/media-libs/libquvi/libquvi-0.4.1-r1.ebuild deleted file mode 100644 index a9b539cb93a..00000000000 --- a/media-libs/libquvi/libquvi-0.4.1-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit autotools-utils - -DESCRIPTION="Library for parsing video download links" -HOMEPAGE="http://quvi.sourceforge.net/" -SRC_URI="mirror://sourceforge/quvi/${PV:0:3}/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0.4" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86" -IUSE="examples static-libs" - -RDEPEND=">=net-misc/curl-7.18.2 - !=media-libs/libquvi-scripts-0.4.0:0.4 - >=dev-lang/lua-5.1[deprecated] - !=media-libs/libquvi-0.4*:0" -DEPEND="${RDEPEND} - app-arch/xz-utils - virtual/pkgconfig" - -DOCS=( AUTHORS ChangeLog NEWS README ) - -src_configure() { - local myeconfargs=( - --without-manual - ) - autotools-utils_src_configure -} - -src_install() { - autotools-utils_src_install - - if use examples ; then - docinto examples - dodoc examples/*.{c,h} - fi -}