Skip to content

Commit

Permalink
Do not print SRC_URI of installed versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vaeth committed Jul 12, 2022
1 parent 40d3aea commit e78b10c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog for eix - Ebuild IndeX for portage

*eix-0.36.5
Martin Väth <martin at mvath.de>:
- Do not print SRC_URI of installed versions - this is always empty

*eix-0.36.4
Martin Väth <martin at mvath.de>:
- meson: All occurrences of run_command get a check argument
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dnl each item is listed in a separate line with indent level increased;
dnl in such a case the opening/closing braces are isolated.
dnl 2. The AC_INIT macro must be in one line since it is parsed by
dnl primitive scripts.
AC_INIT([eix], [0.36.4], [https://github.com/vaeth/eix/issues/], [eix], [https://github.com/vaeth/eix/])
AC_INIT([eix], [0.36.5], [https://github.com/vaeth/eix/issues/], [eix], [https://github.com/vaeth/eix/])
AC_PREREQ([2.64])

m4_ifdef([AC_CONFIG_MACRO_DIR],
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('eix', 'cpp',
version : '0.36.4',
version : '0.36.5',
license : 'GPLv2',
default_options : [
'prefix=/usr',
Expand Down
6 changes: 0 additions & 6 deletions src/eixrc/defaults.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2839,12 +2839,6 @@ AddOption(STRING, "IVERBOSE",
"%{FORMAT_IDEPEND_VERBOSE}"
"{}"
"%{}"
"%{?PRINT_SRC_URI}"
"%{FORMAT_INST_LINESKIP}"
"(%{COLOR_INST_TITLE})%{I18N_SRC_URI}(%{COLOR_RESET})"
"\\C<%{I18N_COLUMN_INST_CONTENT}>"
"%{FORMAT_SRC_URI}"
"%{}"
"%{?PRINT_EAPI}"
"%{FORMAT_INST_LINESKIP}"
"(%{COLOR_INST_TITLE})%{I18N_EAPI}(%{COLOR_RESET})"
Expand Down

0 comments on commit e78b10c

Please sign in to comment.