Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 916162 Details for
Bug 947748
app-portage/kuroo-9999: dependency and packaging updates
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
diff to new ebuild
file_947748.txt (text/plain), 1.83 KB, created by
A Schenck
on 2025-01-09 01:30:38 UTC
(
hide
)
Description:
diff to new ebuild
Filename:
MIME Type:
Creator:
A Schenck
Created:
2025-01-09 01:30:38 UTC
Size:
1.83 KB
patch
obsolete
>--- /usr/portage/app-portage/kuroo/kuroo-9999.ebuild 2024-12-11 11:41:14.000000000 -0800 >+++ /usr/local/portage/app-portage/kuroo/kuroo-9999.ebuild 2024-12-26 14:25:27.138821439 -0800 >@@ -5,15 +5,24 @@ > > KFMIN=6.6.0 > QTMIN=6.7.2 >-ESVN_REPO_URI="https://svn.code.sf.net/p/kuroo/code/kuroo4/trunk" >-inherit ecm subversion >+ECM_TEST="true" >+ >+inherit ecm >+ >+if [[ ${PV} == *9999* ]] ; then >+ ESVN_REPO_URI="https://svn.code.sf.net/p/kuroo/code/kuroo4/trunk" >+ inherit subversion >+else >+ SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.xz" >+ >+ KEYWORDS="~amd64 ~x86" >+fi > > DESCRIPTION="Graphical Portage frontend based on KDE Frameworks" > HOMEPAGE="https://sourceforge.net/projects/kuroo/" > > LICENSE="GPL-2" > SLOT="0" >-KEYWORDS="" > IUSE="" > > DEPEND=" >@@ -28,7 +37,6 @@ > >=kde-frameworks/ki18n-${KFMIN}:6 > >=kde-frameworks/kio-${KFMIN}:6 > >=kde-frameworks/kitemviews-${KFMIN}:6 >- >=kde-frameworks/knotifications-${KFMIN}:6 > >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6 > >=kde-frameworks/ktextwidgets-${KFMIN}:6 > >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 >@@ -37,15 +45,19 @@ > " > RDEPEND="${DEPEND} > app-portage/gentoolkit >- kde-misc/kdiff3 > " >-BEDEPEND=">=dev-build/cmake-3.30.2" >+ >+BDEPEND=">=dev-build/cmake-3.30.2" > > pkg_postinst() { > if ! has_version app-admin/logrotate ; then > elog "Installing app-admin/logrotate is recommended to keep" > elog "portage's summary.log size reasonable to view in the history page." > fi >+ if ! has_version kde-misc/kdiff3 ; then >+ elog "In order to use graphical configuration merging (when" >+ elog "running as root), please emerge kde-misc/kdiff3" >+ fi > > ecm_pkg_postinst > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 947748
: 916162 |
916163