Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libart_lgpl/
Date: Sat, 09 Feb 2019 19:56:05
Message-Id: 1549742099.6e03ae4d3c146a46a2145ae1050b45c6b48bb646.bman@gentoo
1 commit: 6e03ae4d3c146a46a2145ae1050b45c6b48bb646
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 4 21:10:42 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 9 19:54:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e03ae4d
7
8 media-libs/libart_lgpl: use HTTPS, add missing die
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/10981
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 media-libs/libart_lgpl/libart_lgpl-2.3.21-r3.ebuild | 8 +++-----
15 1 file changed, 3 insertions(+), 5 deletions(-)
16
17 diff --git a/media-libs/libart_lgpl/libart_lgpl-2.3.21-r3.ebuild b/media-libs/libart_lgpl/libart_lgpl-2.3.21-r3.ebuild
18 index 366c468a90f..9229b8209dc 100644
19 --- a/media-libs/libart_lgpl/libart_lgpl-2.3.21-r3.ebuild
20 +++ b/media-libs/libart_lgpl/libart_lgpl-2.3.21-r3.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -8,14 +8,12 @@ GNOME2_LA_PUNT="yes"
28 inherit autotools gnome2 multilib-minimal
29
30 DESCRIPTION="A LGPL version of libart"
31 -HOMEPAGE="http://www.levien.com/libart"
32 +HOMEPAGE="https://www.levien.com/libart"
33
34 LICENSE="LGPL-2.1"
35 SLOT="0"
36 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
37 -IUSE=""
38
39 -RDEPEND=""
40 DEPEND=">=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"
41
42 # The provided tests are interactive only
43 @@ -29,7 +27,7 @@ src_prepare() {
44 gnome2_src_prepare
45
46 # Fix crosscompiling, bug #185684
47 - rm "${S}"/art_config.h
48 + rm "${S}"/art_config.h || die
49 eapply "${FILESDIR}"/${PN}-2.3.21-crosscompile.patch
50
51 # Do not build tests if not required