summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update the copyright infoMike Frysinger2004-06-251-2/+2
|
* let's try a fix from Pascal and see if it makes people happy or sadCaleb Tennis2003-10-101-2/+2
|
* i finally understood why $S was sometimes getting the wrong value (eg of ↵Dan Armak2003-07-171-13/+4
| | | | | | | | | $WORKDIR or of $WORKDIR/$P): it's being set from ECVS_MODULE, but that can itself be unset, and initialized rfom $PN later on (at the beginning of _src_unpack). so we now initialize $S from $PN as well if $ECVS_MODULE is empty. also i removed a big chunk of code that is no longer needed because we now always have a correct $S setting at that point.
* fix setting of $S - oopsDan Armak2003-07-131-5/+16
|
* support for the new kde-i18n live cvs ebuilds. shouldn't affect anything ↵Dan Armak2003-07-131-18/+30
| | | | else in any way.
* new rewritten cvs.eclass and kde-source.eclass changed to match. see ↵Dan Armak2003-04-191-17/+45
| | | | gnetoo-dev,core posts for details abt the changes.
* needed support for new kde 3.1.1a stuff. shouldn't touch anything else.Dan Armak2003-04-081-2/+3
|
* header fixesMike Frysinger2003-02-161-3/+4
|
* Header updates/cleanupsMike Frysinger2002-10-251-2/+2
|
* fix identation (proper tabs everywhere, alignment) in my eclassesDan Armak2002-10-241-5/+5
|
* fix: when in offline mode, do not call cvs_src_unpack for nonexistant ↵Dan Armak2002-10-201-3/+9
| | | | doc/subdir dirs
* 1. add ECVS_BRANCH support, with branch autoswitching handled by cvs itself. ↵Dan Armak2002-09-081-2/+2
| | | | 2. make the deafult location /cvs-src, and for kde stuff ditto/kde. 3. fix sandbox + ECVS_TOP_DIr is a symlink problem.
* fix slots and install locations for kde-i18n ebuilds; some other fixesDan Armak2002-08-141-2/+2
|
* fix bug with inherit cvs andDan Armak2002-08-121-1/+3
|
* fix problem where the cvs dep wasn't added correctly by the cvs ebuildDan Armak2002-08-111-6/+6
|
* add support for installing module/doc/app also when module/app is requestedDan Armak2002-08-041-1/+6
|
* more rewrites. now works with kdenonbeta apps etc. will upload new tarball ↵Dan Armak2002-08-011-16/+17
| | | | to website shortly.
* a big rewrite. fixes some bugs (hopefully the sandbox issues too); adds ↵Dan Armak2002-08-011-10/+10
| | | | support for module subdirs to be fetched - used in fetching kde-common/admin and will soon provide the base for the kdenonbeta- and kdeextragear-derivative ebuilds.
* fix handling of modules that don't have an admin/ subdir and have to use the ↵Dan Armak2002-07-181-1/+10
| | | | one from kde-common, like kdenetwork
* changes and eclasses for upcomnig kde cvs ebuilds. they won't live in ↵Dan Armak2002-07-171-0/+80
portage but there's no reason for the eclasses not to live here, makes it much more comfortable