commit: 8d575cd65ce4147a8442d8e3b2e924a007d1a1de Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Wed Sep 22 21:53:59 2021 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Wed Sep 22 22:25:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d575cd6
media-libs/plib: drop 1.8.5-r2 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> media-libs/plib/plib-1.8.5-r2.ebuild | 40 ------------------------------------ 1 file changed, 40 deletions(-) diff --git a/media-libs/plib/plib-1.8.5-r2.ebuild b/media-libs/plib/plib-1.8.5-r2.ebuild deleted file mode 100644 index 8f5e07ec690..00000000000 --- a/media-libs/plib/plib-1.8.5-r2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" -inherit flag-o-matic autotools - -DESCRIPTION="multimedia library used by many games" -HOMEPAGE="http://plib.sourceforge.net/" -SRC_URI="http://plib.sourceforge.net/dist/${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ppc sparc x86" - -DEPEND="virtual/opengl" -RDEPEND=${DEPEND} - -PATCHES=( - "${FILESDIR}"/${P}-X11-r1.patch - "${FILESDIR}"/${P}-CVE-2011-4620.patch - "${FILESDIR}"/${P}-CVE-2012-4552.patch -) - -src_prepare() { - default - - mv configure.in configure.ac || die - - eautoreconf - - # Since plib only provides static libraries, force - # building as PIC or plib is useless to amd64/etc... - append-flags -fPIC -} - -src_install() { - DOCS=( AUTHORS ChangeLog KNOWN_BUGS NOTICE README* TODO* ) - - default -}