Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libart_lgpl/
Date: Thu, 26 Jan 2017 10:56:33
Message-Id: 1485428108.dc777a5cdff3f4622a296f8317421d6c150e8a1d.leio@gentoo
1 commit: dc777a5cdff3f4622a296f8317421d6c150e8a1d
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 26 09:23:05 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 26 10:55:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc777a5c
7
8 media-libs/libart_lgpl: Remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 .../libart_lgpl/libart_lgpl-2.3.21-r2.ebuild | 53 ----------------------
13 1 file changed, 53 deletions(-)
14
15 diff --git a/media-libs/libart_lgpl/libart_lgpl-2.3.21-r2.ebuild b/media-libs/libart_lgpl/libart_lgpl-2.3.21-r2.ebuild
16 deleted file mode 100644
17 index aad74c2..00000000
18 --- a/media-libs/libart_lgpl/libart_lgpl-2.3.21-r2.ebuild
19 +++ /dev/null
20 @@ -1,53 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="5"
26 -GCONF_DEBUG="no"
27 -GNOME_TARBALL_SUFFIX="bz2"
28 -GNOME2_LA_PUNT="yes"
29 -
30 -inherit autotools eutils gnome2 multilib-minimal
31 -
32 -DESCRIPTION="a LGPL version of libart"
33 -HOMEPAGE="http://www.levien.com/libart"
34 -
35 -LICENSE="LGPL-2.1"
36 -SLOT="0"
37 -KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
38 -IUSE=""
39 -
40 -RDEPEND="
41 - abi_x86_32? (
42 - !<=app-emulation/emul-linux-x86-baselibs-20140508-r6
43 - !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
44 - )"
45 -DEPEND=">=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"
46 -
47 -# The provided tests are interactive only
48 -RESTRICT="test"
49 -
50 -MULTILIB_CHOST_TOOLS=(
51 - /usr/bin/libart2-config
52 -)
53 -
54 -DOCS="AUTHORS ChangeLog NEWS README"
55 -
56 -src_prepare() {
57 - gnome2_src_prepare
58 -
59 - # Fix crosscompiling, bug #185684
60 - rm "${S}"/art_config.h
61 - epatch "${FILESDIR}"/${PN}-2.3.21-crosscompile.patch
62 -
63 - # Do not build tests if not required
64 - epatch "${FILESDIR}"/${PN}-2.3.21-no-test-build.patch
65 -
66 - AT_NOELIBTOOLIZE=yes eautoreconf
67 -}
68 -
69 -multilib_src_configure() {
70 - ECONF_SOURCE=${S} \
71 - gnome2_src_configure \
72 - --disable-static
73 -}