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 6A5A5138334 for ; Sat, 15 Sep 2018 02:31:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3EBFE0A8F; Sat, 15 Sep 2018 02:31:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7BEB3E0A91 for ; Sat, 15 Sep 2018 02:31:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B58F1335D24 for ; Sat, 15 Sep 2018 02:31:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6343A3E6 for ; Sat, 15 Sep 2018 02:31:21 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1536978629.e193d72b832f353f9d8492ad2e26257c4181cad8.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl-pango/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/sdl-pango/sdl-pango-0.1.2.ebuild X-VCS-Directories: media-libs/sdl-pango/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e193d72b832f353f9d8492ad2e26257c4181cad8 X-VCS-Branch: master Date: Sat, 15 Sep 2018 02:31:21 +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: 6ee3defd-b85f-48d8-a40d-940545233404 X-Archives-Hash: 4b061a9a92bda977178d69cb2bc33de2 commit: e193d72b832f353f9d8492ad2e26257c4181cad8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Sep 14 19:22:23 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 15 02:30:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e193d72b media-libs/sdl-pango: Drop 0.1.2 (r0), de-stabilising hppa Closes: https://bugs.gentoo.org/658766 Package-Manager: Portage-2.3.49, Repoman-2.3.10 media-libs/sdl-pango/sdl-pango-0.1.2.ebuild | 42 ----------------------------- 1 file changed, 42 deletions(-) diff --git a/media-libs/sdl-pango/sdl-pango-0.1.2.ebuild b/media-libs/sdl-pango/sdl-pango-0.1.2.ebuild deleted file mode 100644 index 667a0c80181..00000000000 --- a/media-libs/sdl-pango/sdl-pango-0.1.2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils - -DESCRIPTION="connect the text rendering engine of GNOME to SDL" -HOMEPAGE="http://sdlpango.sourceforge.net/" -SRC_URI="mirror://sourceforge/sdlpango/SDL_Pango-${PV}.tar.gz - http://zarb.org/~gc/t/SDL_Pango-0.1.2-API-adds.patch" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86" -IUSE="static-libs" - -RDEPEND="x11-libs/pango - media-libs/libsdl[video]" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S=${WORKDIR}/SDL_Pango-${PV} - -src_unpack() { - unpack SDL_Pango-${PV}.tar.gz -} - -src_prepare() { - epatch "${DISTDIR}"/SDL_Pango-0.1.2-API-adds.patch -} - -src_configure() { - econf \ - $(use_enable static-libs static) -} - -src_install() { - default - if ! use static-libs ; then - prune_libtool_files - fi -}