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
Nurlan
eepm
Commits
21ab561f
Commit
21ab561f
authored
Jun 19, 2013
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes by build warnings
parent
639c9b23
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
2 deletions
+15
-2
epm-autoremove
bin/epm-autoremove
+1
-1
epm-install-emerge
bin/epm-install-emerge
+1
-1
epm-sh-functions
bin/epm-sh-functions
+10
-0
eepm.spec
eepm.spec
+3
-0
No files found.
bin/epm-autoremove
View file @
21ab561f
...
@@ -49,7 +49,7 @@ case $PMTYPE in
...
@@ -49,7 +49,7 @@ case $PMTYPE in
sudocmd revdep-rebuild
sudocmd revdep-rebuild
;;
;;
pacman
)
pacman
)
sudocmd pacman
-Qdtq
| pacman
-Rs
-
sudocmd pacman
-Qdtq
|
sudocmd
pacman
-Rs
-
;;
;;
slackpkg
)
slackpkg
)
# clean-system removes non official packages
# clean-system removes non official packages
...
...
bin/epm-install-emerge
View file @
21ab561f
...
@@ -69,7 +69,7 @@ __emerge_install_ebuild()
...
@@ -69,7 +69,7 @@ __emerge_install_ebuild()
}
}
# install one ebuild
# install one ebuild
__emerge_install_tb
g
z2
()
__emerge_install_tbz2
()
{
{
local
TGDIR
=
/usr/portage/packages/app-arch
local
TGDIR
=
/usr/portage/packages/app-arch
mkdir
-p
$TGDIR
mkdir
-p
$TGDIR
...
...
bin/epm-sh-functions
View file @
21ab561f
...
@@ -157,6 +157,16 @@ fatal()
...
@@ -157,6 +157,16 @@ fatal()
exit
1
exit
1
}
}
# Print warning message
warning
()
{
if
[
-z
"
$TEXTDOMAIN
"
]
;
then
echo
"Warning:
$@
"
>
&2
# else
# echog "Error in $0: $@" >&2
fi
}
set_sudo
()
set_sudo
()
{
{
SUDO
=
""
SUDO
=
""
...
...
eepm.spec
View file @
21ab561f
...
@@ -45,6 +45,9 @@ install -m 0755 packed/serv.sh %buildroot/%_datadir/%name/serv-packed.sh
...
@@ -45,6 +45,9 @@ install -m 0755 packed/serv.sh %buildroot/%_datadir/%name/serv-packed.sh
mkdir -p %buildroot%_sysconfdir/bash_completion.d/
mkdir -p %buildroot%_sysconfdir/bash_completion.d/
install -m 0644 bash_completion/serv %buildroot%_sysconfdir/bash_completion.d/serv
install -m 0644 bash_completion/serv %buildroot%_sysconfdir/bash_completion.d/serv
# shebang.req.files
chmod a+x %buildroot%_datadir/%name/{serv-,epm-}*
%files
%files
%doc README TODO LICENSE
%doc README TODO LICENSE
%_bindir/epm*
%_bindir/epm*
...
...
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