diff options
author | 2021-09-22 17:53:59 -0400 | |
---|---|---|
committer | 2021-09-22 18:25:35 -0400 | |
commit | 8d575cd65ce4147a8442d8e3b2e924a007d1a1de (patch) | |
tree | 9e239a61c569e1cdf6c4394d804f99e25993a5c2 /media-libs | |
parent | games-strategy/julius: drop 1.4.1 (diff) | |
download | gentoo-8d575cd65ce4147a8442d8e3b2e924a007d1a1de.tar.gz gentoo-8d575cd65ce4147a8442d8e3b2e924a007d1a1de.tar.bz2 gentoo-8d575cd65ce4147a8442d8e3b2e924a007d1a1de.zip |
media-libs/plib: drop 1.8.5-r2
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/plib/plib-1.8.5-r2.ebuild | 40 |
1 files changed, 0 insertions, 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 8f5e07ec690f..000000000000 --- 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 -} |