From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 951F759CA5 for ; Sat, 19 Mar 2016 15:34:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8851721C001; Sat, 19 Mar 2016 15:34:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 315DC21C001 for ; Sat, 19 Mar 2016 15:34:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CDC8F340B63 for ; Sat, 19 Mar 2016 15:34:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BA18851 for ; Sat, 19 Mar 2016 15:34:30 +0000 (UTC) From: "Michael Sterrett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Sterrett" Message-ID: <1458401542.47e03ec576d682b078a4c22bd963017b055cf5c7.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/plib/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/plib/plib-1.8.5.ebuild X-VCS-Directories: media-libs/plib/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: 47e03ec576d682b078a4c22bd963017b055cf5c7 X-VCS-Branch: master Date: Sat, 19 Mar 2016 15:34:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f980a689-df96-41b3-9c1a-ee4084141f9c X-Archives-Hash: a9b6faaa211baf5012f6de4732b9b0e1 commit: 47e03ec576d682b078a4c22bd963017b055cf5c7 Author: Michael Sterrett gentoo org> AuthorDate: Sat Mar 19 15:32:22 2016 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Sat Mar 19 15:32:22 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47e03ec5 media-libs/plib: clean old Package-Manager: portage-2.2.26 media-libs/plib/plib-1.8.5.ebuild | 30 ------------------------------ 1 file changed, 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 09e2d48..0000000 --- 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* -}