From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 84EBD1382C5 for ; Mon, 1 Mar 2021 17:40:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5A71E093D; Mon, 1 Mar 2021 17:40:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 ABD79E093D for ; Mon, 1 Mar 2021 17:40:24 +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 2E7EC340A60 for ; Mon, 1 Mar 2021 17:40:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9090446B for ; Mon, 1 Mar 2021 17:40:21 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1614620409.0e03ae4461dbb2dbc90ea762453fb945b438709f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libcaca/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libcaca/libcaca-0.99_beta19-r2.ebuild media-libs/libcaca/libcaca-0.99_beta19-r3.ebuild X-VCS-Directories: media-libs/libcaca/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0e03ae4461dbb2dbc90ea762453fb945b438709f X-VCS-Branch: master Date: Mon, 1 Mar 2021 17:40:21 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8c88f062-64b9-407f-9759-e63763590e40 X-Archives-Hash: 46af63ae65250d584b18f646e034fb8e commit: 0e03ae4461dbb2dbc90ea762453fb945b438709f Author: Sam James gentoo org> AuthorDate: Mon Mar 1 17:40:09 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 1 17:40:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e03ae44 media-libs/libcaca: swap to BDEPEND Signed-off-by: Sam James gentoo.org> ...beta19-r2.ebuild => libcaca-0.99_beta19-r3.ebuild} | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/media-libs/libcaca/libcaca-0.99_beta19-r2.ebuild b/media-libs/libcaca/libcaca-0.99_beta19-r3.ebuild similarity index 92% rename from media-libs/libcaca/libcaca-0.99_beta19-r2.ebuild rename to media-libs/libcaca/libcaca-0.99_beta19-r3.ebuild index 123618a9430..740d72d09ac 100644 --- a/media-libs/libcaca/libcaca-0.99_beta19-r2.ebuild +++ b/media-libs/libcaca/libcaca-0.99_beta19-r3.ebuild @@ -23,7 +23,9 @@ RESTRICT="!test? ( test )" # ruby? ( ruby_targets_${USE_RUBY} ) REQUIRED_USE="" -COMMON_DEPEND="imlib? ( >=media-libs/imlib2-1.4.6-r2[${MULTILIB_USEDEP}] ) +# ruby? ( $(ruby_implementations_depend) ) +DEPEND=" + imlib? ( >=media-libs/imlib2-1.4.6-r2[${MULTILIB_USEDEP}] ) mono? ( dev-lang/mono ) ncurses? ( >=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}] ) opengl? ( @@ -33,11 +35,13 @@ COMMON_DEPEND="imlib? ( >=media-libs/imlib2-1.4.6-r2[${MULTILIB_USEDEP}] ) truetype? ( >=media-libs/ftgl-2.1.3_rc5 ) ) slang? ( >=sys-libs/slang-2.2.4-r1[${MULTILIB_USEDEP}] ) - X? ( >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}] )" -# ruby? ( $(ruby_implementations_depend) ) -RDEPEND="${COMMON_DEPEND} - java? ( >=virtual/jre-1.5 )" -DEPEND="${COMMON_DEPEND} + X? ( + >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] + >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}] + ) +" +RDEPEND="java? ( >=virtual/jre-1.5 )" +BDEPEND=" virtual/pkgconfig doc? ( app-doc/doxygen @@ -47,7 +51,8 @@ DEPEND="${COMMON_DEPEND} dev-texlive/texlive-latexrecommended ) java? ( >=virtual/jdk-1.5 ) - test? ( dev-util/cppunit )" + test? ( dev-util/cppunit ) +" DOCS=( AUTHORS ChangeLog NEWS NOTES README THANKS )