From e78b10cfd9088ba3f7cfc2d30c796d0e34a482f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20V=C3=A4th?= Date: Tue, 12 Jul 2022 21:47:29 +0200 Subject: [PATCH] Do not print SRC_URI of installed versions --- ChangeLog | 4 ++++ configure.ac | 2 +- meson.build | 2 +- src/eixrc/defaults.cc | 6 ------ 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 29a311ba..4ce5e1f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ # ChangeLog for eix - Ebuild IndeX for portage +*eix-0.36.5 + Martin Väth : + - Do not print SRC_URI of installed versions - this is always empty + *eix-0.36.4 Martin Väth : - meson: All occurrences of run_command get a check argument diff --git a/configure.ac b/configure.ac index 41c76b15..9c044c12 100644 --- a/configure.ac +++ b/configure.ac @@ -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], diff --git a/meson.build b/meson.build index 50aec834..0f04e9f2 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('eix', 'cpp', - version : '0.36.4', + version : '0.36.5', license : 'GPLv2', default_options : [ 'prefix=/usr', diff --git a/src/eixrc/defaults.cc b/src/eixrc/defaults.cc index 5be83858..3b741798 100644 --- a/src/eixrc/defaults.cc +++ b/src/eixrc/defaults.cc @@ -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})"