media-libs/gavl: Drop old 1.2.0 and 1.4.0
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 22 May 2019 10:44:09 +0000 (12:44 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 22 May 2019 10:44:09 +0000 (12:44 +0200)
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-libs/gavl/Manifest
media-libs/gavl/gavl-1.2.0.ebuild [deleted file]
media-libs/gavl/gavl-1.4.0.ebuild [deleted file]

index a18023765498e1b1c4a9add60ecedfd30c9474d6..8665e096c4ae250fe30a38f78fe94854dca17bc4 100644 (file)
@@ -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 (file)
index 2715afa..0000000
+++ /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 (file)
index b839782..0000000
+++ /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
-}