| Age | Commit message (Collapse) | Author |
|
|
|
All packages which have a KDE Applications release have moved from kde-base to
kde-apps.
9999 is back, and is upstream master (whether it be KDE 4 or KF5). For packages
with an unreleased KF5 branch, 5.9999 is used.
|
|
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
|
|
Package-Manager: portage-2.2.0_alpha191
|
|
|
|
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
|
|
(Portage version: 2.2.0_alpha121/git/Linux x86_64, unsigned Manifest commit)
|
|
(Portage version: 2.2.0_alpha84/git/Linux x86_64, unsigned Manifest commit)
|
|
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 229E5838)
|
|
|
|
|
|
|
|
This reverts commit 19b5b8c80a451fb450ebc41285f5cc4aac830289.
|
|
|
|
|
|
|
|
was easily mistaken for kdepimlibs
|
|
Changes:
- add kdepim-libs package from:
libkdepim, libkleo, akonadi, messagecore, messagecomposer
messagelist, messageviewer, templateparser, incidenceeditors
- sync depdendencies
- update keywords, sets
|
|
support)
|
|
|
|
|
|
|
|
Revert "Add a new add_kdebase_dep() function, and inject it everywhere"
This reverts commit 6658447f57b455e0534415f667137c57691a48ea.
|
|
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.
|
|
|
|
|
|
- removed kode live ebuild - dropped by upstream
- removed kode dependencies from eclass
- added kode to RDEPEND in libkdepim - most commonly required kdepim package
- added block for kode in live libkdepim
- fixed kode package description (4.1.2, 4.2.65)
- removed libkdepim/kdepim_export.h "installation" from eclass
- added libkdepim to KMEXTRACTONLY since toplevel CMakeLists.txt adds it to include dirs and 4.2.1 checks for its presence
- removed KMEXTACTONLY libkdepim from ebuilds
- fixed some RDEPENDs (moved app-crypt/gnupg to RDEPEND sice it does not have any include files installed)
|
|
As htmlhandbook is more-or-less broken, this removes all occurences of it
from IUSE.
|
|
- added missing [kdeprefix=] to DEPEND/RDEPEND
- removed [kdeprefix=] and similar from blocks
(we use both !kdeprefix? or kdeprefix? when necessary and we don't care whether
package we block was emerged with kdeprefix or not - thus we have chance to force
unmerge the package with wrong kdeprefix)
- moved blocks to RDEPEND
- fixed blocks that would (incorrectly) block packages that exist in KDE 3.5
- reformatted some ebuilds in the process
- moved some DEPEND to RDEPEND
- removed unused patch
|
|
|
|
|
|
Revert "Initial commit of live branch, not removed anything yet. Needs a hell of cleanup."
This reverts commit 3143e5ad1677a6e7a18b131b5036d31ee9b2c7ae.
|
|
cleanup.
|