Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft-build-utils
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
korinf
etersoft-build-utils
Commits
06da2b55
Commit
06da2b55
authored
Jul 28, 2014
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix pkgrepls
parent
913cf7ef
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
29 additions
and
4 deletions
+29
-4
repl
share/eterbuild/functions/repl
+2
-2
pkgrepl.archlinux
share/eterbuild/pkgrepl/pkgrepl.archlinux
+3
-0
pkgrepl.freebsd
share/eterbuild/pkgrepl/pkgrepl.freebsd
+8
-1
pkgrepl.gentoo
share/eterbuild/pkgrepl/pkgrepl.gentoo
+2
-0
pkgrepl.rpm
share/eterbuild/pkgrepl/pkgrepl.rpm
+5
-1
pkgrepl.slackware
share/eterbuild/pkgrepl/pkgrepl.slackware
+3
-0
pkgrepl.ubuntu.12.04
share/eterbuild/pkgrepl/pkgrepl.ubuntu.12.04
+6
-0
No files found.
share/eterbuild/functions/repl
View file @
06da2b55
...
...
@@ -122,8 +122,8 @@ clean_pkgreq()
local
i VAR
VAR
=
`
cat
|
sort
-u
`
for
i
in
$VAR
;
do
echo
"
$i
"
| egrep
"^gcc[0-9]|^cpp[0-9]|^gcc-c++[0-9]"
>
/dev/null
&&
continue
echo
"
$i
"
| egrep
"gcc
\$
|cpp
\$
|gcc-c++
\$
"
>
/dev/null
&&
continue
#
echo "$i" | egrep "^gcc[0-9]|^cpp[0-9]|^gcc-c++[0-9]" >/dev/null && continue
#
echo "$i" | egrep "gcc\$|cpp\$|gcc-c++\$" >/dev/null && continue
echo
"
$i
"
|
grep
"[()<=>]"
>
/dev/null
&&
continue
echo
"
$i
"
|
grep
"^ *[0-9]
\.
[0-9]"
>
/dev/null
&&
continue
echo
-n
"
$i
"
...
...
share/eterbuild/pkgrepl/pkgrepl.archlinux
View file @
06da2b55
...
...
@@ -117,3 +117,6 @@ su|util-linux
libusb|libusbx
procps|procps-ng
libtiff5|libtiff
# obsoleted, needed for old wine packages
libfontconfig|fontconfig
share/eterbuild/pkgrepl/pkgrepl.freebsd
View file @
06da2b55
...
...
@@ -14,7 +14,7 @@ gst-plugins|gstreamer1-plugins
libfreetype|freetype2
freetype|freetype2
libgnutls|gnutls3
libgsm|gsm
lib
libgsm|gsm
libjpeg|jpeg
liblcms|lcms2
libldap|
...
...
@@ -38,3 +38,10 @@ zlib|
perl|perl5
libreadline|readline
libicu|icu
libwine-etersoft|
libnatspec|
libgtk+2|gtk2
libhal|
# obsoleted, needed for old wine packages
libfontconfig|fontconfig
share/eterbuild/pkgrepl/pkgrepl.gentoo
View file @
06da2b55
...
...
@@ -43,6 +43,8 @@ libopenal-devel|media-libs/openal
libfontenc-devel|libfontenc
libhal-devel|
libmpg123|mpg123
# obsoleted, needed for old wine packages
libfontconfig|fontconfig
fontconfig-devel|fontconfig
libGLU-devel|glu
libGLU|glu
...
...
share/eterbuild/pkgrepl/pkgrepl.rpm
View file @
06da2b55
...
...
@@ -234,9 +234,13 @@ python-module-mwlib|python-mwlib
#python-mwlib|python-mwlib
python-module-paste|python-paste
docbook-style-dsssl-utils|docbook-utils
# obsoleted
# obsoleted, needed for old wine packages
libfontconfig|fontconfig
# TODO: сделать замену всех python-module- на просто python-
python-module-setuptools|python-setuptools
xorg-util-macros|xorg-x11-util-macros
gcc4.6-c++|gcc-c++
share/eterbuild/pkgrepl/pkgrepl.slackware
View file @
06da2b55
...
...
@@ -80,3 +80,6 @@ cifs-utils|samba
lsb-release|
rpm-build|rpm
libtiff5|libtiff
fontconfig-devel|fontconfig
# obsoleted, needed for old wine packages
libfontconfig|fontconfig
share/eterbuild/pkgrepl/pkgrepl.ubuntu.12.04
View file @
06da2b55
...
...
@@ -3,3 +3,8 @@ libjpeg|libjpeg8
libicu50|libicu48
liblzma|liblzma5
cups|cups cups-bsd cups-client
libice|libzeroc-ice34
libice-devel|libice-dev ice34-translators libzeroc-ice34-dev
python-module-ice|python-zeroc-ice
python-module-yaml|python-yaml
python-modules-unittest|python-unittest2
\ No newline at end of file
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