From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1B5B2138272 for ; Thu, 26 May 2016 08:58:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1471D234017; Thu, 26 May 2016 08:58:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 76BF6234025 for ; Thu, 26 May 2016 08:58:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81D563409D0 for ; Thu, 26 May 2016 08:58:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C7D3D06 for ; Thu, 26 May 2016 08:58:15 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1464253088.f3090936d98f1565ca10bc9eb78680b1e33a6536.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/aegisub/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/aegisub/aegisub-9999.ebuild X-VCS-Directories: media-video/aegisub/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f3090936d98f1565ca10bc9eb78680b1e33a6536 X-VCS-Branch: master Date: Thu, 26 May 2016 08:58:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6e941007-93f7-42a7-a995-c21d730d9f21 X-Archives-Hash: dc82b4bc148dfac8c62638819c761464 commit: f3090936d98f1565ca10bc9eb78680b1e33a6536 Author: Michał Górny gentoo org> AuthorDate: Thu May 26 08:34:28 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu May 26 08:58:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3090936 media-video/aegisub: Switch to git-r3 Switch the live ebuild to git-r3, using the new EGIT_SUBMODULES API. media-video/aegisub/aegisub-9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/media-video/aegisub/aegisub-9999.ebuild b/media-video/aegisub/aegisub-9999.ebuild index 5789168..d8665bb 100644 --- a/media-video/aegisub/aegisub-9999.ebuild +++ b/media-video/aegisub/aegisub-9999.ebuild @@ -9,7 +9,7 @@ AUTOTOOLS_IN_SOURCE_BUILD=1 PLOCALES="ar bg ca cs da de el es eu fa fi fr_FR gl hu id it ja ko nl pl pt_BR pt_PT ru sr_RS@latin sr_RS uk_UA vi zh_CN zh_TW" WX_GTK_VER="3.0" -inherit autotools-utils fdo-mime flag-o-matic gnome2-utils l10n wxwidgets git-2 +inherit autotools-utils fdo-mime flag-o-matic gnome2-utils l10n wxwidgets git-r3 DESCRIPTION="Advanced subtitle editor" HOMEPAGE="http://www.aegisub.org/" @@ -59,6 +59,9 @@ REQUIRED_USE=" || ( alsa openal oss portaudio pulseaudio ) " +# submodules are used to pull in bundled libraries +EGIT_SUBMODULES=() + PATCHES=( "${FILESDIR}/${PN}-3.2.2_p20160306-fix-luajit-unbundling.patch" "${FILESDIR}/${PN}-3.2.2_p20160306-respect-user-compiler-flags.patch"