From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Sd3Ik-00057o-IZ for garchives@archives.gentoo.org; Fri, 08 Jun 2012 17:48:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A032E07D8; Fri, 8 Jun 2012 17:48:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 364E6E07D8 for ; Fri, 8 Jun 2012 17:48:34 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8B2E81B4016 for ; Fri, 8 Jun 2012 17:48:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4C719E5432 for ; Fri, 8 Jun 2012 17:48:32 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1339177320.c151f290610e4ff267ac8aae80cf5fed2db1ce76.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: / X-VCS-Repository: proj/R_overlay X-VCS-Files: simple-deprules.conf X-VCS-Directories: / X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: c151f290610e4ff267ac8aae80cf5fed2db1ce76 X-VCS-Branch: master Date: Fri, 8 Jun 2012 17:48:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: c77c28a2-c36f-4844-8319-f1207835fcf4 X-Archives-Hash: d901ff0c6c71071c29bfde37f88c35f0 commit: c151f290610e4ff267ac8aae80cf5fed2db1ce76 Author: Andr=C3=A9 Erdmann mailerd de> AuthorDate: Fri Jun 8 17:42:00 2012 +0000 Commit: Andr=C3=A9 Erdmann mailerd de> CommitDate: Fri Jun 8 17:42:00 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/R_overlay.git= ;a=3Dcommit;h=3Dc151f290 Added rules to simple-deprules.conf modified: simple-deprules.conf --- simple-deprules.conf | 37 ++++++++++++++++++++++++++++++++++++- 1 files changed, 36 insertions(+), 1 deletions(-) diff --git a/simple-deprules.conf b/simple-deprules.conf index 8d4eeb6..d0d7321 100644 --- a/simple-deprules.conf +++ b/simple-deprules.conf @@ -1,6 +1,6 @@ # simple dependency rules file # you can specify single and multiline rules here -#=20 +# # a single line entry looks like ## :: # @@ -12,11 +12,46 @@ ## ## } # +# ignored dependency strings can be written with '!' as portage package,= e.g. +## ! :: dev-lang/R +# +# The precedence order of the rules in this file is +## single line ignore > single line > multi line ignore > multi line +# +# Note that you cannot write comments in a multiline rule, writing +## dev-lang/R { +## # the following dep should resolve to R +## R(>=3D 2.15.0) +## } +# means that both strings '# the following dep should resolve to R' and +# 'R(>=3D 2.15.0)' resolve to 'dev-lang/R'! +# + +# the entries in this file are used to test ebuild creation of seewave_1= .6.3.tar.gz. + +# provided by eclass +! { + R(>=3D 2.15.0) +} =20 +# used to test rule priorities >=3Ddev-lang/R-2.15.0 { R(>=3D 2.15.0) } =20 +# for R_SUGGESTS +sci-R/sound :: sound + sci-libs/fftw :: FFTW =20 media-libs/flac :: FLAC + + +! :: rgl +! :: rpanel + +! { + tcltk + tuneR + audio +}