summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Pinpoint virtual/x11 to version lesser than 7.Diego Elio Pettenò2006-07-091-3/+3
|
* fix bug #139577Carsten Lohrke2006-07-071-2/+2
|
* Tweak the cvs.sh script so that it accepts autoconf 2.60.Diego Elio Pettenò2006-06-271-1/+8
|
* Fix indentation to use tabs as the rest of the tree.Diego Elio Pettenò2006-06-271-4/+4
|
* Don't extract the whole tarball when using meta, run unpack only if the ↵Diego Elio Pettenò2006-06-271-5/+5
| | | | source directory is missing. Tweak a bit the message to be similar to the one used by portage.
* Use emake for install, and for the cvs makefile.Diego Elio Pettenò2006-06-151-3/+3
|
* restore kde eclass changesCarsten Lohrke2006-06-111-24/+24
|
* Revert for now, as repoman bails out because of new rdepend policy checks.Carsten Lohrke2006-06-111-24/+24
|
* Improved KDE patch handling.Carsten Lohrke2006-06-111-7/+27
|
* Apply whitespace checks from repoman to eclasses.Sven Wegener2006-06-101-2/+2
|
* Don't add arts dependency for arts itself. Thanks to Ciaran McCreesh in bug ↵Diego Elio Pettenò2006-06-081-4/+4
| | | | #136022 for reporting.
* Add the code to support ARTS_REQUIRED='never' to make carlo happy, although ↵Diego Elio Pettenò2006-05-311-5/+8
| | | | I'm not going to hunt down which packages does not need arts at all.
* use [[ check.Diego Elio Pettenò2006-05-301-2/+2
|
* Clearify error message.Diego Elio Pettenò2006-05-301-6/+10
|
* Add ARTS_REQUIRED variable to make ebuilds declare when they _require_ arts. ↵Diego Elio Pettenò2006-05-301-12/+30
| | | | Thanks to UncleOwen in bug #133182.
* More changes to support $KDE_S.Diego Elio Pettenò2006-05-301-4/+2
|
* Alias ${S} to ${KDE_S} to allow building in different directories without ↵Diego Elio Pettenò2006-05-291-10/+15
| | | | complex push/pops.
* Don't do the checks if the useflag is not enabled.Diego Elio Pettenò2006-05-251-2/+2
|
* Unleash the linguas handling in IUSE now that Halcy0n has the linguas.desc ↵Diego Elio Pettenò2006-05-251-7/+6
| | | | ready to commmit.
* Add kdehiddenvisibility useflag that enables the GCC hidden visibility, when ↵Diego Elio Pettenò2006-05-251-1/+16
| | | | building with GCC 4.1. Support is still experimental and bugs are more likely to be UPSTREAM'ed with that enabled. You also need to rebuild qt 3.3.6-r1 with GCC 4.1 to have the visibility patch for Qt.
* Don't run seds einfo for data that's not present (translations or ↵Diego Elio Pettenò2006-05-071-9/+16
| | | | documentation).
* Add global kbuildsycoca creation after installing/removing KDE packages ↵Diego Elio Pettenò2006-05-071-2/+10
| | | | (~arch only for now).
* Use more portable sed syntax.Diego Elio Pettenò2006-05-011-2/+3
|
* work around bug #97196Carsten Lohrke2006-04-281-1/+5
|
* Add modular X dependencies on xinerama useflag.Diego Elio Pettenò2006-04-011-3/+5
|
* Add a check for building kdelibs with the doc use flag but not qt with itCaleb Tennis2006-02-271-1/+8
|
* Drop the dummy ltconfig if present.Diego Elio Pettenò2006-02-091-1/+5
|
* Move here the code to reduce the number of translations and documentation ↵Diego Elio Pettenò2006-02-051-1/+31
| | | | built to the requested ${LINGUAS}, but enable it only if USE_KEG_PACKAGING is set in the ebuilds, so that it doesn't interphere with older packages or packages using different layouts.
* Run elibtoolize before econf so that libtool patches gets applied.Diego Elio Pettenò2006-02-031-2/+3
|
* Push --with-extra-includes and --with-extra-libs to be on safe side with ↵Diego Elio Pettenò2006-01-301-1/+8
| | | | packages that don't guess the locations right.
* Check that ${PREFIX} is non-empty before using it.Diego Elio Pettenò2006-01-261-2/+2
|
* For safety, use [[ ]] instead of [ ] for complex checks; replace -a with && ↵Diego Elio Pettenò2006-01-241-4/+4
| | | | to avoid errors with recent bashes.
* Don't add kdeenablefinal useflag to every package, but just for the ones in ↵Diego Elio Pettenò2006-01-041-6/+8
| | | | kde-base. Enable or disable final support depending on presence of kdeenablefinal in $IUSE and it being enabled or not. Does not break old packages, but will probably make --newuse a bit funny.
* slot_rebuild() fixCarsten Lohrke2005-12-171-3/+3
|
* Make KDE use econf as usual, by overriding the directories where the ↵Diego Elio Pettenò2005-11-161-8/+13
| | | | ${PREFIX} changes. This allows it to play fine with confcache, removes the warning about ${CBUILD} unset and allows to update gnuconfig files.
* Apply whitespace checks from repoman to eclasses.Sven Wegener2005-10-131-3/+3
|
* Added missing flag-o-matic inherit, to filter visibility flags.Diego Elio Pettenò2005-10-121-2/+2
|
* Make sure visibility-change flags are being filtered out of KDE to avoid ↵Diego Elio Pettenò2005-10-111-1/+4
| | | | them to kill everything.
* slot_rebuild() fix, #108055Carsten Lohrke2005-10-061-3/+27
|
* Disable visibility support in kde programs in a different way (see bug #107571).Gregorio Guidi2005-10-031-8/+4
|
* DO NOT ignore the visibility for kde newer than 3.4.1 as the problem is ↵Diego Elio Pettenò2005-09-251-7/+6
| | | | STILL there.
* Use full atoms for built_with_use/best_version.Sven Wegener2005-09-251-4/+4
|
* minor fixes in slot_rebuild()Carsten Lohrke2005-09-161-5/+5
|
* Added the slot_rebuild function provided by Carsten Lohrke in bug 98425.Marcus D. Hanwell2005-09-161-1/+40
|
* Use [[ ]] instead of [ ] for tests.Diego Elio Pettenò2005-08-271-6/+6
|
* Restrict the visibility hack to kde 3.4.1.Gregorio Guidi2005-08-241-6/+7
|
* No need to treat IUSE as incremental, portage handles it.Sven Wegener2005-08-231-2/+2
|
* apply whitespace checks from repoman to eclassesSven Wegener2005-08-221-2/+2
|
* unset KDEHOME, KDEROOTHOME in the build env; fixes 96177.Dan Armak2005-07-291-1/+6
|
* QA: Apply whitespace checks from repoman to eclasses.Sven Wegener2005-07-111-10/+10
|