* [gentoo-commits] repo/gentoo:master commit in: kde-apps/konsolepart/
@ 2016-01-04 18:00 Michael Palimaka
0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka @ 2016-01-04 18:00 UTC (permalink / raw
To: gentoo-commits
commit: 125a73981b728261837147991c9f0d615fc97105
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Mon Jan 4 00:09:36 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Jan 4 18:00:18 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=125a7398
kde-apps/konsolepart: New package, split from konsole
This package represents the konsolepart + data that is non-conflicting
with konsole:5 as an alternative, compatible dependency for anything that
has been using konsole:4 so far.
Package-Manager: portage-2.2.26
kde-apps/konsolepart/Manifest | 1 +
kde-apps/konsolepart/konsolepart-4.14.3.ebuild | 65 ++++++++++++++++++++++++++
kde-apps/konsolepart/metadata.xml | 5 ++
3 files changed, 71 insertions(+)
diff --git a/kde-apps/konsolepart/Manifest b/kde-apps/konsolepart/Manifest
new file mode 100644
index 0000000..607206c
--- /dev/null
+++ b/kde-apps/konsolepart/Manifest
@@ -0,0 +1 @@
+DIST konsole-4.14.3.tar.xz 455216 SHA256 2f750e6930309f8a3b939c7cd30415a08d71da27af10893c3341305db803f155 SHA512 88a919ea7230ae96518a347b80dbf08d641c60557f24cff02421f22cc99da5b2daf306d8e7b820cd701983fcd3ee46171cc97e231591ad2c334574777fbdb135 WHIRLPOOL 588f0f02c8008679ff598d15cd79f8214acd74e57f5c5a936d5aa26d64c1f4f62f46f834ddf6b0545ea05f98d6a2bafcb3b7b5eb9e7c31e93224976b5168bd8e
diff --git a/kde-apps/konsolepart/konsolepart-4.14.3.ebuild b/kde-apps/konsolepart/konsolepart-4.14.3.ebuild
new file mode 100644
index 0000000..af82f3d
--- /dev/null
+++ b/kde-apps/konsolepart/konsolepart-4.14.3.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KMNAME="konsole"
+KDE_HANDBOOK="never"
+VIRTUALX_REQUIRED="test"
+VIRTUALDBUS_TEST="true"
+inherit kde4-base
+
+DESCRIPTION="X terminal kpart for use by konsole and other KDE applications"
+HOMEPAGE="https://www.kde.org/applications/system/konsole https://konsole.kde.org"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug minimal"
+
+COMMONDEPEND="
+ !aqua? (
+ x11-libs/libX11
+ x11-libs/libXext
+ >=x11-libs/libxklavier-3.2
+ x11-libs/libXrender
+ x11-libs/libXtst
+ !minimal? ( $(add_kdeapps_dep libkonq) )
+ )
+"
+DEPEND="${COMMONDEPEND}
+ !aqua? (
+ x11-apps/bdftopcf
+ x11-proto/kbproto
+ x11-proto/renderproto
+ )
+"
+RDEPEND="${COMMONDEPEND}
+ !<kde-apps/konsole-4.14.3-r2
+"
+
+# can't connect to a kded instance, fails to connect to dbus
+RESTRICT="test"
+
+S="${WORKDIR}/${KMNAME}-${PV}"
+
+src_prepare() {
+ comment_add_subdirectory doc/manual
+
+ kde4-base_src_prepare
+}
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_with "!minimal" LibKonq)
+ )
+
+ kde4-base_src_configure
+}
+
+src_install() {
+ kde4-base_src_install
+
+ rm -r "${ED}"usr/bin || die
+ rm -r "${ED}"usr/share/applications || die
+ rm "${ED}"usr/share/kde4/services/ServiceMenus/konsolehere.desktop || die
+ rm "${ED}"usr/share/kde4/services/ServiceMenus/konsolerun.desktop || die
+}
diff --git a/kde-apps/konsolepart/metadata.xml b/kde-apps/konsolepart/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/kde-apps/konsolepart/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>kde</herd>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/konsolepart/
@ 2016-03-05 12:06 Mikle Kolyada
0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada @ 2016-03-05 12:06 UTC (permalink / raw
To: gentoo-commits
commit: 1642abe33392819a5d2585f881f4683b76dab857
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 5 12:01:46 2016 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Mar 5 12:02:50 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1642abe3
kde-apps/konsolepart: amd64 stable wrt bug #569742
Package-Manager: portage-2.2.26
kde-apps/konsolepart/konsolepart-4.14.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/konsolepart/konsolepart-4.14.3.ebuild b/kde-apps/konsolepart/konsolepart-4.14.3.ebuild
index af82f3d..56ba55c 100644
--- a/kde-apps/konsolepart/konsolepart-4.14.3.ebuild
+++ b/kde-apps/konsolepart/konsolepart-4.14.3.ebuild
@@ -12,7 +12,7 @@ inherit kde4-base
DESCRIPTION="X terminal kpart for use by konsole and other KDE applications"
HOMEPAGE="https://www.kde.org/applications/system/konsole https://konsole.kde.org"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug minimal"
COMMONDEPEND="
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/konsolepart/
@ 2016-03-06 10:26 Mikle Kolyada
0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada @ 2016-03-06 10:26 UTC (permalink / raw
To: gentoo-commits
commit: 8d19578c5cada33a77ae0201db727f1f08bace16
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 6 10:16:37 2016 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Mar 6 10:16:37 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d19578c
kde-apps/konsolepart: x86 stable wrt bug #569742
Package-Manager: portage-2.2.26
kde-apps/konsolepart/konsolepart-4.14.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/konsolepart/konsolepart-4.14.3.ebuild b/kde-apps/konsolepart/konsolepart-4.14.3.ebuild
index 56ba55c..7b367e4 100644
--- a/kde-apps/konsolepart/konsolepart-4.14.3.ebuild
+++ b/kde-apps/konsolepart/konsolepart-4.14.3.ebuild
@@ -12,7 +12,7 @@ inherit kde4-base
DESCRIPTION="X terminal kpart for use by konsole and other KDE applications"
HOMEPAGE="https://www.kde.org/applications/system/konsole https://konsole.kde.org"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="debug minimal"
COMMONDEPEND="
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/konsolepart/
@ 2024-04-20 14:52 Arthur Zamarin
0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2024-04-20 14:52 UTC (permalink / raw
To: gentoo-commits
commit: ef8910d1203ba6caf942b81e0976a89badbf723e
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 20 14:51:52 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 20 14:52:08 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef8910d1
kde-apps/konsolepart: Stabilize 23.08.5 amd64, #930324
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
kde-apps/konsolepart/konsolepart-23.08.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/konsolepart/konsolepart-23.08.5.ebuild b/kde-apps/konsolepart/konsolepart-23.08.5.ebuild
index 4d55c9610b3c..59665fcef4eb 100644
--- a/kde-apps/konsolepart/konsolepart-23.08.5.ebuild
+++ b/kde-apps/konsolepart/konsolepart-23.08.5.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/konsole/ https://konsole.kde.org"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/konsolepart/
@ 2024-04-20 14:52 Arthur Zamarin
0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2024-04-20 14:52 UTC (permalink / raw
To: gentoo-commits
commit: 273cf7bac7ce9588050f92da2ec19b440888152c
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 20 14:51:58 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 20 14:52:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=273cf7ba
kde-apps/konsolepart: Stabilize 23.08.5 x86, #930324
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
kde-apps/konsolepart/konsolepart-23.08.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/konsolepart/konsolepart-23.08.5.ebuild b/kde-apps/konsolepart/konsolepart-23.08.5.ebuild
index 59665fcef4eb..f626309894d7 100644
--- a/kde-apps/konsolepart/konsolepart-23.08.5.ebuild
+++ b/kde-apps/konsolepart/konsolepart-23.08.5.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/konsole/ https://konsole.kde.org"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
-KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/konsolepart/
@ 2024-04-20 17:39 Arthur Zamarin
0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2024-04-20 17:39 UTC (permalink / raw
To: gentoo-commits
commit: 942876bef35c1b1ffa9313b60a6e2bf34b5c338b
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 20 17:39:27 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 20 17:39:27 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=942876be
kde-apps/konsolepart: Stabilize 23.08.5 arm64, #930324
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
kde-apps/konsolepart/konsolepart-23.08.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/konsolepart/konsolepart-23.08.5.ebuild b/kde-apps/konsolepart/konsolepart-23.08.5.ebuild
index f626309894d7..9a55fc4382f2 100644
--- a/kde-apps/konsolepart/konsolepart-23.08.5.ebuild
+++ b/kde-apps/konsolepart/konsolepart-23.08.5.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/konsole/ https://konsole.kde.org"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
-KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/konsolepart/
@ 2024-09-15 15:02 Andreas Sturmlechner
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2024-09-15 15:02 UTC (permalink / raw
To: gentoo-commits
commit: 1b2c5bef77a610cb05e0a2c76f5f42e8cf78a7ce
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 15 10:51:31 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Sep 15 15:01:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b2c5bef
kde-apps/konsolepart: Install missing konsolepart.desktop file
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/konsolepart/konsolepart-23.08.5-r1.ebuild | 75 ++++++++++++++++++++++
1 file changed, 75 insertions(+)
diff --git a/kde-apps/konsolepart/konsolepart-23.08.5-r1.ebuild b/kde-apps/konsolepart/konsolepart-23.08.5-r1.ebuild
new file mode 100644
index 000000000000..87cd86cd4d14
--- /dev/null
+++ b/kde-apps/konsolepart/konsolepart-23.08.5-r1.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="optional"
+KDE_ORG_NAME="konsole"
+KFMIN=5.106.0
+QTMIN=5.15.9
+inherit ecm gear.kde.org
+
+DESCRIPTION="KDE's terminal emulator kpart for use by konsole and other applications"
+HOMEPAGE="https://apps.kde.org/konsole/ https://konsole.kde.org"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
+IUSE=""
+
+DEPEND="
+ dev-libs/icu:=
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtmultimedia-${QTMIN}:5
+ >=dev-qt/qtnetwork-${QTMIN}:5
+ >=dev-qt/qtprintsupport-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=dev-qt/qtxml-${QTMIN}:5
+ >=kde-frameworks/kbookmarks-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kcrash-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/kglobalaccel-${KFMIN}:5
+ >=kde-frameworks/kguiaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kiconthemes-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kjobwidgets-${KFMIN}:5
+ >=kde-frameworks/knewstuff-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+ >=kde-frameworks/knotifyconfig-${KFMIN}:5
+ >=kde-frameworks/kparts-${KFMIN}:5
+ >=kde-frameworks/kpty-${KFMIN}:5
+ >=kde-frameworks/kservice-${KFMIN}:5
+ >=kde-frameworks/ktextwidgets-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+ >=kde-frameworks/kwindowsystem-${KFMIN}:5
+ >=kde-frameworks/kxmlgui-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+ !kde-apps/konsole:5
+"
+
+PATCHES=( "${FILESDIR}/konsole-23.08.1-drop-unused-X11-dep.patch" )
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_TESTING=OFF
+ -DENABLE_PLUGIN_SSHMANAGER=OFF
+ -DENABLE_PLUGIN_QUICKCOMMANDS=OFF
+ )
+
+ ecm_src_configure
+}
+
+src_install() {
+ ecm_src_install
+
+ rm -r "${ED}"/{etc,usr/bin} \
+ "${ED}"/usr/share/{applications,doc,help,kconf_update,kglobalaccel,kio} \
+ "${ED}"/usr/share/{knsrcfiles,knotifications5,konsole,locale,qlogging-categories5,zsh} \
+ "${ED}"/usr/$(get_libdir)/kconf_update_bin || die
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/konsolepart/
@ 2024-09-15 15:02 Andreas Sturmlechner
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2024-09-15 15:02 UTC (permalink / raw
To: gentoo-commits
commit: 51058316871304823ad5eac25f51ec09ef59b158
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 15 15:00:19 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Sep 15 15:01:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51058316
kde-apps/konsolepart: drop 23.08.5
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/konsolepart/konsolepart-23.08.5.ebuild | 73 -------------------------
1 file changed, 73 deletions(-)
diff --git a/kde-apps/konsolepart/konsolepart-23.08.5.ebuild b/kde-apps/konsolepart/konsolepart-23.08.5.ebuild
deleted file mode 100644
index 9a55fc4382f2..000000000000
--- a/kde-apps/konsolepart/konsolepart-23.08.5.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="optional"
-KDE_ORG_NAME="konsole"
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="KDE's terminal emulator kpart for use by konsole and other applications"
-HOMEPAGE="https://apps.kde.org/konsole/ https://konsole.kde.org"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
-IUSE=""
-
-DEPEND="
- dev-libs/icu:=
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtmultimedia-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtprintsupport-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtxml-${QTMIN}:5
- >=kde-frameworks/kbookmarks-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kcrash-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kglobalaccel-${KFMIN}:5
- >=kde-frameworks/kguiaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kiconthemes-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kjobwidgets-${KFMIN}:5
- >=kde-frameworks/knewstuff-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/knotifyconfig-${KFMIN}:5
- >=kde-frameworks/kparts-${KFMIN}:5
- >=kde-frameworks/kpty-${KFMIN}:5
- >=kde-frameworks/kservice-${KFMIN}:5
- >=kde-frameworks/ktextwidgets-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kwindowsystem-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
- !kde-apps/konsole:5
-"
-
-PATCHES=( "${FILESDIR}/konsole-23.08.1-drop-unused-X11-dep.patch" )
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_TESTING=OFF
- -DENABLE_PLUGIN_SSHMANAGER=OFF
- -DENABLE_PLUGIN_QUICKCOMMANDS=OFF
- )
-
- ecm_src_configure
-}
-
-src_install() {
- ecm_src_install
-
- rm -r "${ED}"/{etc,usr/{bin,share}} \
- "${ED}"/usr/$(get_libdir)/kconf_update_bin || die
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-09-15 15:02 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-15 15:02 [gentoo-commits] repo/gentoo:master commit in: kde-apps/konsolepart/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2024-09-15 15:02 Andreas Sturmlechner
2024-04-20 17:39 Arthur Zamarin
2024-04-20 14:52 Arthur Zamarin
2024-04-20 14:52 Arthur Zamarin
2016-03-06 10:26 Mikle Kolyada
2016-03-05 12:06 Mikle Kolyada
2016-01-04 18:00 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox