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 C2B77138334 for ; Wed, 22 May 2019 10:48:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85F9BE086D; Wed, 22 May 2019 10:48:04 +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 543A0E086D for ; Wed, 22 May 2019 10:48:04 +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 940BF344DB1 for ; Wed, 22 May 2019 10:48:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C4A75DC for ; Wed, 22 May 2019 10:48:00 +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: <1558521849.7de0f93909f1c0d8201e89e461a8e8503fadff13.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gavl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gavl/Manifest media-libs/gavl/gavl-1.2.0.ebuild media-libs/gavl/gavl-1.4.0.ebuild X-VCS-Directories: media-libs/gavl/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7de0f93909f1c0d8201e89e461a8e8503fadff13 X-VCS-Branch: master Date: Wed, 22 May 2019 10:48:00 +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: 0a24bffc-7cbc-4ea1-8566-9a1c2366a187 X-Archives-Hash: ca3e68dad873e1220c1e7c52ba199e4e commit: 7de0f93909f1c0d8201e89e461a8e8503fadff13 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 22 10:44:09 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 22 10:44:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7de0f939 media-libs/gavl: Drop old 1.2.0 and 1.4.0 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/gavl/Manifest | 1 - media-libs/gavl/gavl-1.2.0.ebuild | 44 ----------------------------------- media-libs/gavl/gavl-1.4.0.ebuild | 48 --------------------------------------- 3 files changed, 93 deletions(-) diff --git a/media-libs/gavl/Manifest b/media-libs/gavl/Manifest index a1802376549..8665e096c4a 100644 --- a/media-libs/gavl/Manifest +++ b/media-libs/gavl/Manifest @@ -1,2 +1 @@ -DIST gavl-1.2.0.tar.gz 4589139 BLAKE2B 9e99aa41128690f580ed023de07a449a101a15549e39f77e89dbf08c0eddd6db691d2bd5b50ad64b2be293d6c4cbf6a1d9157a9cc8d4749c7a5118c15cb9fdd4 SHA512 fe3b7ed91b8564e7f61b738f29ea439af462c1e28038ee04f5b8fc82d7fd6270acd7d1dd54c717f289bba181bafe9c3ec6156449d95153d9fd43e18a92a60c41 DIST gavl-1.4.0.tar.gz 4592701 BLAKE2B 2ed47cf63d8ce3424d0714e202a11ecef89c5a9c160a6045e238bae4179c02398600fc9c6d914784bb24a86c501f93971631461bdecaa8a70743a674748a2ec3 SHA512 beda0073cab865fdb3a55de5d5c800fabcd40b21c5bb5b5f9d43046db3602d8967fb8b893325fcdaca3fa66d978aa3cae79a4a797d43d40ad50ea5af752a650a diff --git a/media-libs/gavl/gavl-1.2.0.ebuild b/media-libs/gavl/gavl-1.2.0.ebuild deleted file mode 100644 index 2715afa7588..00000000000 --- a/media-libs/gavl/gavl-1.2.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit autotools-utils - -DESCRIPTION="library for handling uncompressed audio and video data" -HOMEPAGE="http://gmerlin.sourceforge.net" -SRC_URI="mirror://sourceforge/gmerlin/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 hppa ppc ~ppc64 x86" -IUSE="doc" - -RDEPEND="" -DEPEND="doc? ( app-doc/doxygen ) - virtual/pkgconfig" -# pkg-config is only here to satisfy autotools-utils.eclass wrt #432796 - -DOCS=( AUTHORS README TODO ) - -src_prepare() { - sed -i \ - -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \ - -e 's:-mfpmath=387::g' \ - -e 's:-O3 -funroll-all-loops -fomit-frame-pointer -ffast-math::g' \ - -e '/LDFLAGS=/d' \ - configure.ac || die - - AT_M4DIR="m4" eautoreconf -} - -src_configure() { - # --disable-libpng because it's only used for tests - local myeconfargs=( - --docdir=/usr/share/doc/${PF}/html - --disable-libpng - $(use_with doc doxygen) - --without-cpuflags - ) - - autotools-utils_src_configure -} diff --git a/media-libs/gavl/gavl-1.4.0.ebuild b/media-libs/gavl/gavl-1.4.0.ebuild deleted file mode 100644 index b839782daa1..00000000000 --- a/media-libs/gavl/gavl-1.4.0.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -AUTOTOOLS_AUTORECONF=1 - -inherit autotools-utils - -DESCRIPTION="library for handling uncompressed audio and video data" -HOMEPAGE="http://gmerlin.sourceforge.net" -SRC_URI="mirror://sourceforge/gmerlin/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" -IUSE="doc static-libs" - -DEPEND="doc? ( app-doc/doxygen ) - virtual/pkgconfig" - -DOCS=( AUTHORS README TODO ) - -src_prepare() { - # AC_CONFIG_HEADERS, bug #467736 - sed -i \ - -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \ - -e 's:-mfpmath=387::g' \ - -e 's:-O3 -funroll-all-loops -fomit-frame-pointer -ffast-math::g' \ - -e '/LDFLAGS=/d' \ - configure.ac || die - - export AT_M4DIR="m4" - - autotools-utils_src_prepare -} - -src_configure() { - # --disable-libpng because it's only used for tests - local myeconfargs=( - --docdir=/usr/share/doc/${PF}/html - --disable-libpng - $(use_with doc doxygen) - --without-cpuflags - ) - - autotools-utils_src_configure -}