Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl-pango/
Date: Sat, 15 Sep 2018 02:31:32
Message-Id: 1536978629.e193d72b832f353f9d8492ad2e26257c4181cad8.asturm@gentoo
1 commit: e193d72b832f353f9d8492ad2e26257c4181cad8
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 14 19:22:23 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 15 02:30:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e193d72b
7
8 media-libs/sdl-pango: Drop 0.1.2 (r0), de-stabilising hppa
9
10 Closes: https://bugs.gentoo.org/658766
11 Package-Manager: Portage-2.3.49, Repoman-2.3.10
12
13 media-libs/sdl-pango/sdl-pango-0.1.2.ebuild | 42 -----------------------------
14 1 file changed, 42 deletions(-)
15
16 diff --git a/media-libs/sdl-pango/sdl-pango-0.1.2.ebuild b/media-libs/sdl-pango/sdl-pango-0.1.2.ebuild
17 deleted file mode 100644
18 index 667a0c80181..00000000000
19 --- a/media-libs/sdl-pango/sdl-pango-0.1.2.ebuild
20 +++ /dev/null
21 @@ -1,42 +0,0 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -inherit eutils
27 -
28 -DESCRIPTION="connect the text rendering engine of GNOME to SDL"
29 -HOMEPAGE="http://sdlpango.sourceforge.net/"
30 -SRC_URI="mirror://sourceforge/sdlpango/SDL_Pango-${PV}.tar.gz
31 - http://zarb.org/~gc/t/SDL_Pango-0.1.2-API-adds.patch"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86"
36 -IUSE="static-libs"
37 -
38 -RDEPEND="x11-libs/pango
39 - media-libs/libsdl[video]"
40 -DEPEND="${RDEPEND}
41 - virtual/pkgconfig"
42 -
43 -S=${WORKDIR}/SDL_Pango-${PV}
44 -
45 -src_unpack() {
46 - unpack SDL_Pango-${PV}.tar.gz
47 -}
48 -
49 -src_prepare() {
50 - epatch "${DISTDIR}"/SDL_Pango-0.1.2-API-adds.patch
51 -}
52 -
53 -src_configure() {
54 - econf \
55 - $(use_enable static-libs static)
56 -}
57 -
58 -src_install() {
59 - default
60 - if ! use static-libs ; then
61 - prune_libtool_files
62 - fi
63 -}