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
etersoft
eepm
Commits
b2fd7f3f
Commit
b2fd7f3f
authored
Jan 23, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small fixes
parent
7290311f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
README.md
README.md
+3
-0
epm
bin/epm
+1
-1
pycharm-pro.sh
play.d/pycharm-pro.sh
+1
-1
No files found.
README.md
View file @
b2fd7f3f
...
@@ -90,6 +90,9 @@ and run in the download directory via bash:
...
@@ -90,6 +90,9 @@ and run in the download directory via bash:
4.
Ensure that
`epm packages`
and
`epm --short packages`
works correctly
4.
Ensure that
`epm packages`
and
`epm --short packages`
works correctly
(
`epm package 'awk'`
have to print packages with
`awk`
substring in their names)
(
`epm package 'awk'`
have to print packages with
`awk`
substring in their names)
## Informational resources
*
https://wiki.archlinux.org/title/Pacman/Rosetta
See detailed description in Russian at
See detailed description in Russian at
http://wiki.etersoft.ru/Epm
http://wiki.etersoft.ru/Epm
...
...
bin/epm
View file @
b2fd7f3f
...
@@ -318,7 +318,7 @@ check_command()
...
@@ -318,7 +318,7 @@ check_command()
epm_cmd
=
autoremove
epm_cmd
=
autoremove
direct_args
=
1
direct_args
=
1
;;
;;
mark
)
# HELPCMD: mark package as manually or automatically installed (see epm mark --help)
mark
)
# HELPCMD: mark package as manually or automatically installed
or hold/unhold it
(see epm mark --help)
epm_cmd
=
mark
epm_cmd
=
mark
;;
;;
history
)
# HELPCMD: show a log of actions taken by the software management
history
)
# HELPCMD: show a log of actions taken by the software management
...
...
play.d/pycharm-pro.sh
View file @
b2fd7f3f
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
PKGNAME
=
pycharm-professional
PKGNAME
=
pycharm-professional
SUPPORTEDARCHES
=
"x86_64"
SUPPORTEDARCHES
=
"x86_64"
DESCRIPTION
=
"PyCharm Professional — The Python IDE for Professional Developers
( Free 30-day trial available
)"
DESCRIPTION
=
"PyCharm Professional — The Python IDE for Professional Developers
(Trial
)"
.
$(
dirname
$0
)
/common.sh
.
$(
dirname
$0
)
/common.sh
...
...
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