summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2016-05-16 18:01:16 -0400
committerTim Harder <radhermit@gmail.com>2016-05-16 18:01:16 -0400
commit3af731e0aac56744d8c95876ddf9eb0cee22e30e (patch)
tree11f36cc14e4a0cb20b4d6db4b1aa80f49de4bace
parentmore news updates (diff)
downloadpkgcore-3af731e0aac56744d8c95876ddf9eb0cee22e30e.tar.gz
pkgcore-3af731e0aac56744d8c95876ddf9eb0cee22e30e.tar.bz2
pkgcore-3af731e0aac56744d8c95876ddf9eb0cee22e30e.zip
ebd: simplify ebd func list generation script descriptions
-rwxr-xr-xebd/generate_eapi_func_list.bash3
-rwxr-xr-xebd/generate_global_func_list.bash3
2 files changed, 2 insertions, 4 deletions
diff --git a/ebd/generate_eapi_func_list.bash b/ebd/generate_eapi_func_list.bash
index 65303a0a..a52e2485 100755
--- a/ebd/generate_eapi_func_list.bash
+++ b/ebd/generate_eapi_func_list.bash
@@ -1,7 +1,6 @@
#!/usr/bin/env bash
#
-# Generates a list of EAPI specific functions to avoid exporting to the saved
-# ebuild environment.
+# Generate the list of functions specific to an EAPI version.
#
# This script is run dynamically in a repo or tarball layout on initialization
# of the build environment for each ebuild since different EAPIs require
diff --git a/ebd/generate_global_func_list.bash b/ebd/generate_global_func_list.bash
index 19e3734c..1bf79e70 100755
--- a/ebd/generate_global_func_list.bash
+++ b/ebd/generate_global_func_list.bash
@@ -1,7 +1,6 @@
#!/usr/bin/env bash
#
-# Generates a list of functions defined in the various bash support
-# libs to avoid exporting to the saved ebuild environment.
+# Generate the list of globally defined functions.
#
# This script is run dynamically in a repo or tarball layout on initialization
# of the build environment. For installed versions, a static function list is