Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/plib/
Date: Wed, 02 Dec 2020 00:32:05
Message-Id: 1606869107.53e302125266e66d006e726de2d99cc1935ce067.bman@gentoo
1 commit: 53e302125266e66d006e726de2d99cc1935ce067
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 1 23:38:56 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 00:31:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53e30212
7
8 media-libs/plib: drop old
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 media-libs/plib/plib-1.8.5-r1.ebuild | 33 ---------------------------------
13 1 file changed, 33 deletions(-)
14
15 diff --git a/media-libs/plib/plib-1.8.5-r1.ebuild b/media-libs/plib/plib-1.8.5-r1.ebuild
16 deleted file mode 100644
17 index 7e32e0e0669..00000000000
18 --- a/media-libs/plib/plib-1.8.5-r1.ebuild
19 +++ /dev/null
20 @@ -1,33 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -inherit flag-o-matic eutils autotools
26 -
27 -DESCRIPTION="multimedia library used by many games"
28 -HOMEPAGE="http://plib.sourceforge.net/"
29 -SRC_URI="http://plib.sourceforge.net/dist/${P}.tar.gz"
30 -
31 -LICENSE="LGPL-2"
32 -SLOT="0"
33 -KEYWORDS="~alpha amd64 hppa ppc sparc x86"
34 -
35 -DEPEND="virtual/opengl"
36 -RDEPEND=${DEPEND}
37 -
38 -src_prepare() {
39 - epatch \
40 - "${FILESDIR}"/${P}-X11.patch \
41 - "${FILESDIR}"/${P}-CVE-2011-4620.patch \
42 - "${FILESDIR}"/${P}-CVE-2012-4552.patch
43 -
44 - eautoreconf
45 - # Since plib only provides static libraries, force
46 - # building as PIC or plib is useless to amd64/etc...
47 - append-flags -fPIC
48 -}
49 -
50 -src_install() {
51 - default
52 - dodoc AUTHORS ChangeLog KNOWN_BUGS NOTICE README* TODO*
53 -}