summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* I'm cleaning up the kde eclasses. It is a gradual process so that i can ↵Dan Armak2003-04-271-28/+3
| | | | | | | | | | | | | | | | | | | | commit it into portage piecemeal. <changeset #1> Done: - deprecated kde-base. it is now empty and does nothing except inheriting kde. apps should now inherit kde directly. the deps on glibc and gcc that kde-base added are not necessary because they are in all profiles' system packages lists anyway. - deprecated kde-pre, no ebuild was using it any longer. - deprecated kde.org. moved kde.org contents into kde-dist, since that's almost the only place kde.org was being inherited from. ebuilds that need changing: kdelibs, kdelibs-apidocs - stopped using newdepend /c. gcc and glibc are in the sysytem packages list in every profile anyway, and our other ebuilds don't really keep track of such deps. Changes done to ebuilds so far: - kdelibs: don't inherit kde.org. don't call newdepend /c. - kdelibs-apidocs: don't inherit kde.org
* fix for kdegraphics-3.1.1a-r1Hannes Mehnert2003-04-111-2/+2
|
* needed support for new kde 3.1.1a stuff. shouldn't touch anything else.Dan Armak2003-04-081-3/+5
|
* header fixesMike Frysinger2003-02-161-2/+4
|
* kde-3.1_rc6 changesHannes Mehnert2003-01-051-1/+2
|
* fixes SRC_URI for 2.2.2a-r1 ebuild (will come soon)Hannes Mehnert2002-12-221-1/+2
|
* only use su if ECVS_RUNAS != whoami. resolves problems with portage .47 ↵Dan Armak2002-12-221-2/+2
| | | | which doesn't run as root as so normally has no su access.
* additions for kde 3.1 rc5Dan Armak2002-12-081-1/+2
|
* added support for kde-3.1_rc3Hannes Mehnert2002-11-121-1/+2
|
* kde-3.1_rc2Hannes Mehnert2002-11-051-1/+2
|
* changes necessary for kde 3.1 rc1Dan Armak2002-10-311-1/+2
|
* Header updates/cleanupsMike Frysinger2002-10-251-2/+3
|
* fix identation (proper tabs everywhere, alignment) in my eclassesDan Armak2002-10-241-9/+9
|
* add support for upcoming kde-3.1-beta2Dan Armak2002-09-241-1/+2
|
* replace assert-likeDan Armak2002-08-181-2/+2
|
* fix 3.1beta1 download urlsDan Armak2002-08-131-2/+2
|
* big commit i've been working on for the last few days. the important part ↵Dan Armak2002-08-131-1/+2
| | | | ebuild-wise is that kde apps now go into /usr; there have also been some SLOT changes (making things uniform). see the various postings.
* ad backward compatibility for 1* version numbers so that ol versions of arts ↵Dan Armak2002-07-211-1/+2
| | | | can be unmerged
* changes and eclasses for upcomnig kde cvs ebuilds. they won't live in ↵Dan Armak2002-07-171-1/+4
| | | | portage but there's no reason for the eclasses not to live here, makes it much more comfortable
* fix SRC_URI for kde 2.2.2Dan Armak2002-07-131-1/+3
|
* use the new mirror://kdeDan Armak2002-07-121-9/+9
|
* for the upcoming kde 3.0.1.20020604Dan Armak2002-06-051-2/+2
|
* minor changes (whitespace etc)Dan Armak2002-05-071-1/+2
| | | | ----------------------------------------------------------------------
* removing bigus kde.us.org server (again)Dan Armak2002-04-051-3/+2
|
* Added another KDE mirrorSeemant Kulleen2002-04-051-2/+3
|
* kde.org: add kde download mirrorsDan Armak2002-04-041-3/+8
| | | | | kde-dist; add SLOT setting to major and minor version but not revision, e.g. SLOT of 3.0 is 3.0 ubt SLOT of 2.2.2 is 2.2
* OK, these are eclasses v3.2:Dan Armak2001-10-031-1/+2
| | | | | | | | 1. aded kde-objprelink.eclass 2. modified ebuilds accordingly, updated documentation 3. removed old koffice beta ebuilds 4. added new inheriting ebuild for kdelibs (a special case) 5. misc
* eclasses unmasked!Dan Armak2001-10-021-2/+2
|
* eclasses v3.1Dan Armak2001-10-011-0/+10
added debug.eclass and fixed many bugs