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/libtiger/
Date: Sun, 10 Jun 2018 09:20:06
Message-Id: 1528621115.f2c98a48d40fbb6e3b07a1bb3b320e8d792474ae.asturm@gentoo
1 commit: f2c98a48d40fbb6e3b07a1bb3b320e8d792474ae
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 9 19:53:51 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 10 08:58:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2c98a48
7
8 media-libs/libtiger: Drop 0.3.4 (r0)
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 media-libs/libtiger/libtiger-0.3.4.ebuild | 35 -------------------------------
13 1 file changed, 35 deletions(-)
14
15 diff --git a/media-libs/libtiger/libtiger-0.3.4.ebuild b/media-libs/libtiger/libtiger-0.3.4.ebuild
16 deleted file mode 100644
17 index b95eb790f03..00000000000
18 --- a/media-libs/libtiger/libtiger-0.3.4.ebuild
19 +++ /dev/null
20 @@ -1,35 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=4
25 -inherit libtool
26 -
27 -DESCRIPTION="A rendering library for Kate streams using Pango and Cairo"
28 -HOMEPAGE="https://code.google.com/p/libtiger/"
29 -SRC_URI="https://libtiger.googlecode.com/files/${P}.tar.gz"
30 -
31 -LICENSE="BSD"
32 -SLOT="0"
33 -KEYWORDS="alpha amd64 arm ~arm64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
34 -IUSE="doc"
35 -
36 -RDEPEND="x11-libs/pango
37 - >=media-libs/libkate-0.2.0
38 - x11-libs/cairo"
39 -DEPEND="${RDEPEND}
40 - virtual/pkgconfig
41 - doc? ( app-doc/doxygen )"
42 -
43 -src_prepare() {
44 - elibtoolize
45 -}
46 -
47 -src_configure() {
48 - econf $(use_enable doc) --docdir=/usr/share/doc/${PF}
49 -}
50 -
51 -src_install() {
52 - emake DESTDIR="${D}" install
53 - dodoc THANKS README ChangeLog AUTHORS
54 - find "${ED}" -name '*.la' -exec rm -f {} +
55 -}