summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2016-03-19 11:32:22 -0400
committerMichael Sterrett <mr_bones_@gentoo.org>2016-03-19 11:32:22 -0400
commit47e03ec576d682b078a4c22bd963017b055cf5c7 (patch)
tree7515907fe0160abc974c6112e9225051be28cf02 /media-libs
parentsys-auth/consolekit: Bump to EAPI-6 (diff)
downloadgentoo-47e03ec576d682b078a4c22bd963017b055cf5c7.tar.gz
gentoo-47e03ec576d682b078a4c22bd963017b055cf5c7.tar.bz2
gentoo-47e03ec576d682b078a4c22bd963017b055cf5c7.zip
media-libs/plib: clean old
Package-Manager: portage-2.2.26
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/plib/plib-1.8.5.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/media-libs/plib/plib-1.8.5.ebuild b/media-libs/plib/plib-1.8.5.ebuild
deleted file mode 100644
index 09e2d48d8afd..000000000000
--- a/media-libs/plib/plib-1.8.5.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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
- 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*
-}