From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 370C413997D for ; Wed, 13 Nov 2019 01:03:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E107E08B1; Wed, 13 Nov 2019 01:03:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 85426E08B1 for ; Wed, 13 Nov 2019 01:03:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A80334CCE0 for ; Wed, 13 Nov 2019 01:03:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 189008B1 for ; Wed, 13 Nov 2019 01:03:06 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1573606942.1aa9440b9174afc94c15567a80c2e719b990c4bc.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/guilib/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/guilib/guilib-1.2.1.ebuild X-VCS-Directories: media-libs/guilib/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 1aa9440b9174afc94c15567a80c2e719b990c4bc X-VCS-Branch: master Date: Wed, 13 Nov 2019 01:03:06 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 70aac816-29c0-4b3c-bac2-565c799c0913 X-Archives-Hash: 2f6cd7b15dad673df590dd8db1243a4a commit: 1aa9440b9174afc94c15567a80c2e719b990c4bc Author: Aaron Bauman gentoo org> AuthorDate: Tue Nov 12 23:39:36 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Nov 13 01:02:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aa9440b media-libs/guilib: drop old EAPI Signed-off-by: Aaron Bauman gentoo.org> media-libs/guilib/guilib-1.2.1.ebuild | 39 ----------------------------------- 1 file changed, 39 deletions(-) diff --git a/media-libs/guilib/guilib-1.2.1.ebuild b/media-libs/guilib/guilib-1.2.1.ebuild deleted file mode 100644 index b58526c31b5..00000000000 --- a/media-libs/guilib/guilib-1.2.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit autotools - -MY_P=GUIlib-${PV} - -DESCRIPTION="Simple widget set for SDL" -SRC_URI="https://www.libsdl.org/projects/GUIlib/src/${MY_P}.tar.gz" -HOMEPAGE="https://www.libsdl.org/projects/GUIlib/" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="amd64 ~hppa ppc x86" -IUSE="static-libs" - -RDEPEND=">=media-libs/libsdl-1.0.1" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - sed -i -e '/^noinst_PROGRAMS/,$d' Makefile.am - - rm -f *.m4 - eautoreconf -} - -src_configure() { - econf \ - $(use_enable static-libs static) -} - -src_install() { - default - - use static-libs || find "${ED}" -name '*.la' -exec rm {} + -}