summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Guard against multiple inheritance.Michael Palimaka2013-04-071-1/+6
|
* [eclass] Version bump KDE SC 4.10.0Alexey Shvetsov2013-02-071-10/+4
|
* naive bump of all EAPI-specific checks in eclasses to permit EAPI=5 where ↵Ian Stakenvicius2012-09-271-2/+2
| | | | EAPI=4 was previously allowed
* Remove obsolete koffice handling. Simplify Qt minimal requirement. RemoveJohannes Huber2012-08-191-6/+3
| | | | | duplicated entry for unstable KDE SC releases in SRC_URI calculation. Arrange docs example for KDE_LINGUAS alphabetically.
* Make .xz compression as default for SRC_URI calculation. Add KDE prefix to ↵Johannes Huber2012-08-011-7/+7
| | | | BUILD_TYPE. No #DONOTCOMPILE if add_subdirectory has a variable parameter ("${...").
* Sync kde4-*.eclass from kde overlay: add x11-libs/qt-dbus to kde ↵Andreas Hüttel2012-05-081-7/+7
| | | | dependencies, eqawarn on ${mycmakeargs} as string, properly treat case of undefined LINGUAS (bug 372457)
* Re-sync kde4 eclasses with kde overlay: remove libkworkspace target hacks ↵Andreas Hüttel2011-12-181-6/+1
| | | | (requires libkworkspace rebuild), force qt-4.7.4 for kde-4.8, properly treat kde-4.[789] version numbers, warn if the handbook useflag is added manually. Proofread by reavertm.
* [eclass] Update kde eclassesAlexey Shvetsov2011-10-061-1/+6
|
* fix random bugs in eclass documentation, and convert to new @AUTHOR tagMike Frysinger2011-08-221-1/+2
|
* Convert every instance of hasq to has.Samuli Suominen2011-07-081-2/+2
|
* The Great KDE Slot Move: gentoo-x86 Edition (move all the kde-base/ packages ↵Jonathan Callen2011-06-151-117/+40
| | | | from version-specific slots to :4)
* Re-add support for Bash versions < 4.2 (the manuals tend not to be clear ↵Jonathan Callen2011-06-151-2/+2
| | | | about when a feature is added)
* Sync eclasses from overlayJonathan Callen2011-06-151-97/+56
|
* Sync KDE eclasses with overlay again (prerequisite for slotmoves)Jonathan Callen2011-06-071-18/+12
|
* Goodbye kdeprefix (for >= 4.6.4)Jonathan Callen2011-06-061-18/+6
| | | | | Remove all usage of the kdeprefix flag that doesn't die immediately; remove the flag itself on >= 4.6.4
* Sync kde eclasses from overlayJonathan Callen2011-06-061-1/+4
|
* Add 4.7 to the list of possible slotsJonathan Callen2011-05-241-2/+2
|
* Ban kdeprefix on kdepim stuff as it is broken totaly even in depgraph ↵Tomas Chvatal2011-04-261-2/+4
| | | | calculations.
* Fix stat usage for BSD, bug 318237Andreas Hüttel2011-04-211-2/+10
|
* Move fixes for kde4-* eclasses from overlay here:Tomas Chvatal2011-04-061-112/+152
| | | | | | | | | | | Removal of eapi2 support. Removal of quirks for eapi2 and koffice. Additon of fdo/gnome-func eclasses to nicely update mime info. Various whitespace and tiny bugs cleanups. Addition of git to support upstream slowly moving to git. Add new eclass for kde4-meta packages. Written by ABCD. Allows us smaller meta packages.
* Support eapi4 in tree ebuilds.Tomas Chvatal2011-01-291-2/+2
|
* Add KDEPIM 4.4.10 supportTheo Chatzimichos2011-01-281-2/+2
|
* Add RDEPEND on oxygen-icons to all ebuilds using kde4-base.eclass. Ack'ed by ↵Andreas Hüttel2011-01-031-3/+3
| | | | tampakrap.
* Previous commit broke kdepim installations for =! 4.6beta3, fixingTheo Chatzimichos2010-12-291-5/+2
|
* Add eclass support for kdepim 4.6beta3Theo Chatzimichos2010-12-291-1/+7
| | | | | This commit is useless for in tree eclasses, as this kdepim version will stay in overlay I'm just syncing tree and overlay eclasses
* Add eclass support for KDEPIM 4.4.9Theo Chatzimichos2010-12-291-3/+3
|
* Add support for KDEPIM 4.4.8 in kde eclassesTheo Chatzimichos2010-12-061-2/+2
|
* Update eclasses for kdeAlexey Shvetsov2010-12-021-73/+103
|
* Add KDEPIM 4.4.7 supportTheo Chatzimichos2010-10-241-3/+3
|
* Remove repacked unstable snapshots handling codepaths, add kdepim-4.4.6 ↵Maciej Mrozowski2010-09-111-3/+10
| | | | dependency rule
* Sync some changes from overlay:Maciej Mrozowski2010-09-091-3/+11
| | | | | - KDE_HANDBOOK=1 instead of IUSE=handbook - add_kdebase_dep can be used outside of kde-base now
* Merge changes from overlay: remove kde 4.3 support, do not call epatch_user ↵Maciej Mrozowski2010-08-091-2/+2
| | | | twice, bump cmake dep
* Use defined mechanism (die) to terminate processing when invalid EAPI detected.Maciej Mrozowski2010-07-191-2/+2
|
* Sync eclasses from kde overlay.Maciej Mrozowski2010-05-151-6/+5
| | | | | | | | - kdevelop ebuils support - cmake-2.6.4 needed for KDE SC 4.5 - crosscompilation fixes - fix README's installation - pre-release koffice support
* Synchronized KDE eclasses from overlay, changes:Maciej Mrozowski2010-02-021-5/+5
| | | | | | | | - KDE SC 4.5 support - EAPI-3 support - prefix support - moved docs to /usr/share/doc/${PF} - applied override for kdepim hardcoded checks
* Updates from kde overlayJonathan Callen2009-12-141-3/+5
|
* Update cmake-utils.eclass and kde4-*.eclass from kde overlayJonathan Callen2009-12-101-4/+6
|
* Update kde4 eclasses from overlay:Tomas Chvatal2009-12-011-12/+12
| | | | | | | | | | | | Changes: kde-functions Update the block resolving case to make it simpler. kde-meta Drop not required elogs. Drop redundant dependencies. kde-base introduce kdeenablefinal useflag (masked). support unpacking of xz tarballs in eapi2.
* Sync cmake-utils and kde eclasses with kde-testing overlays.Tomas Chvatal2009-10-271-13/+7
| | | | | | | Renamed WANT_CMAKE -> CMAKE_REQUIRED in kde eclasses fixed koffice2.0 support in kde eclasses Added WANT_CMAKE into cmake-utils eclass, where it brings possibility to depend on cmake only when some useflag is required. Used with WANT_CMAKE="variable", where variable is the useflag (its autoadded to IUSE too.)
* [eclass] Update kde4 eclassesAlexey Shvetsov2009-10-061-36/+160
|
* Sync kde4 eclasses with overlay ones in preparation for 4.3.1.Tomas Chvatal2009-09-011-6/+14
| | | | One thing differ from overlay ones. KDE_MINIMAL sets still 4.2 instead of 4.3 because some archies did not keyword all kde-base YET!
* Sync eclasses with kde-testing ones.Tomas Chvatal2009-08-201-1/+40
|
* synced kde4 eclasses with new ones from kde-testing overlayAlex Alexander2009-08-031-25/+102
|
* Adjust eclasses to support new handbook useflag, also keep backcompat with ↵Tomas Chvatal2009-06-041-1/+1
| | | | old doc handling (will be dropped). Depend on qt4.5 and add variable allowing to override this. Linugas handling update.
* Update linguas detection code to work as expected.Tomas Chvatal2009-05-311-1/+4
|
* Update kde4 eclasses from kde-testing. Mostly minor sinc. Introduce support ↵Tomas Chvatal2009-05-281-20/+27
| | | | for stable koffice2
* Few minor updates to kde4 eclasses. Introduce kde4-stable-live support.Tomas Chvatal2009-05-091-2/+2
|
* Update permission fixing code. Per bug #266432.Tomas Chvatal2009-04-191-9/+12
|
* Add line noting that the warning is pure QA. Per discussion with yngwin on ↵Tomas Chvatal2009-04-171-1/+2
| | | | #g-dev
* Update kde4 eclassesTomas Chvatal2009-04-131-86/+67
| | | | | | | | | Add back support for doc handling (now via doc useflag) Force kdeprefix only for kde-base things (others are going unprefixed to /usr) -> Note for this: if user find that some application is pulling [-kdeprefix] kde uninstall/install of that app should help. Rewritten slot handling with simpler code. Added detection and alert system for finding what aplication break sth for /usr/share/config and /usr/share/kde4 and screw up perms. Left for next time: "Support for stable live (live packages from stable branch [shiny huh]). :]"