| Age | Commit message (Collapse) | Author |
|
This lets us handle the case where a package has both KDE 4 and 5 versions
served out of master of different repositories.
|
|
Package-Manager: portage-2.2.7
RepoMan-Options: --force
|
|
|
|
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
|
|
(Portage version: 2.2.0_alpha84/git/Linux x86_64, unsigned Manifest commit)
|
|
(Portage version: 2.2.0_alpha54/git/Linux x86_64, signed Manifest commit with key F82F92E6)
|
|
|
|
the :live version for 4.7 now as well)
(Portage version: 2.2.0_alpha35/git/Linux x86_64, signed Manifest commit with key 229E5838)
|
|
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 229E5838)
|
|
|
|
|
|
This reverts commit 19b5b8c80a451fb450ebc41285f5cc4aac830289.
|
|
|
|
support)
|
|
|
|
|
|
khelpcenter RDEPEND removed from eclass,
nepomuk handled in kdelibs via kdebase-runtime-meta USE dep
|
|
|
|
|
|
Revert "Add a new add_kdebase_dep() function, and inject it everywhere"
This reverts commit 6658447f57b455e0534415f667137c57691a48ea.
|
|
Revert "Add features to add_blocker, and use it for all blockers to kde-base/ apps in kde-base/"
This reverts commit e5768da5311f892933411f95fc2669480723356a.
|
|
in kde-base/
Please see the comments in kde4-functions.eclass for documentation.
|
|
The add_kdebase_dep function takes 1-2 arguments, the first being the
name of the package to depend upon, and the second being (optionally)
extra USE deps.
When given 1 argument, this function will output
!kdeprefix? ( >=kde-base/$1-${PV}[-kdeprefix] )
kdeprefix? ( >=kde-base/$1-${PV}:${SLOT}[kdeprefix] )
And 2 arguments outputs
!kdeprefix? ( >=kde-base/$1-${PV}[-kdeprefix,$2] )
kdeprefix? ( >=kde-base/$1-${PV}:${SLOT}[kdeprefix,$2] )
These are the proper deps to replace
>=kde-base/PKG-${PV}:${SLOT}[kdeprefix=,USEDEPS]
as it does not force an all-at-once upgrade of everything.
Some of the deps (the ones from kde4-base.eclass) were already in
this form, so there was an odd combination of packages that could be
installed in separate slots with -kdeprefix, and packages that couldn't.
|
|
kfmclient
|
|
|
|
In order to not depend on konqueror in kde-base/kdebase-startkde,
kfmclient needs to be installed separately. This entails adding a new
package, disabling the building of kfmclient in kde-base/konqueror,
adding the new package to metas and sets, adding a dependency on
kde-base/kfmclient to kde-base/kdebase-startkde, and adding appropriate
blockers on older version of kde-base/konqueror to kde-base/kfmclient.
This ended up touching many files in many directories; all changes in
this commit to 4.3.0 ebuilds will probably have to be committed to CVS
at the same time.
|