summaryrefslogtreecommitdiff
path: root/kde-base/pykde4/pykde4-4.3.9999.ebuild
AgeCommit message (Collapse)Author
2010-02-01Drop KDE SC 4.3.95 and live 4.3 branchabcd
2010-01-19[kde-base/pykde4] Install API docs (doc USE flag).Maciej Mrozowski (reavertm)
2010-01-04[kde-base/pykde4] Disabled policykit-qt bindings - superseded by KAuthMaciej Mrozowski (reavertm)
(kdelibs)
2009-12-31Happy New Year 2010! Update headers so repoman doesn't complainabcd
2009-12-16[kde-base/pykde4] EPREFIXifyabcd
2009-12-13[kde-base/pykde4:4.3] Don't pass $ROOT to python_mod_*, the eclass already ↵abcd
adds it
2009-12-06[kde-base/pykde4] Remove unneeded COMMON_DEPEND variable; drop unused patch; ↵abcd
drop patch from live
2009-12-05[kde-base] Convert mycmakeargs to an arrayabcd
2009-11-12[kde-base/pykde4,plasma-workspace] replaced python site packages paths with ↵Maciej Mrozowski (reavertm)
$(python_get_sitedir)
2009-10-25[kde-base] Convert 4.3.9999 to add_kdebase_depJonathan Callen
2009-09-13Reverting for now #3Maciej Mrozowski (reavertm)
Revert "Add a new add_kdebase_dep() function, and inject it everywhere" This reverts commit 6658447f57b455e0534415f667137c57691a48ea.
2009-09-11Add a new add_kdebase_dep() function, and inject it everywhereJonathan Callen
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.
2009-08-18[kde-base/pykde4] Set PYTHON_USE_WITH=threads to depend on ↵Jonathan Callen
dev-lang/python[threads]
2009-07-30[kde-base/pykde4] Patch applied to 4.3 branch and trunk, removing.Maciej Mrozowski (reavertm)
2009-07-23[kde-base/pykde4] Further pykde4 cleanups + pykdeuic4 installation patchMaciej Mrozowski (reavertm)
2009-07-23[kde-base/pykde4] Added USE flag for policykit-qt bindingsMaciej Mrozowski (reavertm)
2009-07-16[kde-base/pykde4] Added temporary installation fix for pykde4Maciej Mrozowski (reavertm)
2009-06-24[kde-base] Introduce kde-4.3.9999. Should work right away.Tomáš Chvátal