Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/plib/
Date: Wed, 22 Sep 2021 22:26:42
Message-Id: 1632349535.8d575cd65ce4147a8442d8e3b2e924a007d1a1de.ionen@gentoo
1 commit: 8d575cd65ce4147a8442d8e3b2e924a007d1a1de
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 22 21:53:59 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 22 22:25:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d575cd6
7
8 media-libs/plib: drop 1.8.5-r2
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 media-libs/plib/plib-1.8.5-r2.ebuild | 40 ------------------------------------
13 1 file changed, 40 deletions(-)
14
15 diff --git a/media-libs/plib/plib-1.8.5-r2.ebuild b/media-libs/plib/plib-1.8.5-r2.ebuild
16 deleted file mode 100644
17 index 8f5e07ec690..00000000000
18 --- a/media-libs/plib/plib-1.8.5-r2.ebuild
19 +++ /dev/null
20 @@ -1,40 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI="6"
25 -inherit flag-o-matic 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 -PATCHES=(
39 - "${FILESDIR}"/${P}-X11-r1.patch
40 - "${FILESDIR}"/${P}-CVE-2011-4620.patch
41 - "${FILESDIR}"/${P}-CVE-2012-4552.patch
42 -)
43 -
44 -src_prepare() {
45 - default
46 -
47 - mv configure.in configure.ac || die
48 -
49 - eautoreconf
50 -
51 - # Since plib only provides static libraries, force
52 - # building as PIC or plib is useless to amd64/etc...
53 - append-flags -fPIC
54 -}
55 -
56 -src_install() {
57 - DOCS=( AUTHORS ChangeLog KNOWN_BUGS NOTICE README* TODO* )
58 -
59 - default
60 -}