From effb06b81e11c20b04b1898d2e6111b72c1583b9 Mon Sep 17 00:00:00 2001
From: André Erdmann
Date: Sat, 23 Aug 2014 21:00:28 +0200
Subject: update generated files
---
R-overlay.conf | 4 ++++
R-overlay.conf.others | 4 ++++
config/R-overlay.conf.install | 4 ++++
config/R-overlay.conf.install.others | 4 ++++
doc/html/usage.html | 8 ++++----
files/licenses | 1 +
6 files changed, 21 insertions(+), 4 deletions(-)
diff --git a/R-overlay.conf b/R-overlay.conf
index e75b0a8..5ec0ad4 100644
--- a/R-overlay.conf
+++ b/R-overlay.conf
@@ -133,6 +133,10 @@ DISTDIR_STRATEGY="hardlink symlink"
# Defaults to "no".
#NOSYNC="yes"
+# EAPI of the created ebuilds
+# Defaults to "5".
+#EBUILD_EAPI="5"
+
# Manifest file creation
# Available choices are 'next' (internal, fast)
# and 'ebuild' (using ebuild(1), slow, but failsafe).
diff --git a/R-overlay.conf.others b/R-overlay.conf.others
index fc7ad69..cf0cf13 100644
--- a/R-overlay.conf.others
+++ b/R-overlay.conf.others
@@ -138,6 +138,10 @@ CREATE_LICENSES_FILE="no"
# Defaults to "no".
#NOSYNC="yes"
+# EAPI of the created ebuilds
+# Defaults to "5".
+#EBUILD_EAPI="5"
+
# Manifest file creation
# Available choices are 'next' (internal, fast)
# and 'ebuild' (using ebuild(1), slow, but failsafe).
diff --git a/config/R-overlay.conf.install b/config/R-overlay.conf.install
index fc4256d..3defb2b 100644
--- a/config/R-overlay.conf.install
+++ b/config/R-overlay.conf.install
@@ -125,6 +125,10 @@ DISTDIR_STRATEGY="hardlink symlink"
# Defaults to "no".
#NOSYNC="yes"
+# EAPI of the created ebuilds
+# Defaults to "5".
+#EBUILD_EAPI="5"
+
# Manifest file creation
# Available choices are 'next' (internal, fast)
# and 'ebuild' (using ebuild(1), slow, but failsafe).
diff --git a/config/R-overlay.conf.install.others b/config/R-overlay.conf.install.others
index e66cc34..c2a6274 100644
--- a/config/R-overlay.conf.install.others
+++ b/config/R-overlay.conf.install.others
@@ -130,6 +130,10 @@ CREATE_LICENSES_FILE="no"
# Defaults to "no".
#NOSYNC="yes"
+# EAPI of the created ebuilds
+# Defaults to "5".
+#EBUILD_EAPI="5"
+
# Manifest file creation
# Available choices are 'next' (internal, fast)
# and 'ebuild' (using ebuild(1), slow, but failsafe).
diff --git a/doc/html/usage.html b/doc/html/usage.html
index cf4bf46..a8075cb 100644
--- a/doc/html/usage.html
+++ b/doc/html/usage.html
@@ -1844,14 +1844,14 @@ slot. The following example resolves "fftw 2.1", "fftw 2.1.2"
"fftw 2.1.3" as "sci-libs/fftw:2.1", "fftw 3.0" as "sci-libs/fftw:3.0"
and so on:
-~sci-libs/fftw:s=0..1 :: fftw
+~sci-libs/fftw:wide_match:s=0..1 :: fftw
Example 6 - slot-restricted fuzzy slot rule
Similar to example 5, but this rule does not resolve anything unless the
calculated slot is allowed.
-~sci-libs/fftw:s=0..1:restrict=2.1,3.0: :: fftw
+~sci-libs/fftw:wide_match:s=0..1:restrict=2.1,3.0: :: fftw
Example 7 - slot-restricted fuzzy slot rule with immediate value
@@ -1859,7 +1859,7 @@ calculated slot is allowed.
for various versions from the 3.x range. The following rule resolves
"fftw 3.0", ..., "fftw 3.3" as "sci-libs/fftw:3.0":
-~sci-libs/fftw:s=i3.0:restrict=3.0,3.1,3.2,3.3 :: fftw
+~sci-libs/fftw:wide_match:s=i3.0:restrict=3.0,3.1,3.2,3.3 :: fftw
@@ -5146,7 +5146,7 @@ becomes "loop until resolver closes".