From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1071264-garchives=archives.gentoo.org@lists.gentoo.org> 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 45F58138334 for <garchives@archives.gentoo.org>; Sat, 9 Feb 2019 19:56:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E54BE0AFF; Sat, 9 Feb 2019 19:56:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 D74A0E0AFE for <gentoo-commits@lists.gentoo.org>; Sat, 9 Feb 2019 19:56:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4CF03335D4B for <gentoo-commits@lists.gentoo.org>; Sat, 9 Feb 2019 19:56:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE9F353D for <gentoo-commits@lists.gentoo.org>; Sat, 9 Feb 2019 19:56:00 +0000 (UTC) From: "Aaron Bauman" <bman@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" <bman@gentoo.org> Message-ID: <1549742099.6e03ae4d3c146a46a2145ae1050b45c6b48bb646.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libart_lgpl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libart_lgpl/libart_lgpl-2.3.21-r3.ebuild X-VCS-Directories: media-libs/libart_lgpl/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 6e03ae4d3c146a46a2145ae1050b45c6b48bb646 X-VCS-Branch: master Date: Sat, 9 Feb 2019 19:56:00 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 992019a3-536b-4777-9fef-11185e6b0767 X-Archives-Hash: 6943813d9e4985e65fad20444fb78c4d commit: 6e03ae4d3c146a46a2145ae1050b45c6b48bb646 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Mon Feb 4 21:10:42 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Sat Feb 9 19:54:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e03ae4d media-libs/libart_lgpl: use HTTPS, add missing die Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/10981 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> media-libs/libart_lgpl/libart_lgpl-2.3.21-r3.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 index 366c468a90f..9229b8209dc 100644 --- a/media-libs/libart_lgpl/libart_lgpl-2.3.21-r3.ebuild +++ b/media-libs/libart_lgpl/libart_lgpl-2.3.21-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,14 +8,12 @@ GNOME2_LA_PUNT="yes" inherit autotools gnome2 multilib-minimal DESCRIPTION="A LGPL version of libart" -HOMEPAGE="http://www.levien.com/libart" +HOMEPAGE="https://www.levien.com/libart" LICENSE="LGPL-2.1" SLOT="0" 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" -IUSE="" -RDEPEND="" DEPEND=">=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]" # The provided tests are interactive only @@ -29,7 +27,7 @@ src_prepare() { gnome2_src_prepare # Fix crosscompiling, bug #185684 - rm "${S}"/art_config.h + rm "${S}"/art_config.h || die eapply "${FILESDIR}"/${PN}-2.3.21-crosscompile.patch # Do not build tests if not required