summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-12-01 18:38:56 -0500
committerAaron Bauman <bman@gentoo.org>2020-12-01 19:31:47 -0500
commit53e302125266e66d006e726de2d99cc1935ce067 (patch)
treef82ebfd67f4999da11b0c607cfe67d855a6e56b6 /media-libs/plib
parentmedia-libs/libopenraw: drop old (diff)
downloadgentoo-53e302125266e66d006e726de2d99cc1935ce067.tar.gz
gentoo-53e302125266e66d006e726de2d99cc1935ce067.tar.bz2
gentoo-53e302125266e66d006e726de2d99cc1935ce067.zip
media-libs/plib: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'media-libs/plib')
-rw-r--r--media-libs/plib/plib-1.8.5-r1.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/media-libs/plib/plib-1.8.5-r1.ebuild b/media-libs/plib/plib-1.8.5-r1.ebuild
deleted file mode 100644
index 7e32e0e06693..000000000000
--- a/media-libs/plib/plib-1.8.5-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit flag-o-matic eutils 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}
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${P}-X11.patch \
- "${FILESDIR}"/${P}-CVE-2011-4620.patch \
- "${FILESDIR}"/${P}-CVE-2012-4552.patch
-
- eautoreconf
- # Since plib only provides static libraries, force
- # building as PIC or plib is useless to amd64/etc...
- append-flags -fPIC
-}
-
-src_install() {
- default
- dodoc AUTHORS ChangeLog KNOWN_BUGS NOTICE README* TODO*
-}