commit:     7de0f93909f1c0d8201e89e461a8e8503fadff13
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 22 10:44:09 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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
-}

Reply via email to