Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vladislav
eepm
Commits
57f6dbbe
Commit
57f6dbbe
authored
4 years ago
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
s/missing/is missed/
parent
1572980f
Show whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
16 additions
and
16 deletions
+16
-16
epm-checkpkg
bin/epm-checkpkg
+1
-1
epm-filelist
bin/epm-filelist
+1
-1
epm-info
bin/epm-info
+1
-1
epm-install-emerge
bin/epm-install-emerge
+1
-1
epm-policy
bin/epm-policy
+1
-1
epm-provides
bin/epm-provides
+1
-1
epm-query
bin/epm-query
+1
-1
epm-reinstall
bin/epm-reinstall
+1
-1
epm-remove
bin/epm-remove
+1
-1
epm-requires
bin/epm-requires
+1
-1
epm-search
bin/epm-search
+2
-2
epm-search_file
bin/epm-search_file
+1
-1
epm-site
bin/epm-site
+1
-1
epm-whatdepends
bin/epm-whatdepends
+1
-1
epm-whatprovides
bin/epm-whatprovides
+1
-1
No files found.
bin/epm-checkpkg
View file @
57f6dbbe
...
...
@@ -96,7 +96,7 @@ epm_checkpkg()
__handle_pkg_urls_to_checking
fi
[
-n
"
$pkg_files
"
]
||
fatal
"Checkpkg:
missing file or package name(s)
"
[
-n
"
$pkg_files
"
]
||
fatal
"Checkpkg:
filename is missed
"
local
RETVAL
=
0
...
...
This diff is collapsed.
Click to expand it.
bin/epm-filelist
View file @
57f6dbbe
...
...
@@ -175,7 +175,7 @@ __epm_filelist_name()
epm_filelist
()
{
[
-n
"
$pkg_filenames
"
]
||
fatal
"Filelist:
missing package(s) name
"
[
-n
"
$pkg_filenames
"
]
||
fatal
"Filelist:
package name is missed
"
__epm_filelist_file
$pkg_files
||
return
...
...
This diff is collapsed.
Click to expand it.
bin/epm-info
View file @
57f6dbbe
...
...
@@ -158,7 +158,7 @@ if [ -n "$pkg_urls" ] ; then
__handle_pkg_urls_to_checking
fi
[
-n
"
$pkg_filenames
"
]
||
fatal
"Info:
missing package(s) name
"
[
-n
"
$pkg_filenames
"
]
||
fatal
"Info:
package name is missed
"
__epm_info_by_pkgtype
||
__epm_info_by_pmtype
...
...
This diff is collapsed.
Click to expand it.
bin/epm-install-emerge
View file @
57f6dbbe
...
...
@@ -27,7 +27,7 @@
__emerge_install_ebuild
()
{
local
EBUILD
=
"
$1
"
[
-s
"
$EBUILD
"
]
||
fatal
".ebuild file '
$EBUILD
' is miss
ing
"
[
-s
"
$EBUILD
"
]
||
fatal
".ebuild file '
$EBUILD
' is miss
ed
"
# load ebuild and get vars
.
$(
pwd
)
/
$EBUILD
...
...
This diff is collapsed.
Click to expand it.
bin/epm-policy
View file @
57f6dbbe
...
...
@@ -23,7 +23,7 @@ load_helper epm-sh-warmup
epm_policy
()
{
[
-n
"
$pkg_names
"
]
||
fatal
"Info:
missing package(s) name
"
[
-n
"
$pkg_names
"
]
||
fatal
"Info:
package name is missed
"
warmup_bases
...
...
This diff is collapsed.
Click to expand it.
bin/epm-provides
View file @
57f6dbbe
...
...
@@ -103,7 +103,7 @@ docmd $CMD $pkg_names
epm_provides
()
{
[
-n
"
$pkg_filenames
"
]
||
fatal
"Provides:
missing package(s) name
"
[
-n
"
$pkg_filenames
"
]
||
fatal
"Provides:
package name is missed
"
epm_provides_files
$pkg_files
# shellcheck disable=SC2046
...
...
This diff is collapsed.
Click to expand it.
bin/epm-query
View file @
57f6dbbe
...
...
@@ -326,7 +326,7 @@ separate_installed()
epm_query
()
{
[
-n
"
$pkg_filenames
"
]
||
fatal
"Query:
missing package(s) name
"
[
-n
"
$pkg_filenames
"
]
||
fatal
"Query:
package name is missed
"
__epm_query_file
$pkg_files
||
return
...
...
This diff is collapsed.
Click to expand it.
bin/epm-reinstall
View file @
57f6dbbe
...
...
@@ -85,7 +85,7 @@ epm_reinstall_files()
epm_reinstall
()
{
[
-n
"
$pkg_filenames
"
]
||
fatal
"Reinstall:
missing package(s) name
."
[
-n
"
$pkg_filenames
"
]
||
fatal
"Reinstall:
package name is missed
."
warmup_lowbase
...
...
This diff is collapsed.
Click to expand it.
bin/epm-remove
View file @
57f6dbbe
...
...
@@ -281,7 +281,7 @@ epm_remove()
[
-n
"
$pkg_files
"
]
&&
pkg_names
=
"
$pkg_names
$(
epm query
$pkg_files
)
"
pkg_files
=
''
[
-n
"
$pkg_names
"
]
||
fatal
"Remove:
missing package(s) name
."
[
-n
"
$pkg_names
"
]
||
fatal
"Remove:
package name is missed
."
# remove according current arch (if x86_64) by default
pkg_names
=
"
$(
echo
$pkg_names
| exp_with_arch_suffix
)
"
...
...
This diff is collapsed.
Click to expand it.
bin/epm-requires
View file @
57f6dbbe
...
...
@@ -136,7 +136,7 @@ docmd $CMD $pkg_names
epm_requires
()
{
[
-n
"
$pkg_filenames
"
]
||
fatal
"Requires:
missing package(s) name
"
[
-n
"
$pkg_filenames
"
]
||
fatal
"Requires:
package name is missed
"
epm_requires_files
$pkg_files
# shellcheck disable=SC2046
epm_requires_names
$(
print_name
$pkg_names
)
...
...
This diff is collapsed.
Click to expand it.
bin/epm-search
View file @
57f6dbbe
...
...
@@ -183,7 +183,7 @@ __epm_search_make_grep()
__epm_search_internal
()
{
[
-n
"
$pkg_filenames
"
]
||
fatal
"Search:
missing search argument(s)
"
[
-n
"
$pkg_filenames
"
]
||
fatal
"Search:
search argument(s) is missed
"
# it is useful for first time running
update_repo_if_needed soft
...
...
@@ -197,7 +197,7 @@ __epm_search_internal()
epm_search
()
{
[
-n
"
$pkg_filenames
"
]
||
fatal
"Search:
missing search argument(s)
"
[
-n
"
$pkg_filenames
"
]
||
fatal
"Search:
search argument(s) is missed
"
# it is useful for first time running
update_repo_if_needed soft
...
...
This diff is collapsed.
Click to expand it.
bin/epm-search_file
View file @
57f6dbbe
...
...
@@ -50,7 +50,7 @@ __alt_local_content_search()
epm_search_file
()
{
local
CMD
[
-n
"
$pkg_filenames
"
]
||
fatal
"Search file:
missing file name(s)
"
[
-n
"
$pkg_filenames
"
]
||
fatal
"Search file:
file name is missed
"
case
$PMTYPE
in
apt-rpm
)
...
...
This diff is collapsed.
Click to expand it.
bin/epm-site
View file @
57f6dbbe
...
...
@@ -127,7 +127,7 @@ query_altlinux_url()
epm_site
()
{
[
-n
"
$pkg_filenames
"
]
||
fatal
"Info:
missing package(s) name
"
[
-n
"
$pkg_filenames
"
]
||
fatal
"Info:
package name is missed
"
local
PAO
=
""
for
f
in
$pkg_names
$pkg_files
;
do
...
...
This diff is collapsed.
Click to expand it.
bin/epm-whatdepends
View file @
57f6dbbe
...
...
@@ -25,7 +25,7 @@ epm_whatdepends()
{
local
CMD
[
-n
"
$pkg_files
"
]
&&
fatal
"whatdepends does not handle files"
[
-n
"
$pkg_names
"
]
||
fatal
"whatdepends:
missing package(s) name
"
[
-n
"
$pkg_names
"
]
||
fatal
"whatdepends:
package name is missed
"
local
pkg
=
$(
print_name
$pkg_names
)
# by package name
...
...
This diff is collapsed.
Click to expand it.
bin/epm-whatprovides
View file @
57f6dbbe
...
...
@@ -23,7 +23,7 @@ epm_whatprovides()
{
local
CMD
[
-n
"
$pkg_files
"
]
&&
fatal
"whatprovides does not handle files"
[
-n
"
$pkg_names
"
]
||
fatal
"whatprovides:
missing package(s) name
"
[
-n
"
$pkg_names
"
]
||
fatal
"whatprovides:
package name is missed
"
local
pkg
=
$(
print_name
$pkg_names
)
# by package name
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment